I think the problem is that you're working remotely so you're accessing proxies. Your original code will probably work as is if you execute it from a servlet rather than a remote client.
Working remotely, you need to use methods such as server.invoke() and server.getAttribute() to interact with the mbeans of interest. Jerry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985973#3985973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985973 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
