[jboss-user] [EJB/JBoss] - Re: instance variables and a SLSB returning to JBoss instanc
waynebaylor
do-not-reply at jboss.com
Thu Aug 30 23:23:40 EDT 2007
if the slsb is added back to the pool its fields are probably unchanged. the spec just says that you shouldn't depend on a slsb's fields being consistent over multiple client calls (since the client is not guaranteed to have the same slsb execute each request).
if you need to store a value across multiple client requests, then you want a stateful session bean.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079824#4079824
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079824
More information about the jboss-user
mailing list