JBoss Community

Re: lookup a session bean inside a servlet

created by Wolf-Dieter Fink in JNDI and Naming - View the full discussion

@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

Start a new discussion in JNDI and Naming at Community