<?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: Using Spring BlazeDS Integration 1.0</title>
	<atom:link href="http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Sun, 21 Mar 2010 12:57:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manish</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-171501</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-171501</guid>
		<description>Can this be integrated with Spring.net?</description>
		<content:encoded><![CDATA[<p>Can this be integrated with Spring.net?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex 使用Spring BlazeDS Integration &#124; wsflex</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-170872</link>
		<dc:creator>flex 使用Spring BlazeDS Integration &#124; wsflex</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-170872</guid>
		<description>[...] http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/" rel="nofollow">http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanuj Kumar</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-169622</link>
		<dc:creator>Thanuj Kumar</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-169622</guid>
		<description>Already there is an application built using Spring technology and uses JSF as view technology. This is a client-server model, i am looking at solution where JSF is replaced with Adobe Flex and using Adobe Flex on desktop version of the application using Adobe AIR. At this point there isn&#039;t possibility to use existing code from Spring to move on to desktop application. I would like to know how much of the Spring code can be used for desktop application from client-server model. Is it possible to retain Business and Persistent layer of spring for desktop application using Adobe Flex and AIR instead of Java Swings?

Please let me know is this possible?</description>
		<content:encoded><![CDATA[<p>Already there is an application built using Spring technology and uses JSF as view technology. This is a client-server model, i am looking at solution where JSF is replaced with Adobe Flex and using Adobe Flex on desktop version of the application using Adobe AIR. At this point there isn&#039;t possibility to use existing code from Spring to move on to desktop application. I would like to know how much of the Spring code can be used for desktop application from client-server model. Is it possible to retain Business and Persistent layer of spring for desktop application using Adobe Flex and AIR instead of Java Swings?</p>
<p>Please let me know is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curso de Spring Framework. - VPSA Blog</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-169222</link>
		<dc:creator>Curso de Spring Framework. - VPSA Blog</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-169222</guid>
		<description>[...] Site do Spring: http://www.springsource.org/download Spring Integration BlazeDS: http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Site do Spring: <a href="http://www.springsource.org/download" rel="nofollow">http://www.springsource.org/download</a> Spring Integration BlazeDS: <a href="http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/" rel="nofollow">http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oltar</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168564</link>
		<dc:creator>Oltar</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168564</guid>
		<description>Solution - after adding some semicolons...

1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml

2. Add the following property:
&lt;properties&gt;
&lt;app.context.root&gt; testdrive &lt;/app.context.root&gt;
&lt;/properties&gt;

3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml

4. Set final war-file name according to the previously defined property:
&lt;finalName&gt;${app.context.root}&lt;/finalName&gt;

5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:
&lt;contextRoot&gt;/${app.context.root}&lt;/contextRoot&gt;

6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.

Sorry for the mess - some preview feature would be useful...</description>
		<content:encoded><![CDATA[<p>Solution &#8211; after adding some semicolons&#8230;</p>
<p>1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml</p>
<p>2. Add the following property:<br />
&lt;properties&gt;<br />
&lt;app.context.root&gt; testdrive &lt;/app.context.root&gt;<br />
&lt;/properties&gt;</p>
<p>3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml</p>
<p>4. Set final war-file name according to the previously defined property:<br />
&lt;finalName&gt;${app.context.root}&lt;/finalName&gt;</p>
<p>5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:<br />
&lt;contextRoot&gt;/${app.context.root}&lt;/contextRoot&gt;</p>
<p>6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.</p>
<p>Sorry for the mess &#8211; some preview feature would be useful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oltar</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168563</link>
		<dc:creator>Oltar</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168563</guid>
		<description>The solution once again - thought the message box was somewhat more sophisticated...

Solution

1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml

2. Add the following property:
&lt;properties&gt;
   &lt;app.context.root&amp;gt testdrive &lt;/app.context.root&amp;gt
&amp;lt/properties&amp;gt

3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml

4. Set final war-file name according to the previously defined property:
&lt;finalName&gt;${app.context.root}&lt;/finalName&amp;gt

5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:
&lt;contextRoot&gt;/${app.context.root}&lt;/contextRoot&amp;gt

6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.</description>
		<content:encoded><![CDATA[<p>The solution once again &#8211; thought the message box was somewhat more sophisticated&#8230;</p>
<p>Solution</p>
<p>1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml</p>
<p>2. Add the following property:<br />
&lt;properties&gt;<br />
   &lt;app.context.root&amp;gt testdrive &lt;/app.context.root&amp;gt<br />
&amp;lt/properties&amp;gt</p>
<p>3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml</p>
<p>4. Set final war-file name according to the previously defined property:<br />
&lt;finalName&gt;${app.context.root}&lt;/finalName&amp;gt</p>
<p>5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:<br />
&lt;contextRoot&gt;/${app.context.root}&lt;/contextRoot&amp;gt</p>
<p>6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oltar</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168562</link>
		<dc:creator>Oltar</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168562</guid>
		<description>Hello.

I think I solved the context problem encountered by 3fr41n and other developers. My solution doesn&#039;t require deployment to the Tomcat&#039;s ROOT, or any changes in servlet mappings.

Cause of the problem

The {context.root} token in services-config.xml is substituted at compile time by a parameter passed to the mxmlc. The value of this parameter is defined separately in each project&#039;s pom.xml, by the  element of flexmojos&#039; plugin configuration. By default, it is set to &quot;/&quot;. That&#039;s why Flex clients try to access Tomcat&#039;s ROOT context in search of the AMF channel, instead of [application name] context created by Tomcat.

Solution

1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml

2. Add the following property:

	testdrive


3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml

4. Set final war-file name according to the previously defined property:
${app.context.root}

5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:
/${app.context.root}

6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.

Now the app.context.root keeps everything in sync and Flex clients use valid url&#039;s when sending RPC requests. It is probably not the most elegant solution, but it works :)

Hope this helps and inspires somebody to invent something better.

Regards,
Oltar</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I think I solved the context problem encountered by 3fr41n and other developers. My solution doesn&#039;t require deployment to the Tomcat&#039;s ROOT, or any changes in servlet mappings.</p>
<p>Cause of the problem</p>
<p>The {context.root} token in services-config.xml is substituted at compile time by a parameter passed to the mxmlc. The value of this parameter is defined separately in each project&#039;s pom.xml, by the  element of flexmojos&#039; plugin configuration. By default, it is set to &#034;/&#034;. That&#039;s why Flex clients try to access Tomcat&#039;s ROOT context in search of the AMF channel, instead of [application name] context created by Tomcat.</p>
<p>Solution</p>
<p>1. Open testdrive&#039;s main pom.xml : [Examples dir]\spring-flex-samples\spring-flex-testdrive\pom.xml</p>
<p>2. Add the following property:</p>
<p>	testdrive</p>
<p>3. Open [Examples dir]\spring-flex-samples\spring-flex-testdrive\testdrive\pom.xml</p>
<p>4. Set final war-file name according to the previously defined property:<br />
${app.context.root}</p>
<p>5. In all [Examples dir]\spring-flex-samples\spring-flex-testdrive\[Project dir]\pom.xml build files, set the context root used by Flex client to:<br />
/${app.context.root}</p>
<p>6. Rebuild and redeploy testdrive.war to Tomcat&#039;s webapps directory.</p>
<p>Now the app.context.root keeps everything in sync and Flex clients use valid url&#039;s when sending RPC requests. It is probably not the most elegant solution, but it works <img src='http://blog.springsource.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope this helps and inspires somebody to invent something better.</p>
<p>Regards,<br />
Oltar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kudos ltda.</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168485</link>
		<dc:creator>kudos ltda.</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168485</guid>
		<description>That issue is open in Jira: Ensure compatability with Spring Security 3.0  http://jira.springframework.org/browse/FLEX-65</description>
		<content:encoded><![CDATA[<p>That issue is open in Jira: Ensure compatability with Spring Security 3.0  <a href="http://jira.springframework.org/browse/FLEX-65" rel="nofollow">http://jira.springframework.org/browse/FLEX-65</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: German</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168484</link>
		<dc:creator>German</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168484</guid>
		<description>to kudos ltda.: I had the same problem. I had to fall back to spring security 2.0.5. If you check distribution 3.x and 2.0.x the class org.springframework.security.Authentication is in different folders.</description>
		<content:encoded><![CDATA[<p>to kudos ltda.: I had the same problem. I had to fall back to spring security 2.0.5. If you check distribution 3.x and 2.0.x the class org.springframework.security.Authentication is in different folders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kudos ltda.</title>
		<link>http://blog.springsource.com/2009/06/10/using-spring-blazeds-integration-10/comment-page-1/#comment-168483</link>
		<dc:creator>kudos ltda.</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2200#comment-168483</guid>
		<description>I&#039;m trying to use spring blazeds integration 1.0 with spring-framework-3.0.0.M4 , spring-security-3.0.0.M2 and Hibernate 3.3.0 but It seems that there is an incompatibility between blazeds integration 1.0 and spring-security-3.0.0.M2:

Error creating bean with name &#039;_messageBrokerLoginCommand&#039;: Resolution of declared constructors on bean Class [org.springframework.flex.security.SpringSecurityLoginCommand] from ClassLoader [WebappClassLoader]

Caused by: java.lang.ClassNotFoundException: org.springframework.security.Authentication


any idea?
thanks for your help</description>
		<content:encoded><![CDATA[<p>I&#039;m trying to use spring blazeds integration 1.0 with spring-framework-3.0.0.M4 , spring-security-3.0.0.M2 and Hibernate 3.3.0 but It seems that there is an incompatibility between blazeds integration 1.0 and spring-security-3.0.0.M2:</p>
<p>Error creating bean with name &#039;_messageBrokerLoginCommand&#039;: Resolution of declared constructors on bean Class [org.springframework.flex.security.SpringSecurityLoginCommand] from ClassLoader [WebappClassLoader]</p>
<p>Caused by: java.lang.ClassNotFoundException: org.springframework.security.Authentication</p>
<p>any idea?<br />
thanks for your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
