1 Reply Latest reply on Apr 17, 2003 7:43 AM by adrian.brock

    Migrating from JBoss 3.0.6 to JBoss3.2.0+Tomcat

      have a MDB connected to "testQueue" that used to work with JBoss 3.0.6. I decided to switch from JBoss 3.0.6 to the latest JBoss 3.2.0 integrated with Catalina/Tomcat 4.x.

      I redeployed my EJB ejar file to de deploy dir (default configuration for the server). Now I get always the same exception after deployment of my jar file:

      javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound
      at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:394)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:553)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1053
      )
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:565)
      11:33:13,807 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider


      Many thanks for your help.

      Olivier.
      olivier@richaud.net