users@glassfish.java.net

Re: EJB look up problem between 2 ear's - Glassfish v3

From: <glassfish_at_javadesktop.org>
Date: Tue, 28 Sep 2010 14:48:30 PDT

You should be able to access the Remote bean with the portable lookup name or the native lookup name.

When you are deploying one of the EAR lookup in the messages.log for these lookups names of your remote bean.

The native lookup name could be for example the fully qualified name of the bean class (if your have not specified a name for the @Stateless bean).

The remote lookup name is the one that start with java:global ...

rgds.
xavier
[Message sent by forum member 'xcallejas']

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