3 Replies Latest reply on Jul 8, 2004 6:14 AM by atirraihan

    jms in jboss deployed after ear file?

    gnuorg

      I downloaded wfmopen1.1 and deploy the demo ear file into jboss-3.2.1/server/default/deploy/
      it gives me DefaultJMSProvider not bound error msg. then I change deploy/jms to jms.jar to make sure jmx starts before the ear file, everything works fine.

      this is the first time I deal with jms in jboss. did I do anything wrong or that is the way it is. It is really weird to me if jboss always deploy jms after a ear file. jms is supposed to be an essential service in jboss. anyone knows more about this topic? thanks a lot.