Peter Johnson [
https://community.jboss.org/people/peterj] created the discussion
"Re: List all objects using JNDI"
To view the discussion, visit:
https://community.jboss.org/message/729985#729985
--------------------------------------------------------------
The JNDI documentation and javadoc should show you how to do that. Once you have the
InitialContext, use the list() method to get its contents. If any of the contents are
contexts, cast them to Context and use the list() method. Very much like browsing a file
and directory tree.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729985#729985]
Start a new discussion in JNDI and Naming at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]