Exposing JNDI tree to non-enterprise applications ?
I'm having trouble viewing my deployed EJBs in the server's JNDI namespace from a standalone java app using iiop.
Browsing the JNDI tree from the server's admin client I see three bindings for each EJB I deployed through my ejb module: one with the name I specified in the sun-ejb-jar.xml, one with that name followed by a # character and the fully qualified classname of the object bound to the name, and one with that name followed by the string, "__3_x_Internal_RemoteBusinessHome__".
When I view the bindings through my standalone application, the only ones I see are the last one listed above (i.e. ejb/beanname__3_x_Internal_RemoteBusinessHome__)
My best guess at this point is a permissions issue or I'm not specifying a <resource-ref> correctly somewhere but am quite frankly, at a loss for the moment and would appreciate any assistance in the matter.
Thanks.

