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