2 Replies Latest reply on May 30, 2003 7:37 AM by sanmath

    MDB not working in JBoss 3.2.1 ... working in 3.0.6

    sanmath

      I have an EAR file that has an MDB. This MDB jar has the following in the jboss.xml:
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS//EN" "http://www.jboss.org/j2ee/dtd/jboss.dtd">


      <enterprise-beans>
      <message-driven>
      <ejb-name>HelloTopicMDB</ejb-name>
      <configuration-name>Standard Message Driven Bean</configuration-name>
      <destination-jndi-name>topic/testTopic</destination-jndi-name>
      </message-driven>
      </enterprise-beans>


      Now everything works fine when I use it in JBoss 3.0.6.
      My problem is when I try to use this thing in JBoss 3.2.1, the server fails to boot properly. It says:
      15:18:59,016 INFO [EjbModule] Starting
      15:18:59,016 INFO [MessageDrivenContainer] Starting
      15:18:59,047 INFO [JMSContainerInvoker] Starting
      15:18:59,063 ERROR [JMSContainerInvoker] Starting failed
      javax.naming.NameNotFoundException: DefaultJMSProvider not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)

      Is any thing I have to configure im jboss.xml... or anything to add in my CLASSPATH. Please let me know.

      Sanmath