<?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: Wow, springframework enters the ActionScript and flex domain</title>
	<atom:link href="http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-21431</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 20 Apr 2009 08:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-21431</guid>
		<description>Good to hear, I checked this morning. But I do not have the problem. I did add some repositories to get dependencies for spring flex libraries.

regards Jettro</description>
		<content:encoded><![CDATA[<p>Good to hear, I checked this morning. But I do not have the problem. I did add some repositories to get dependencies for spring flex libraries.</p>
<p>regards Jettro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calexico</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-21425</link>
		<dc:creator>Calexico</dc:creator>
		<pubDate>Mon, 20 Apr 2009 04:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-21425</guid>
		<description>Figured it out. You are missing the Xalan dependency in the books-web POM. Add that, build from the top, and then mvn jetty:run-exploded launches your application successfully.</description>
		<content:encoded><![CDATA[<p>Figured it out. You are missing the Xalan dependency in the books-web POM. Add that, build from the top, and then mvn jetty:run-exploded launches your application successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calexico</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-21395</link>
		<dc:creator>Calexico</dc:creator>
		<pubDate>Sat, 18 Apr 2009 23:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-21395</guid>
		<description>I am running this with Java 1.6 and BlazeDS 3.2.0.3978 on Fedora Core 10. BlazeDS 3.2 and higher supports the Spring MVC/BlazeDS integration. Are you not running into the same issue when issuing the command &quot;mvn jetty:run-exploded&quot; from books-web? I am using your latest code at http://code.google.com/p/gridshore/source/browse/#svn/trunk/books-overview</description>
		<content:encoded><![CDATA[<p>I am running this with Java 1.6 and BlazeDS 3.2.0.3978 on Fedora Core 10. BlazeDS 3.2 and higher supports the Spring MVC/BlazeDS integration. Are you not running into the same issue when issuing the command &#8220;mvn jetty:run-exploded&#8221; from books-web? I am using your latest code at <a href="http://code.google.com/p/gridshore/source/browse/#svn/trunk/books-overview" rel="nofollow">http://code.google.com/p/gridshore/source/browse/#svn/trunk/books-overview</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-21355</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 17 Apr 2009 18:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-21355</guid>
		<description>Must be a maven thingy, not sure. What java version and os are you using? Check the package for the missing class</description>
		<content:encoded><![CDATA[<p>Must be a maven thingy, not sure. What java version and os are you using? Check the package for the missing class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calexico</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-21341</link>
		<dc:creator>Calexico</dc:creator>
		<pubDate>Fri, 17 Apr 2009 06:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-21341</guid>
		<description>When running mvn jetty:run-exploded from the books-web modules, I get the following error:

2009-04-16 22:17:02.741:/books-web:INFO:  Initializing Spring FrameworkServlet &#039;Spring MVC Dispatcher Servlet&#039;
22:17:03,125  INFO FlexConfigurationManager:125 - Loading Flex services configuration from: ServletContext resource [/WEB-INF/flex/services-config.xml]
22:17:03,134 ERROR DispatcherServlet:290 - Context initialization failed
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 java.lang.NoClassDefFoundError: org/apache/xpath/CachedXPathAPI


Any ideas?</description>
		<content:encoded><![CDATA[<p>When running mvn jetty:run-exploded from the books-web modules, I get the following error:</p>
<p>2009-04-16 22:17:02.741:/books-web:INFO:  Initializing Spring FrameworkServlet &#8216;Spring MVC Dispatcher Servlet&#8217;<br />
22:17:03,125  INFO FlexConfigurationManager:125 &#8211; Loading Flex services configuration from: ServletContext resource [/WEB-INF/flex/services-config.xml]<br />
22:17:03,134 ERROR DispatcherServlet:290 &#8211; Context initialization failed<br />
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 java.lang.NoClassDefFoundError: org/apache/xpath/CachedXPathAPI</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sha les</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-18981</link>
		<dc:creator>Sha les</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-18981</guid>
		<description>Hi. I dont think you need to touch the remoting-config.xml for the spring-flex integration.  The bean is exposed in the spring configuration file and it is available for remoting. Before the spring-flex integration, one needs to specify this end point.</description>
		<content:encoded><![CDATA[<p>Hi. I dont think you need to touch the remoting-config.xml for the spring-flex integration.  The bean is exposed in the spring configuration file and it is available for remoting. Before the spring-flex integration, one needs to specify this end point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapil Viren Ahuja</title>
		<link>http://www.gridshore.nl/2009/01/05/wow-springframework-enters-the-actionscript-and-flex-domain/comment-page-1/#comment-11496</link>
		<dc:creator>Kapil Viren Ahuja</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=616#comment-11496</guid>
		<description>Thanks for the post. I was going to post this myself and just saw yours in nick of time. Saved me some time</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I was going to post this myself and just saw yours in nick of time. Saved me some time</p>
]]></content:encoded>
	</item>
</channel>
</rss>
