users@glassfish.java.net

Re: How to remove osgi war version from the JNDI Lookup?

From: <forums_at_java.net>
Date: Mon, 27 Feb 2012 06:08:51 -0600 (CST)

Sorry, Sahoo, it worked exactly as you suggested:

@Stateless
@EJB(name="java:global/mywar/MyEJBBean",beanInterface=MyInterface.class)
public class MyEJBBean implements  MyInterface{
...
}
 

thanks a lot


--
[Message sent by forum member 'okna2000']
View Post: http://forums.java.net/node/840006