Re: [Resin-interest] Possible memory leak in Resin 4.0.9

2010-08-17 Thread Wesley Wu
Hi Scott, Thanks for the checking. Today I double checked the CDI spec and got some new knowledge. Nearly all my beans were not annotated with any scope, so that they should be @Dependent. Some of the beans were created (not injected) in a servlet filter via a static ObjectFactory. I think the

[Resin-interest] Cookie lifetime

2010-08-17 Thread Tom Hintz
Comment from our engineer below. This is resin 3.0 if it makes a difference. > For the persistent session, the timeout is based on access time. So each new > request resets the timer for the default 30min. Is he referring to the actual session object on the server or the session cookie in the

Re: [Resin-interest] [Fwd: Re: getting webservicecont ext in a cxf=D=A soap=D=A servlet]

2010-08-17 Thread Riccardo Cohen
Thanks a lot, I'm really grateful. will it be available in 4.0.10 ? On 17/08/10 19:02, Scott Ferguson wrote: > Riccardo Cohen wrote: >> Hi >> Did you found a "magic" way to have webservicecontext in this case ? :) >> > > Somewhat. I'm adding a WebServiceContextProxy with a ThreadLocal that > grabs

Re: [Resin-interest] [Fwd: Re: getting webservicecontext in a cxf soap=D=A servlet]

2010-08-17 Thread Scott Ferguson
Riccardo Cohen wrote: > Hi > Did you found a "magic" way to have webservicecontext in this case ? :) > Somewhat. I'm adding a WebServiceContextProxy with a ThreadLocal that grabs the WebServiceContext associated with the servlet. CXF itself has a WebServiceContextImpl that has its own ThreadL

[Resin-interest] [Fwd: Re: getting webservicecon text in a cxf soap=D=A servlet]

2010-08-17 Thread Riccardo Cohen
Hi Did you found a "magic" way to have webservicecontext in this case ? :) Thanks a lot. Original Message Subject: Re: [Resin-interest] getting webservicecontext in a cxf soap servlet Date: Thu, 12 Aug 2010 12:12:53 +0200 From: Riccardo Cohen Reply-To: General Discussion for th

Re: [Resin-interest] Cookie lifetime

2010-08-17 Thread Scott Ferguson
Tom Hintz wrote: > > Where is the standard for persistent-cookie lifetimes? Do they expire > based on the time of first creation or does the cookie expiration time > update to a new value on each page request? Thanks, > The cookie itself is controlled by the browser. Resin by default doesn't

[Resin-interest] Cookie lifetime

2010-08-17 Thread Tom Hintz
Where is the standard for persistent-cookie lifetimes? Do they expire based on the time of first creation or does the cookie expiration time update to a new value on each page request? Thanks, ___ resin-interest mailing list resin-interest@caucho.c