Apologies,

I was using a EJB3 Service Bean.

The solution by Jakiran works correctly and is as follows:


  | @Service
  | @Local(InputServiceBeanLocal.class)
  | @Remote(InputServiceBeanRemote.class)
  | @Management(InputServiceBeanManagement.class)
  | @Depends(value={"HornetQServer"})
  | public class InputServiceBean implements InputServiceBeanLocal, 
InputServiceBeanRemote, InputServiceBeanManagement
  | {
  | ...
  | }
  | 

How would you normally figure out what the correct name is for the MC Bean? Is 
it simply the id values of the component from the JMX console?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254417#4254417

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254417
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to