Most of our action classes are extended from a BaseAction class which 
initializes protected variables such as session, user bean, ActionForm, request 
and response objects inside an init method which is called by decendents in the 
execute method.

Sounds like instance variables inside an action class is not a good thing.   Is 
that the root cause?  If so, can you explain how that could cause a problem.

>>> [EMAIL PROTECTED] 07/22/05 3:55 PM >>>
Srinivas Gunturu wrote:

>We don't have any static method calls or static objects we reference in action 
>classes.
>  
>
Do you have any _instance_ variables in any servlets, actions, filters, 
etc.?

I will almost guarantee you that you are accessing a non-synchronized 
object or instance data.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to