4 Replies Latest reply on Jan 9, 2004 4:32 PM by drippel

    Exception on JBoss Startup with MDB

    kellyschrock

      Hi,

      I've deployed an MDB, handling messages on a specific topic. I deploy the topic in a file, mytopic-service.xml in $JBOSS_HOME/server/default/deploy. Next, I deploy an MDB using that topic. Everything works fine until I restart JBoss, at which time I get an exception when my MDB tries to start up: "DefaultJMSProvider not bound". Seems that the MDB is trying to start before the topic is deployed, which baffles me somewhat, since it looks as though the deployment sorter in Jboss deploys *service.xml files before it deploys *.jar files. What must I do in order to start JBoss without getting this error and having to subsequently re-deploy my MDB?

      Thanks,
      Kelly