[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s
jaikiran
do-not-reply at jboss.com
Fri Jan 25 10:52:10 EST 2008
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#4123551
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123551
More information about the jboss-user
mailing list