On http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/index.html
it says public class CalculatorMBean implements Calculator 

If I understand JMX correctly the naming conventions are reversed here. See 
http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/essential.html#wp1053106

The interface should be suffixed MBean and not the implementation!

I also believe it only works if you do it correctly. So you will not be able to 
get the example working.

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

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

Reply via email to