[jboss-user] [Management, JMX/JBoss] - Re: How to access MBean from SessionBean

2008-06-23 Thread drwschneider
You can annotate your MBean implementation class with something like that: @Service(objectName = "my.domain:service=MyService") | @Local(MyServiceLocal.class) | @LocalBinding(jndiBinding="/my/domain/MyService") | @Management(MyServiceManagement.class) | where you have to implement the loca

[jboss-user] [Management, JMX/JBoss] - jconsole problem with JDK1.6

2008-06-17 Thread drwschneider
I'm running JBoss 4.2.2.GA (just the standard distribution, no other applications deployed) with Sun JDK1.6.0_10. The platform MBean server is enabled with JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" | J