JBoss Community

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

created by Wolf-Dieter Fink in JBoss AS 7 Development - View the full discussion

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 here, also each quickstart will have a README.md

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community