Do all methods fail for your object name?  Instead of using 
server.getMBeanInfo(), try 
Object retval = server.invoke(nameTest, "listXML", null, null);
System.out.println(retval);

This should provide a listing of the JNDI tree contents.

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

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

Reply via email to