[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread jaikiran
What happens? You see any errors or is that entry being ignored completely? Can you post the console logs of your deployment and any relevant stacktrace? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267283#4267283 Reply to the post :

[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread sverker
Hi This is the error message I get: 13:43:08,456 WARN [HDScanner] Failed to process changes | org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | DEPLOYMENTS MISSING DEPENDENCIES: | Deployment

[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread sverker
It seem to work if I set the dependency on a specific service, but not on the whole module. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267293#4267293 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267293

[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread jaikiran
sverker wrote : It seem to work if I set the dependency on a specific service, but not on the whole module. Ah yes, i overlooked the dependency string. You should be adding dependency on the specific bean instead of the whole jar/ear. View the original post :

[jboss-user] [JMX] - Re: Mbean depends on deployment of EJB3 jar?

2009-11-24 Thread sverker
That has worked before, and works still with EJB2. Is the problem that the module doesn't become availible in jmx until all has deployed, because then that name do exsist? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267325#4267325 Reply to the post :