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