10 Replies Latest reply on Jan 24, 2008 4:36 AM by shane.bryzak

    Seam Topic Subscription only works with JBoss Libraries?

    samdoyle

      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|#]