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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...