This content has been marked as final.
Show 1 reply
-
1. Re: Which lookup() names for EJBs are currently available?
robisz Oct 11, 2004 5:29 AM (in response to thoste)See list() and listBinding() methods in Context interface:
http://java.sun.com/j2se/1.4.2/docs/api/javax/naming/Context.html
If you don't need to access the list from an application just
want to see it, use JNDIView through jmx-console.