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