1 Reply Latest reply on Jun 27, 2003 7:30 PM by lauerc

    Porting WebLogic application to JBoss

    lauerc

      Hi,

      I'm trying to port a application from WebLogic server to JBoss, everythings works fine by now, except of JMS.
      One thing is that whenever I'm trying to create a temporary queue I'm getting a warning like that:

      "No SecurityMetadadata was available for JMS_TQ2 adding default security conf"

      The other, more nasty thing is that from time to time
      JBoss starts to throw the following exception:

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

      There seems only one way to be to fix the problem: Restarting JBoss. I've tryed to explicitely set the authentification data by defining the mdb-user and mdb-passwd attributes in the jboss.xml configuration and the createQueueConnection method, but that doesn't help, now the exception is:

      "javax.jms.JMSSecurityException: User: guest is NOT authenticated"

      Has anyone an idea, what the problems are, and how to fix them?

      Best regards,
      Christian