Ouch... I used the name a sit was displayed in JMX Console, but when consulting the configuration file, it was wrong. I have corrected that, so the JMS dependencies are:
<depends>jboss.mq.destination:service=Queue,name=ClientChangeNotification</depends> <depends>jboss.mq:service=InvocationLayer,type=JVM</depends> (The configuration was: <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=ClientChangeNotification"> <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends> </mbean> ) However, I just hot deployed the SAR and it did not run the start method, and there were no errors in the server.log. //Nicholas --- Adrian Brock <[EMAIL PROTECTED]> wrote: > Is the queue name correct? Does it start if you > remove that > dependency? > > Post the queue deployment descriptor. > > Regards, > Adrian > > On Wed, 2003-10-08 at 23:39, Nicholas wrote: > > Yes, sorry. It does, but I cannot tell why. The > > dependendencies listed below work if we exclude > the > > JMS MBeans. > > > > > > 2003-10-08 17:59:37,239 ERROR > > > [org.jboss.deployment.scanner.URLDeploymentScanner] > > MBeanException: Exception in MBean operation > > 'checkIncompleteDeployments()' > > Cause: Incomplete Deployment listing: > > Packages waiting for a deployer: > > <none> > > Incompletely deployed packages: > > <none> > > MBeans waiting for classes: > > <none> > > MBeans waiting for other MBeans: > > [ObjectName: jboss:service=DataSyncController > > state: CONFIGURED > > I Depend On: > > jboss.jca:name=UpdateCacheDS,service=LocalTxCM > > jboss.jca:name=OracleDS,service=LocalTxCM > > jboss.jca:name=FLTStagingDS,service=LocalTxCM > > jboss.j2ee:jndiName=ejb/ClientManager,service=EJB > > jboss.j2ee:jndiName=ejb/UserManager,service=EJB > > jboss.j2ee:jndiName=ejb/Client,service=EJB > > jboss.j2ee:jndiName=ejb/Combo,service=EJB > > > jboss.j2ee:jndiName=ejb/ClientAssignment,service=EJB > > > jboss.j2ee:jndiName=ejb/ClientInactivation,service=EJB > > jboss.j2ee:jndiName=ejb/TaxEvent,service=EJB > > > jboss.j2ee:jndiName=ejb/TaxEventTransaction,service=EJB > > > jboss.j2ee:jndiName=ejb/QuarterlyProcessStatus,service=EJB > > > jboss.j2ee:jndiName=ejb/FltHistoryManager,service=EJB > > > jboss.j2ee:jndiName=ejb/UserManagerLocal,service=EJB > > jboss.j2ee:jndiName=ejb/ClientBits,service=EJB > > jboss.j2ee:jndiName=ejb/DataSynchLocal,service=EJB > > jboss.mq:service=InvocationLayer,type=JVM > > > jboss.mq.destination:name=ClientChangeNotification,service=Queue > > jboss:service=CacheService > > jboss:service=EBSScheduler > > > > Depends On Me: ] > > > > Thanks. > > > > //Nicholas > > > > > > > > --- Adrian Brock <[EMAIL PROTECTED]> wrote: > > > And the error message is? Something about > incomplete > > > deployments? > > > > > > Regards, > > > Adrian > > > > > > On Wed, 2003-10-08 at 22:49, Nicholas wrote: > > > > We have SAR that depends on a JMS Connection > > > Factory > > > > and a Queue. We have attempted to set them as > > > > dependencies in the SAR's jboss-service, but > doing > > > so > > > > causes the start() method to never be called > at > > > jboss > > > > startup time. > > > > > > > > However, not putting in the dependencies > results > > > in a > > > > JNDI lookup failure when the MBean looks up > the > > > > ConnectionFactory and/or the Queue. > > > > > > > > The dependencies we put in look like this: > > > > > > > > > > > > > > <depends>jboss.mq:service=InvocationLayer,type=JVM</depends> > > > > > > > > > > <depends>jboss.mq.destination:name=ClientChangeNotification,service=Queue</depends> > > > > > > > > Which MBeans should I be putting the > dependencies > > > on > > > > to make this work ? > > > > > > > > Thanks ! > > > > > > > > //Nicholas > > > > > > > > ===== > > > > Nicholas Whitehead > > > > Home: (973) 377 9335 > > > > Cell: (201) 615 2716 > > > > [EMAIL PROTECTED] > > > > Get Your News From The Crowbar: > > > http://crowbar.dnsalias.com:443/crowbar/ > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: SF.net > Giveback > > > Program. > > > > SourceForge.net hosts over 70,000 Open Source > > > Projects. > > > > See the people who have HELPED US provide > better > > > services: > > > > Click here: > http://sourceforge.net/supporters.php > > > > > _______________________________________________ > > > > JBoss-user mailing list > > > > [EMAIL PROTECTED] > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > -- > > > xxxxxxxxxxxxxxxxxxxxxxxx > > > Adrian Brock > > > Director of Support > > > Back Office > > > JBoss Group, LLC > > > xxxxxxxxxxxxxxxxxxxxxxxx > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: SF.net > Giveback > > > Program. > > > SourceForge.net hosts over 70,000 Open Source > > > Projects. > > > See the people who have HELPED US provide better > > > services: > > > Click here: > http://sourceforge.net/supporters.php > > > _______________________________________________ > > > JBoss-user mailing list > > > [EMAIL PROTECTED] > > > > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > ===== > > Nicholas Whitehead > > Home: (973) 377 9335 > > Cell: (201) 615 2716 > > [EMAIL PROTECTED] > > Get Your News From The Crowbar: > http://crowbar.dnsalias.com:443/crowbar/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > SourceForge.net hosts over 70,000 Open Source > Projects. > > See the people who have HELPED US provide better > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- > xxxxxxxxxxxxxxxxxxxxxxxx > === message truncated === ===== Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 [EMAIL PROTECTED] Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user