[jboss-dev-forums] [JBoss AS 7 Development] - Re: EJB bean is not working in Multi threading of JBoss 7.1.1 Final
Wolf-Dieter Fink
do-not-reply at jboss.com
Tue Aug 21 10:11:01 EDT 2012
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] 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/754835#754835
--------------------------------------------------------------
As this is the normal behaviour of the client. The 'lookup' will never call the server!
So you get an exception if you access the bean.
For examples you might have a look into the quickstarts (or clone/download it) :
git clone git://github.com/jboss-jdf/jboss-as-quickstart.git
ejb-remote, cluster-ha-singleton-service and ejb-multi-server contain clients that will use what you will see.
See the description and documentation https://docs.jboss.org/author/display/AS71/Contributing+a+Quickstart here, also each quickstart will have a README.md
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/754835#754835]
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/d4cdb12a/attachment.html
More information about the jboss-dev-forums
mailing list