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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...