DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26657>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26657

[PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt 
processing

           Summary: [PATCH] CocoonBean add additional features for
                    reprocessing pipelines and interrupt processing
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This patch add some features to the Bean, this was short discussed on the user-list.
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107553588409081&w=2

The patch only add additional methods and dont change the current behavior. It
is now possible to reprocess pipelines without creating a new CocoonBean-instance.
If the Bean is controlled from another Thread, it possible to interrupt the
processing. This only work if you use process(Crawler). The interruption stop
the processing of the next URI's, it dont stop the initialization and the
processing of the current pipeline. But if you add a BeanListener, you can
observe the stopping. The Bean sends the complete-message to the Listeners,after
   interruption.

Reply via email to