[jboss-user] [EJB 3.0] - Bug in the trailblazer

oglueck do-not-reply at jboss.com
Fri Jul 21 11:17:40 EDT 2006


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



More information about the jboss-user mailing list