It's hard to give advice without knowing what your utility class do... As you point out yourself, you can't really pass the request around outside the thread of the request, so you probably have to change your utility class.
Nils-H On Tue, Nov 25, 2008 at 6:08 AM, nikunj <[EMAIL PROTECTED]> wrote: > Dear All, > > I am migrating my existing application, I have used HttpServletRequest > object in my Utility class. > > We can not use any threadlocal object, where we have used executeAndWait > interceptor. HttpServletRequest is threadlocal soo, I can not able to use > any of methods, and those are having HttpServletRequest. > > I don't want to change my Utility class. > > > > Can anybody help me? > > > > > > Regards, > > > > Nikunj Mulani > > Applied Software Pvt. Ltd. > > Ahmedabad > > 91-98249 88262 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]