You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ovidiu Predescu <ov...@cup.hp.com> on 2001/08/14 09:09:47 UTC

Re: [C2] [2.1-dev patch] XSLTProcessor component

I hate to reply to myself, but I just found that by some inexplicable mistake a
method in XSLTProcessorImpl.java is totally incorrect. Please correct the
dispose() method that's in the patch submitted earlier to:

  public void dispose()
  {
    if (this.manager != null)
      this.manager.release((Component)store);
  }


Greetings,
-- 
Ovidiu Predescu <ov...@cup.hp.com>
http://orion.nsr.hp.com/ (inside HP's firewall only)
http://sourceforge.net/users/ovidiu/ (my SourceForge page)
http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] [2.1-dev patch] XSLTProcessor component

Posted by Davanum Srinivas <di...@yahoo.com>.
Ovidiu,
It's in. Thanks a ton. Please try it out and let me know.
-- dims

--- Ovidiu Predescu <ov...@cup.hp.com> wrote:
> 
> I hate to reply to myself, but I just found that by some inexplicable mistake a
> method in XSLTProcessorImpl.java is totally incorrect. Please correct the
> dispose() method that's in the patch submitted earlier to:
> 
>   public void dispose()
>   {
>     if (this.manager != null)
>       this.manager.release((Component)store);
>   }
> 
> 
> Greetings,
> -- 
> Ovidiu Predescu <ov...@cup.hp.com>
> http://orion.nsr.hp.com/ (inside HP's firewall only)
> http://sourceforge.net/users/ovidiu/ (my SourceForge page)
> http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 


=====
Davanum Srinivas, JNI-FAQ Manager
http://www.jGuru.com/faq/JNI

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org