Wolf-Dieter Fink [
http://community.jboss.org/people/wdfink] created the discussion
"Re: lookup a session bean inside a servlet"
To view the discussion, visit:
http://community.jboss.org/message/603266#603266
--------------------------------------------------------------
@Stateless and @RemoteBinding are annotations of the stateless session bean.
You should add
+@RemoteBinding(jndiBinding = "/BookShop/OperazioniUtenti/remote")+
+to your bean implementation class.
+
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/603266#603266]
Start a new discussion in JNDI and Naming at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]