Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JNDI lookup has extra characters "#com"

user594312Sep 28 2015

Hi

I have a weblogic with two applications: 1 an EAR file with EJB-JARs and 2 a WAR file. The EJB are defined as following:

@Stateless(mappedName = "ejb/Usuarios")

public class Usuarios implements IUsuariosRemote, IUsuariosLocal, Serializable

When I try to lookup using "ejb/Usuarios" I get an error. If I list what's in "ejb" I get that the name is "ejb/Usuarios#com".

Any ideas?

Regards,

Néstor

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2015
Added on Sep 28 2015
0 comments
543 views