<?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: BlazeDS with Spring</title>
	<atom:link href="http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/</link>
	<description>I wish I got it right more!</description>
	<lastBuildDate>Tue, 18 May 2010 00:58:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-alpha-15359</generator>
	<item>
		<title>By: BlazeDS &#171; Flex Generation Weblog</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-28</link>
		<dc:creator>BlazeDS &#171; Flex Generation Weblog</dc:creator>
		<pubDate>Tue, 14 Oct 2008 08:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-28</guid>
		<description>[...] Sam Williams ::</description>
		<content:encoded><![CDATA[<p>[...] Sam Williams ::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blazeds &#171; It&#8217;s all about RIA</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-27</link>
		<dc:creator>Blazeds &#171; It&#8217;s all about RIA</dc:creator>
		<pubDate>Tue, 14 Oct 2008 05:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-27</guid>
		<description>[...] Sam Williams ::</description>
		<content:encoded><![CDATA[<p>[...] Sam Williams ::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex with Java &#171; It&#8217;s all about RIA</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-26</link>
		<dc:creator>Flex with Java &#171; It&#8217;s all about RIA</dc:creator>
		<pubDate>Tue, 14 Oct 2008 05:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-26</guid>
		<description>[...] Sam Williams ::</description>
		<content:encoded><![CDATA[<p>[...] Sam Williams ::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It&#8217;s all about RIA</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-25</link>
		<dc:creator>It&#8217;s all about RIA</dc:creator>
		<pubDate>Tue, 14 Oct 2008 04:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-25</guid>
		<description>[...] Sam Williams ::</description>
		<content:encoded><![CDATA[<p>[...] Sam Williams ::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OOP Rules! &#187; Converting from GraniteDS to BlazeDS Remoting</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-24</link>
		<dc:creator>OOP Rules! &#187; Converting from GraniteDS to BlazeDS Remoting</dc:creator>
		<pubDate>Sat, 08 Mar 2008 03:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-24</guid>
		<description>[...] There is a blog from Sam Williams describing his experiences with BlazeDS and Spring [...]</description>
		<content:encoded><![CDATA[<p>[...] There is a blog from Sam Williams describing his experiences with BlazeDS and Spring [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-23</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 31 Jan 2008 12:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-23</guid>
		<description>Hey pabloapa,

I would guess the best thing to do when you see that error is to verify that your Flex and Java back end can communicate.  I would do this by setting up a really simple bean in your beans descriptor file, for example something that just echos a string back to flex. For that to work, as you pointed out you will need to add a services argument to the mxmlc call, something of the form below should do the trick!
-services &quot;[local path to your java project]/WEB-INF/flex/services-config.xml&quot;

once you are confident that the connection to the simple bean is working, then move to setting up the required connections for your application.

Hope this helps!!

Sam</description>
		<content:encoded><![CDATA[<p>Hey pabloapa,</p>
<p>I would guess the best thing to do when you see that error is to verify that your Flex and Java back end can communicate.  I would do this by setting up a really simple bean in your beans descriptor file, for example something that just echos a string back to flex. For that to work, as you pointed out you will need to add a services argument to the mxmlc call, something of the form below should do the trick!<br />
-services &#8220;[local path to your java project]/WEB-INF/flex/services-config.xml&#8221;</p>
<p>once you are confident that the connection to the simple bean is working, then move to setting up the required connections for your application.</p>
<p>Hope this helps!!</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pabloapa</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-22</link>
		<dc:creator>pabloapa</dc:creator>
		<pubDate>Thu, 31 Jan 2008 11:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-22</guid>
		<description>Hi,

I found this post very interesting, as I&#039;m moving a Flex app to Remoting + Spring. While testing a bean of my own, I keep getting the error &quot;[MessagingError message=&#039;Destination &#039;SomeBean&#039; either does not exist or the destination has no channels defined (and the application does not define any default channels.)&#039;]&quot;. The bean I&#039;m invoking is not directly on the deployed WAR, but in the containing EAR instead, and deployed by Spring on its start.

Second issue (derived): I read that MXML files using BlazeDS should be compiled using the -services argument, pointing to the services-config.xml file on the server. Is this right?

Thanks and great work!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found this post very interesting, as I&#8217;m moving a Flex app to Remoting + Spring. While testing a bean of my own, I keep getting the error &#8220;[MessagingError message='Destination 'SomeBean' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']&#8220;. The bean I&#8217;m invoking is not directly on the deployed WAR, but in the containing EAR instead, and deployed by Spring on its start.</p>
<p>Second issue (derived): I read that MXML files using BlazeDS should be compiled using the -services argument, pointing to the services-config.xml file on the server. Is this right?</p>
<p>Thanks and great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-21</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 23 Jan 2008 18:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-21</guid>
		<description>Sorry about that, for some reason it didn&#039;t want to serve mxml files, so I have added a .xml to the end of it.. should work now :)</description>
		<content:encoded><![CDATA[<p>Sorry about that, for some reason it didn&#8217;t want to serve mxml files, so I have added a .xml to the end of it.. should work now <img src='http://www.ziazoo.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leedm777</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-20</link>
		<dc:creator>leedm777</dc:creator>
		<pubDate>Wed, 23 Jan 2008 18:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-20</guid>
		<description>The &lt;a href=&quot;http://www.ziazoo.co.uk/blog/wp-content/uploads/2008/01/hohumm1.mxml&quot; rel=&quot;nofollow&quot;&gt;main.mxml&lt;/a&gt; link isn&#039;t working.  You get:
&lt;blockquote&gt;
The page you are requesting cannot be served due to the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognised, and is therefore not allowed.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.ziazoo.co.uk/blog/wp-content/uploads/2008/01/hohumm1.mxml" rel="nofollow">main.mxml</a> link isn&#8217;t working.  You get:</p>
<blockquote><p>
The page you are requesting cannot be served due to the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognised, and is therefore not allowed.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlazeDS + Flex, From a Java Newbie&#8217;s Perspective (Background) &#8212; h6</title>
		<link>http://www.ziazoo.co.uk/blog/2008/01/14/blazeds-with-spring/comment-page-1/#comment-19</link>
		<dc:creator>BlazeDS + Flex, From a Java Newbie&#8217;s Perspective (Background) &#8212; h6</dc:creator>
		<pubDate>Fri, 18 Jan 2008 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ziazoo.co.uk/blog/index.php/2008/01/14/blazeds-with-spring/#comment-19</guid>
		<description>[...] I decided I wanted some of the Messaging/Polling features offered in BlazeDS, and after reading this post, I decided to try porting over to BlazeDS. WebORB does a lot of hand-holding, and BlazeDS [...]</description>
		<content:encoded><![CDATA[<p>[...] I decided I wanted some of the Messaging/Polling features offered in BlazeDS, and after reading this post, I decided to try porting over to BlazeDS. WebORB does a lot of hand-holding, and BlazeDS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
