<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flex 4, Hibernate 3, and Spring 3 Integration</title>
	<atom:link href="http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-4-hibernate-3-and-spring-3-integration</link>
	<description>Heroku &#124; Java &#124; Scala &#124; Cloud &#124; Open Source &#124; Linux</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Rupen</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-163898</link>
		<dc:creator>Rupen</dc:creator>
		<pubDate>Fri, 16 Sep 2011 07:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-163898</guid>
		<description>Hello James,

         In this tutorial while  we do  addBar we are passing a param name , but if we want to pass like 10-15 params from the flex page it will be hectic to refer all 15. Is there a way where we can pass the entire form  like we do in struts or spring to a bean and refer from there so that we can just work on submit rather than passing all parameters individually ? 

Thanks 
Rupen</description>
		<content:encoded><![CDATA[<p>Hello James,</p>
<p>         In this tutorial while  we do  addBar we are passing a param name , but if we want to pass like 10-15 params from the flex page it will be hectic to refer all 15. Is there a way where we can pass the entire form  like we do in struts or spring to a bean and refer from there so that we can just work on submit rather than passing all parameters individually ? </p>
<p>Thanks<br />
Rupen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-163742</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-163742</guid>
		<description>Hi James,

I&#039;m loving all this integration stuff. However, its very difficult to put this stuff together with intellij if you don&#039;t have a lot of experience. Could you perhaps make a tutorial of how to configure a project from scratch using flex, jboss and hibernate within intellij? There is a ton of stuff out there for eclipse and flash builder but hardly anything for intellij users. I noticed the one flex module video you created for it but there has been very little since. Anyway, thanks for everything you&#039;ve put out there and providing steps for flash builder 4. 

J</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I&#8217;m loving all this integration stuff. However, its very difficult to put this stuff together with intellij if you don&#8217;t have a lot of experience. Could you perhaps make a tutorial of how to configure a project from scratch using flex, jboss and hibernate within intellij? There is a ton of stuff out there for eclipse and flash builder but hardly anything for intellij users. I noticed the one flex module video you created for it but there has been very little since. Anyway, thanks for everything you&#8217;ve put out there and providing steps for flash builder 4. </p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-163336</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 16 May 2011 12:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-163336</guid>
		<description>Looks like you either have another MessageBroker in your web.xml or in your Spring config.</description>
		<content:encoded><![CDATA[<p>Looks like you either have another MessageBroker in your web.xml or in your Spring config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lvan</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-163330</link>
		<dc:creator>lvan</dc:creator>
		<pubDate>Mon, 16 May 2011 05:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-163330</guid>
		<description>Hi,James,i just bulid a project as your tutorial told ,but when i start the tomcat ,it shows the information as follows ,Could you give me any suggestions to fix it?Thanks!

org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;_messageBrokerDefaultHandlerMapping&#039;: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;_messageBroker&#039;: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: MessageBroker initialization failed; nested exception is java.lang.RuntimeException: MessageBroker already defined from MessageBrokerServlet with init parameter messageBrokerId = &#039;_messageBroker&#039;
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:402)
	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:316)
	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:282)
	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:126)
	at javax.servlet.GenericServlet.init(GenericServlet.java:212)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4149)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4458)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)</description>
		<content:encoded><![CDATA[<p>Hi,James,i just bulid a project as your tutorial told ,but when i start the tomcat ,it shows the information as follows ,Could you give me any suggestions to fix it?Thanks!</p>
<p>org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;_messageBrokerDefaultHandlerMapping&#8217;: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;_messageBroker&#8217;: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: MessageBroker initialization failed; nested exception is java.lang.RuntimeException: MessageBroker already defined from MessageBrokerServlet with init parameter messageBrokerId = &#8216;_messageBroker&#8217;<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)<br />
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)<br />
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)<br />
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)<br />
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)<br />
	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:402)<br />
	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:316)<br />
	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:282)<br />
	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:126)<br />
	at javax.servlet.GenericServlet.init(GenericServlet.java:212)<br />
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)<br />
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)<br />
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4149)<br />
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4458)<br />
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)<br />
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)<br />
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)<br />
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)<br />
	at org.apache.catalina.core.StandardService.start(StandardService.java:516)<br />
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)<br />
	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)<br />
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162726</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 07 Mar 2011 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162726</guid>
		<description>Do you have the correct info in the web.xml for the RDS servlet?</description>
		<content:encoded><![CDATA[<p>Do you have the correct info in the web.xml for the RDS servlet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupananda</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162709</link>
		<dc:creator>Rupananda</dc:creator>
		<pubDate>Fri, 04 Mar 2011 11:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162709</guid>
		<description>I am facing the problem of RDS error like &quot; Unable to authentication on RDS server using current security information &quot;.
Please help me...

Thanks $ Regards,
M Rupananda.</description>
		<content:encoded><![CDATA[<p>I am facing the problem of RDS error like &#8221; Unable to authentication on RDS server using current security information &#8220;.<br />
Please help me&#8230;</p>
<p>Thanks $ Regards,<br />
M Rupananda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Download the Flex and Spring Integration Refcard</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162708</link>
		<dc:creator>Download the Flex and Spring Integration Refcard</dc:creator>
		<pubDate>Thu, 03 Mar 2011 21:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162708</guid>
		<description>[...] There is a new version of the Refcard available: Flex 4, Hibernate 3, and Spring 3 Integration DZone has just published a new Refcard &#8220;Flex &amp; Spring Integration&#8221; written by Jon [...]</description>
		<content:encoded><![CDATA[<p>[...] There is a new version of the Refcard available: Flex 4, Hibernate 3, and Spring 3 Integration DZone has just published a new Refcard &#8220;Flex &amp; Spring Integration&#8221; written by Jon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162433</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 31 Jan 2011 21:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162433</guid>
		<description>I&#039;m really not sure what it would take to make this work with JDK 1.5.  I assume it&#039;s not trivial and you&#039;ll have to use versions of Spring and the Spring BlazeDS Integration that are compatible with JDK 1.5.  But I&#039;m not sure what versions that would be.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really not sure what it would take to make this work with JDK 1.5.  I assume it&#8217;s not trivial and you&#8217;ll have to use versions of Spring and the Spring BlazeDS Integration that are compatible with JDK 1.5.  But I&#8217;m not sure what versions that would be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162432</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 31 Jan 2011 21:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162432</guid>
		<description>All of that stuff is taken care of automatically by Spring.  So it just works.  :)</description>
		<content:encoded><![CDATA[<p>All of that stuff is taken care of automatically by Spring.  So it just works.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2010/06/14/flex-4-hibernate-3-and-spring-3-integration/comment-page-1/#comment-162431</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 31 Jan 2011 21:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/?p=1735#comment-162431</guid>
		<description>It seems like that should work.  Are the other methods working?  Maybe the session factory isn&#039;t getting auto-wired in.</description>
		<content:encoded><![CDATA[<p>It seems like that should work.  Are the other methods working?  Maybe the session factory isn&#8217;t getting auto-wired in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

