I've created a JNDI external resource in my domain.xml
<external-jndi-resource enabled="true"
factory-class="com.sun.jndi.cosnaming.CNCtxFactory"
jndi-lookup-name="nameservice" jndi-name="isa/naming" object-type="user"
res-type="org.omg.CosNaming.NamingContextExt">
<property name="PROVIDER-URL"
value="iiop://localhost:9101/NameService"/>
</external-jndi-resource>
I've also added a jvm property in my domain.xml
<jvm-options>-DORBInitRef.NameService=corbaloc::localhost:9101/NameService</jvm-options>
It's my understanding that I can access the CORBA Naming Service from for
example a stateless EJB in my Application Server via the InitialContext.
How do I do this?
--
View this message in context: http://www.nabble.com/JNDI-external-resource-for-CORBA-Naming-Service-tf4546779.html#a12974841
Sent from the java.net - glassfish users mailing list archive at Nabble.com.