Re: Lifetime of XSLTProcessorImpl

Peter Royal <[email protected]> Mon, 17 Mar 2003 06:58:00 -0500
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel
Message-ID <B38C07B6-586F-11D7-89AD-000393B61B56__16933.8680840612$1047902239@apache.org>
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.
-pete