users@glassfish.java.net

Re: Websphere 5.x to Glassfish App Conversion

From: <glassfish_at_javadesktop.org>
Date: Thu, 06 Nov 2008 13:49:13 PST

If you want to get up and running quickly you can do a direct global lookup of the EJBs. Just instantiate the no-arg InitialContext() and pass in the global jndi-name :

  new InitialContext().lookup("ejb/CWMManager");

This is not portable but why don't you get something running first and then we can talk about the other standardized ways to accomplish the same thing.
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=315344