RE: Lifetime of XSLTProcessorImpl

"Carsten Ziegeler" <[email protected]> Mon, 17 Mar 2003 13:01:36 +0100
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel
Message-ID <LKENJPKDAIKAPKHEOCMMKEJADAAA.cziegeler__29325.4207972952$1047902432@s-und-n.de>
Peter Royal wrote:
> 
> On Monday, March 17, 2003, at 05:10  AM, Carsten Ziegeler wrote:
> > I just looked at code of the excalibur xmlutil XSLTProcessorImpl.
> > It seems that it doesn't implement any lifetime interfaces,
> > so in fact for each lookup a new instance is created.
> 
> Only inside the ECM :)
> 
> > Is anything preventing us from making it Poolable?
> > Or did I oversee something?
> 
> Nope, go ahead and add Poolable for proper behavior under ECM and thus 
> Cocoon. I'm also using that component under Fortress where that 
> behavior is specified in metadata rather than in a marker interface.

Ok, I just updated it and fixed some component releases.

Carsten