For specifying the jndi-name for the remote interface of your EJB3, use the @RemoteBinding
annotation (for local interface use @LocalBinding)
@RemoteBinding (jndiBinding="ejb3/MySessionBean")
See the
http://trailblazer.demo.jboss.com/EJB3Trail/ for more details.
Here's the link for StatelessSessionBeans
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/slsb/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123551#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...