On Wed, 10 Jul 2002 19:44, Carsten Ziegeler wrote:
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 10, 2002 11:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit:
> > jakarta-avalon-excalibur/xmlutil/src/java/org/apache/avalon/excalibur/xm
> > l/xslt XSLTProcessorImpl.java
> >
> >
> > donaldp     2002/07/10 02:36:54
> >
> >   Modified:    xmlutil/src/java/org/apache/avalon/excalibur/xml/xslt
> >                         XSLTProcessorImpl.java
> >   Log:
> >   Aquire store during compose method but only use it if correct
> > flag is set
>
> Why do you want to aquire the store even if it is not used?

Basically to avoid warnings in a container I am working on. ie If you declare 
dependencies (even if they are optional dependencies) and the container 
provides you component but you dont use it then the container will wanr you 
saying something like

"You have misdeclared a dependency on X as it was never used."

or similar.

This should not harm cocoon as I null it out if useStore is false. At leats 
thats what I thought, though I could be wrong ? :)

-- 
Cheers,

Peter Donald
----------------------------------------
Whatever you do will be insignificant, 
but it is very important that you do it. 
                              --Gandhi
---------------------------------------- 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to