Your service classes should be thread-safe to begin with. You don't need multiple instances of a business service.
Cheers, Paul On Tue, Nov 4, 2014 at 3:08 PM, Sekar, Sowmya <sse...@ucsd.edu> wrote: > Hi, > > To invoke service classes from each method in the action classes, are > there any other options to make it thread safe other than initializing them > as local variables? > > Thanks, Sowmya >