4 Replies Latest reply on Apr 17, 2003 12:11 PM by seanx

    MDB in JBoss 3.2 and 3.0.6

    seanx

      Have anyone ever got MDB working on 3.2? I keep getting the following exception when MDB is deployed.

      javax.jms.JMSSecurityException: User: null is NOT authenticated

      Isn't unauthenticateIdentity "guest" in the default setup?

      thanks

        • 1. Re: MDB in JBoss 3.2 and 3.0.6

          Show the security configuration for the destination.

          Regards,
          Adrian

          • 2. Re: MDB in JBoss 3.2 and 3.0.6

            May be I have something similar...

            I 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

            • 3. Re: MDB in JBoss 3.2 and 3.0.6
              seanx

              Here are the jboss.xml, ejb-jar.xml and jbossmq-destinations-service.xml.

              Many thanks.

              • 4. Re: MDB in JBoss 3.2 and 3.0.6
                seanx

                Olivier,
                can you share how you configure the security descriptors? Thanks.