users@jersey.java.net

RE: [Jersey] RE: _at_EJB inj. Glassfish3 OK, WebLogic10.3 NOTOK

From: Ecker, Sandor (ext) <"Ecker,>
Date: Thu, 5 Aug 2010 13:50:28 +0200

Hi Paul,

Thanks for the Infos. With tham I was able to use Your code.

I have the SSB with the following annotated:

@Stateless(name = "ManagerService", mappedName = "ManagerService")

And I was able to use it with following jndi name in the lookup:

     String jndiName = "ManagerService#com.service.IManagerService";

Regards,
Sandor