Title: dependencies

Hi.  I have a small startup routine which does some of our
initializations in our application.  For this routine, we have an mbean which is
specified in the jboss.conf.  This is the line in my jboss.conf:

<MLET CODE = "com.nuvation.megacd.services.MegaCDStartup"
ARCHIVE="ifactory.jar" CODEBASE="../lib/ext/">
  </MLET>

This seems to startup fine, but the code that is run here depends on
spydermq being present and running.

What would I write in the jboss.dependencies so that our startup
initialization bean will not run until spydermq is loaded?

Thanks,

Aadam


Reply via email to