RE: processPipelineTo or output modules never return after XML parsing error

2004-08-09 Thread Hunsberger, Peter
Andrew Thornton <[EMAIL PROTECTED]> writes: > > >>> We're running Cocoon 2.1.4 if that makes a difference: > the _validate > ^ > > I have found that there is a bug in the caching of 2.1.4 such that > sometimes when an exception is thrown during SAX processing, > t

RE: processPipelineTo or output modules never return after XML parsing error

2004-08-06 Thread Andrew Thornton
We're running Cocoon 2.1.4 if that makes a difference: the _validate ^ I have found that there is a bug in the caching of 2.1.4 such that sometimes when an exception is thrown during SAX processing, the cache validity for that 'broken' pipeline is always true. I beli

RE: processPipelineTo or output modules never return after XML parsing error

2004-08-06 Thread Hunsberger, Peter
Sylvain Wallez <[EMAIL PROTECTED]> writes: > > Hunsberger, Peter wrote: > >We're running Cocoon 2.1.4 if that makes a difference: the _validate > >pipeline used is an internal pipeline and perhaps the sitemap issue > >with error handling on internal pipelines has something to do with > >th

Re: processPipelineTo or output modules never return after XML parsing error

2004-08-06 Thread Sylvain Wallez
Sylvain Wallez wrote: The implementation of processPipelineTo has been drastically simplified after 2.1.4 and is actually not a simple call to the PipelineUtil class. Sorry : "... is actually *now* a simple call ..." Sylvain -- Sylvain Wallez Anyware Technologie

Re: processPipelineTo or output modules never return after XML parsing error

2004-08-06 Thread Sylvain Wallez
Hunsberger, Peter wrote: This is long, but I'd appreciate any help on a critical problem that is mucking up our production system. We use flow and processPipelineTo to run Schematron validation on form responses. The flow code is essentially the following: We're running Cocoon 2.1.4 if that ma