[jboss-dev-forums] [JBoss AS 7 Development] - Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final

Oliver Katzer do-not-reply at jboss.com
Tue Aug 21 04:10:13 EDT 2012


Oliver Katzer [https://community.jboss.org/people/olli24] created the discussion

"Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final"

To view the discussion, visit: https://community.jboss.org/message/754710#754710

--------------------------------------------------------------
May be something with your lookup name is wrong.

Have a look at your JBoss log file after your EJB has been deployed.
There you can see the JNDI bindings of your EJB.

JBoss7 EJB lookup Name
context.lookup("ejb:" + appName + "/" + moduleName + "/" + distinctName + "/" + beanName + "!" + viewClassName);

This is my lookup name as example:
"ejb:/MtzWebComm//CommEJB!de.miditec.communication.ejb.CommEJBHome";
appName      : Empty String
moduleName : MtzWebComm
distinctName : Empty String
beanName     : CommEJB
viewClassName: de.miditec.communication.ejb.CommEJBHome
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/754710#754710]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120821/511b5aff/attachment.html 


More information about the jboss-dev-forums mailing list