users@glassfish.java.net

Re: Calling EB on Glassfish V3 from V2

From: <forums_at_java.net>
Date: Tue, 18 Oct 2011 08:30:29 -0500 (CDT)

 i was having the same problem.  I couldn't get the ejb usign the lookup
method.

The way I fixed is to use corbaname:iiop naming syntax

EJB(mappedName="corbaname:iiop:hostname:3700#com.foo.bar.ClassName)

ClassName myBean;

That seem to work for me. 

Thanks


--
[Message sent by forum member 'djgerbavore']
View Post: http://forums.java.net/node/850222