1: Maybe the documentation is a bit unclear there. If you access stateless components
concurrently, the container will supply enough instances from the pool so that each thread
will get its own instance.
To put this another way: From a threads perspective the connection between a component
name and a certain bean instance is lost. The name of the stateless compoennt might be
resolved to a different been instance next time.
2: Don't know.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084313#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...