anonymous wrote : JNDI lookup for a STATELESS session bean i the same 
transaction will return the SAME instance as a previous call ?? 
No. Stateless beans are kept in a pool; each time you ask for one via JNDI you 
could get a different instance. If you need a single bean, then look it up once 
and pass it to the methods that need to interact with it.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268831#4268831

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268831
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to