I'm executing this in my JavaScript based off the chatroom example. I'm 
attempting to deploy this in GlassFish. Do I need some specific JBoss MQ 
libraries deployed? Will it now work with another JMS implementation such as 
Open MQ? I suspect this since it is looking for this UIL2ConnectionFactory.


  | function connect() 
  | {
  |    Seam.Remoting.subscribe( "jms/transitTopic", transitMessageCallback );  
  | }
  | 

I get the following error even though I know the Topic exists and the JNDI name 
is correct. I have configured the components.xml to allow the topic.


  | 
[#|2008-01-22T01:40:07.430-0800|SEVERE|sun-appserver9.1|org.jboss.seam.remoting.messaging.SubscriptionRegistry|_ThreadID=36;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=eaaff11c-7fd9-442b-834a-3894f052eafb;|javax.naming.NameNotFoundException:
 UIL2ConnectionFactory not found|#]
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122399#4122399

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122399
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to