This content has been marked as final.
Show 4 replies
-
1. Re: anyway to findout which ejbs are available remotely/loca
Alexander Hartner Aug 1, 2007 8:51 AM (in response to s j)You could browse the JNDI tree in the same way the JMX console does. Then use either REMOTE or LOCAL to see the type of service.
-
2. Re: anyway to findout which ejbs are available remotely/loca
s j Aug 1, 2007 9:33 AM (in response to s j)any idea how to browse the jndi tree? is there any api provided? how would we get the handle to the jndi tree?
-
3. Re: anyway to findout which ejbs are available remotely/loca
Alexander Hartner Aug 1, 2007 9:46 AM (in response to s j)Get the InitialContext and work your way down using JNDI.
-
4. Re: anyway to findout which ejbs are available remotely/loca
s j Aug 1, 2007 10:20 AM (in response to s j)thanks, will try that.