[jboss-user] [EJB/JBoss] - Re: stateless session bean is caching data ???
gcoleman
do-not-reply at jboss.com
Fri Jul 14 10:59:35 EDT 2006
This is expected behaviour. SLSB aren't stateless in the sense that a new one is created with every call (the application server will be doing pooling etc).
They are stateless in the sense that they are not tied to a particular client like Stateful Session EJBs are.
A good explanation can be found here.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958102#3958102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958102
More information about the jboss-user
mailing list