you can do it between applications. to do so you need to use a lookup:
Context c = new InitialContext();
bean = c.lookup("the name in th elog");don't use the EJBContainer in such a case - Romain 2012/3/14 slawek <[email protected]> > I generated two wars, and it doesn't work. > > Best regards > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/ejb-from-ws-tp4470387p4471882.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
