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&...]