1 2 Previous Next 17 Replies Latest reply on Apr 14, 2011 2:32 AM by jaikiran Go to original post
      • 15. Setting up queues in JBoss 6.0.0 Final
        wolfgangknauf

        Hi,

         

        did you check also all the other WAR and JAR files in your EAR archive for something JMS related?

         

        I found e.g. this link: http://seamframework.org/24808.lace - one of the replies at the bottom of the page suggests to configure Seam for JMS by using "components.xml" and by adding a file "resources/...-queue-service.xml". Maybe there is something "old" hidden deep in one of your WAR files?

         

        I would also try to upgrade Seam to a recent version which is compatible to AS6.

         

        Hope this helps

         

        Wolfgang

        • 16. Setting up queues in JBoss 6.0.0 Final
          thandog

          Hi Team,

          I am having issues setting up my eclipse to use Seam 3. I posted this on tyhe seam forum and no response yet. I moved from seam 2.2.0 GA to 2.2.1 Final as this gave me no issues.

          I am, however still experiencing the same problem. Can someone intepret this for me:

           

          10:27:06,844 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.messaging.destination:name=RequestHandlerQueue,service=Queue state=Described mode=Manual requiredState=Configured: java.lang.ClassNotFoundException: org.jboss.jms.server.destination.QueueService from BaseClassLoader@24aa59{vfs://

          /C:/jboss-6.0.0/jboss-6.0.0.Final/server/ESPS/deploy/esps.ear}

           

          I think this is the root of my problem.

          Just on the side, is there maybe special jar files I need to add to my configuration?

          • 17. Setting up queues in JBoss 6.0.0 Final
            jaikiran

            The only thing I can suggest is doing a text search within all files of that deployment for the "RequestHandlerQueue" string.

            1 2 Previous Next