[jboss-dev-forums] [Design of POJO Server] - Depends on @JMX mbean name
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Oct 9 15:03:46 EDT 2008
I'm looking at moving the naming services over to a beans.xml deployment, and one problem I'm seeing is that the mbean name associated with the @JMX annotation is not associated with the bean. This causes dependencies on the mbean name to fail:
| *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
|
| WebServer
| -> jboss:service=Naming{Create:** NOT FOUND Depends on 'jboss:service=Naming' **}
|
| jboss.admin:service=PluginManager
| -> jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor{Create:Configured}
|
| jboss.ejb:service=EJB3TimerService
| -> jboss:service=Naming{Create:** NOT FOUND Depends on 'jboss:service=Naming' **}
|
|
How can we get these depends to continue to work?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181316#4181316
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181316
More information about the jboss-dev-forums
mailing list