Wolf-Dieter Fink [
http://community.jboss.org/people/wdfink] created the discussion
"Re: Ejb3.0 jndi lookup problem"
To view the discussion, visit:
http://community.jboss.org/message/561536#561536
--------------------------------------------------------------
The default naming in EJB3 will be
<name of the ear file>/<Bean name>/remote
E.g. you deploy application.ear with a bean 'MySLSBean' the default naming is
'application/MySLSBean/remote'
If you want to change the JNDI name you might add
@org.jboss.annotation.ejb.RemoteBinding(...) to your Bean-class.
But it is a non standard (EJB) jboss annotation that change from 4.x=>5.x
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/561536#561536]
Start a new discussion in EJB 3.0 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]