[jboss-user] [EJB 3.0] - Re: SLSB basic design question
PeterJ
do-not-reply at jboss.com
Mon Aug 18 12:31:51 EDT 2008
Always pass values as method parameters - do not use fields. With an SLSB multiple threads can be using it simultaneously and if you use a field you will get "interesting" results.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171094#4171094
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171094
More information about the jboss-user
mailing list