<?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: Extended BlazeDS and JMS example</title>
	<atom:link href="http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/</link>
	<description>Clash of realities</description>
	<lastBuildDate>Fri, 05 Feb 2010 17:56:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roman.stumm</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-433</link>
		<dc:creator>roman.stumm</dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-433</guid>
		<description>Sorry, but I would need to investigate into that myself, too. No time to reproduce so far.</description>
		<content:encoded><![CDATA[<p>Sorry, but I would need to investigate into that myself, too. No time to reproduce so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-430</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-430</guid>
		<description>Hi,

I had your app running fine on Tomcat6 turnkey testdrive.

I tried to take a fresh Tomcat6, copied BlazeDS jars there
and moved your app there.
But it didn&#039;t work.

Getting &quot;Fault: null&quot;, &quot;Fault: The consumer was not able to subscribe to its target destination&quot; popups.  And MessageTopic is not showing up in ActiveMQ console.

In the Tomcat console see error:
&quot;[BlazeDS]  JMS consumer for JMS destination &#039;java:comp/env/jms/messageTopic&#039;
is being removed from the JMS adapter due to the following error:
Name jms is not bound in this Context&quot;

I have copied BlazeTest.xml file too. No configuration changes.

In messaging-config:  java:comp/env/jms/messageTopic,  in  Context: &lt;Resource name=&quot;jms/messageTopic&quot;.
In messaging-config: java:comp/env/jms/flex/TopicConnectionFactory   , in Context:   Resource name=&quot;jms/flex/TopicConnectionFactory&quot;
Are these name matching ?

Any idea ? 

Please help !

TIA,

Oleg.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had your app running fine on Tomcat6 turnkey testdrive.</p>
<p>I tried to take a fresh Tomcat6, copied BlazeDS jars there<br />
and moved your app there.<br />
But it didn&#8217;t work.</p>
<p>Getting &#8220;Fault: null&#8221;, &#8220;Fault: The consumer was not able to subscribe to its target destination&#8221; popups.  And MessageTopic is not showing up in ActiveMQ console.</p>
<p>In the Tomcat console see error:<br />
&#8220;[BlazeDS]  JMS consumer for JMS destination &#8216;java:comp/env/jms/messageTopic&#8217;<br />
is being removed from the JMS adapter due to the following error:<br />
Name jms is not bound in this Context&#8221;</p>
<p>I have copied BlazeTest.xml file too. No configuration changes.</p>
<p>In messaging-config:  java:comp/env/jms/messageTopic,  in  Context: &lt;Resource name=&quot;jms/messageTopic&quot;.<br />
In messaging-config: java:comp/env/jms/flex/TopicConnectionFactory   , in Context:   Resource name=&#8221;jms/flex/TopicConnectionFactory&#8221;<br />
Are these name matching ?</p>
<p>Any idea ? </p>
<p>Please help !</p>
<p>TIA,</p>
<p>Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-429</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-429</guid>
		<description>Hi,

I am trying to deploy that sample to JBoss 5.1.0 and having problems.
Deploying as an exploded archive.

Getting several exceptions starting with:

ERROR [StandardContext] Error starting static Resources
java.lang.IllegalArgumentException: 
Document base C:\jboss-5.1.0.GA\server\default\deploy\BlazeTest\WEB-INF\web.xml does not exist or is not a readable directory
at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:148)
at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4021)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4188)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal (TomcatDeployment.java:310)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy (TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

That web.xml exists there &amp; readable and is a normal deployment descriptor.

I am fairly new to JBoss5 &amp; BlazeDS.

Just dropped blazeds.war to server/default/deploy without any config changes.
Should I change something in config, like deploy the different web.xml in the ROOT ?

Also, the context XML file which on Tomcat was on: conf/Catalina/localhost dir,
on JBoss I put it in server/default/conf dir. Is it correct place ?
Is that context XML acceptable to JBoss5 or does it JMS require any changes?

I&#039;ve heard JBoss took ActiveMQ5.2 and incorporated there.
That sample run fine on my external ActiveMQ5.2...

Please help !

TIA,
Oleg.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to deploy that sample to JBoss 5.1.0 and having problems.<br />
Deploying as an exploded archive.</p>
<p>Getting several exceptions starting with:</p>
<p>ERROR [StandardContext] Error starting static Resources<br />
java.lang.IllegalArgumentException:<br />
Document base C:\jboss-5.1.0.GA\server\default\deploy\BlazeTest\WEB-INF\web.xml does not exist or is not a readable directory<br />
at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:148)<br />
at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4021)<br />
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4188)<br />
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal (TomcatDeployment.java:310)<br />
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy (TomcatDeployment.java:142)<br />
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)<br />
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)<br />
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)<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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)</p>
<p>That web.xml exists there &amp; readable and is a normal deployment descriptor.</p>
<p>I am fairly new to JBoss5 &amp; BlazeDS.</p>
<p>Just dropped blazeds.war to server/default/deploy without any config changes.<br />
Should I change something in config, like deploy the different web.xml in the ROOT ?</p>
<p>Also, the context XML file which on Tomcat was on: conf/Catalina/localhost dir,<br />
on JBoss I put it in server/default/conf dir. Is it correct place ?<br />
Is that context XML acceptable to JBoss5 or does it JMS require any changes?</p>
<p>I&#8217;ve heard JBoss took ActiveMQ5.2 and incorporated there.<br />
That sample run fine on my external ActiveMQ5.2&#8230;</p>
<p>Please help !</p>
<p>TIA,<br />
Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-423</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-423</guid>
		<description>It&#039;s all great, worked for me without any problems.
Also, have you seen a new Flex-BlazeDS-Spring integration ?
http://www.springsource.org/spring-flex

2 things:
1) is something other than chat sample avaliable, something where Flex client consumes ActiveMQ JMS messages, say, TraderDesktop ?
2) how to deploy that sample on JBoss5 ?

TIA,
Oleg.</description>
		<content:encoded><![CDATA[<p>It&#8217;s all great, worked for me without any problems.<br />
Also, have you seen a new Flex-BlazeDS-Spring integration ?<br />
<a href="http://www.springsource.org/spring-flex" rel="nofollow">http://www.springsource.org/spring-flex</a></p>
<p>2 things:<br />
1) is something other than chat sample avaliable, something where Flex client consumes ActiveMQ JMS messages, say, TraderDesktop ?<br />
2) how to deploy that sample on JBoss5 ?</p>
<p>TIA,<br />
Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaminmin</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-389</link>
		<dc:creator>xiaminmin</dc:creator>
		<pubDate>Wed, 18 Feb 2009 06:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-389</guid>
		<description>Hi, I have followed the instructions, try to send a message.

Alert Box error:
Fault: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: &#039;http://localhost:8400/BlazeTest/msgbroker/amf&#039;

click &quot;OK&quot; button,
Alert Box error:
Fault: The consumer was not able to subscribe to its target destination.

Anything I had missed out?? Any possible errors ? Please correct me.
Looking forward for your help.
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, I have followed the instructions, try to send a message.</p>
<p>Alert Box error:<br />
Fault: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: &#8216;http://localhost:8400/BlazeTest/msgbroker/amf&#8217;</p>
<p>click &#8220;OK&#8221; button,<br />
Alert Box error:<br />
Fault: The consumer was not able to subscribe to its target destination.</p>
<p>Anything I had missed out?? Any possible errors ? Please correct me.<br />
Looking forward for your help.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Faves Tagged With "jms" : MyNetFaves</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-354</link>
		<dc:creator>Recent Faves Tagged With "jms" : MyNetFaves</dc:creator>
		<pubDate>Tue, 06 Jan 2009 11:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-354</guid>
		<description>[...] public links &gt;&gt; jms    The JMS 146: Some Slow Songs First saved by dagoz &#124; 0 days ago      Extended BlazeDS and JMS example First saved by gnomadic &#124; 13 days ago      JMS Topic First saved by Antrozous &#124; 34 days ago      [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; jms    The JMS 146: Some Slow Songs First saved by dagoz | 0 days ago      Extended BlazeDS and JMS example First saved by gnomadic | 13 days ago      JMS Topic First saved by Antrozous | 34 days ago      [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman.stumm</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-352</link>
		<dc:creator>roman.stumm</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-352</guid>
		<description>@timotius : What did you do and what is the error message?
You need tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar, tomcat/lib/activemq4.1.1/*.jar and javaee.jar (package javax.jms) to compile.</description>
		<content:encoded><![CDATA[<p>@timotius : What did you do and what is the error message?<br />
You need tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar, tomcat/lib/activemq4.1.1/*.jar and javaee.jar (package javax.jms) to compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timotius Rinaldo</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-351</link>
		<dc:creator>timotius Rinaldo</dc:creator>
		<pubDate>Fri, 12 Dec 2008 07:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-351</guid>
		<description>why I can not compile using tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar ?? thx</description>
		<content:encoded><![CDATA[<p>why I can not compile using tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar ?? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "selectors" - JabberTags</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-336</link>
		<dc:creator>Recent Links Tagged With "selectors" - JabberTags</dc:creator>
		<pubDate>Thu, 11 Sep 2008 08:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-336</guid>
		<description>[...] public links &gt;&gt; selectors   The Fabulous One Saved by misterdeity on Wed 10-9-2008   Extended BlazeDS and JMS example Saved by unpoete on Wed 10-9-2008   Comparing Objective-C selectors Saved by higeorange on Mon [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; selectors   The Fabulous One Saved by misterdeity on Wed 10-9-2008   Extended BlazeDS and JMS example Saved by unpoete on Wed 10-9-2008   Comparing Objective-C selectors Saved by higeorange on Mon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-330</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 27 Aug 2008 07:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-330</guid>
		<description>Hello,

first, congratulations for the success and thanks for trying and describing the steps. 

The 3 java-files don&#039;t belong to the blazeds-webapp. They are just examples of what a java-server-app (like servlet/ejb) could do to publish some messages to the JMSTopic, that the blazeDS-App is using.
The 3 java-files thus demonstrate how an application that has absolutely no dependency to any blazeds-library can publish messages to different destinations and receive messages. We are using this technique to integrate the blazeds-applications with our existing server-product, which is using plain JMS to broadcast events.

If you want to see what happens, compile the 3 classes and run JMSTopicSender and/or JMSTopicListener (both have a main() method). I did so from within my IDE (IntelliJ/Eclipse...).

How to compile?
Put some libs in the classpath: tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar, tomcat/lib/activemq4.1.1/*.jar, javaee.jar (package javax.jms)

Bye,
Roman</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>first, congratulations for the success and thanks for trying and describing the steps. </p>
<p>The 3 java-files don&#8217;t belong to the blazeds-webapp. They are just examples of what a java-server-app (like servlet/ejb) could do to publish some messages to the JMSTopic, that the blazeDS-App is using.<br />
The 3 java-files thus demonstrate how an application that has absolutely no dependency to any blazeds-library can publish messages to different destinations and receive messages. We are using this technique to integrate the blazeds-applications with our existing server-product, which is using plain JMS to broadcast events.</p>
<p>If you want to see what happens, compile the 3 classes and run JMSTopicSender and/or JMSTopicListener (both have a main() method). I did so from within my IDE (IntelliJ/Eclipse&#8230;).</p>
<p>How to compile?<br />
Put some libs in the classpath: tomcat/webapps/BlazeTest/WEB-INF/lib/*.jar, tomcat/lib/activemq4.1.1/*.jar, javaee.jar (package javax.jms)</p>
<p>Bye,<br />
Roman</p>
]]></content:encoded>
	</item>
</channel>
</rss>
