Is it possible to browse the local JNDI refs for a deployed application (EAR
or WAR) in the admin console? Let's say in my web.xml I have defined the
following references:
<ejb-local-ref>
<ejb-ref-name>vehiclesee/AuthenticatorBean/local</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>org.example.vehicles.action.Authenticator</local>
</ejb-local-ref>
<persistence-unit-ref>
<persistence-unit-ref-name>vehiclesee/emf</persistence-unit-ref-name>
<persistence-unit-name>vehiclesee</persistence-unit-name>
</persistence-unit-ref>
Is there anyway to see these in a tree somewhere? The JNDI Browsing button
only seems to show me global JNDI resources (such as UserTransaction).
-Dan
--
View this message in context: http://www.nabble.com/Browse-local-JNDI-refs-in-admin-console-tp20686182p20686182.html
Sent from the java.net - glassfish users mailing list archive at Nabble.com.