From: <glassfish_at_javadesktop.org>
Date: Thu, 18 Feb 2010 07:02:39 PST
The application-name is a part of the java:global syntax for portable EJB JNDI names, but not for java:app or java:module. In the typical case the only piece of information you need for a java:module lookup is the bean name of the target EJB component. See this EJB FAQ entry for
more details :