I'm following the directions for launching my hello world JMX bean and jboss complains with the following:
nested throwable: (java.lang.NoSuchMethodException: com.testPackage.jmx.TestJmxMBean.<init>())
I know I'm missing something REALLY obvious, but can't spot what it is.
Why would it be looking for an init method? the class extends one that has no init method, and when I change the name of the class, it fires a classNotFound, so, I know it's looking at the right class...
If anyone has a good step by step tutorial on creating your first MBean for Jboss JMX console, I'll take that too.
Much obliged.