Stateless EJBs are only stateless in the sense that they're not associated with any particular client session.
The actual EJB instances can and will be pooled by the application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159612#4159612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159612 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
