[ http://issues.apache.org/jira/browse/COCOON-1027?page=all ]

David Crossley updated COCOON-1027:
-----------------------------------

    Bugzilla Id:   (was: 26657)
     Other Info: [Patch available]
    Description: 
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.

  was:
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.


> [PATCH] CocoonBean add additional features for reprocessing pipelines and 
> interrupt processing
> ----------------------------------------------------------------------------------------------
>
>          Key: COCOON-1027
>          URL: http://issues.apache.org/jira/browse/COCOON-1027
>      Project: Cocoon
>         Type: Bug
>   Components: * Cocoon Core
>     Versions: 2.1.8
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Simon Mieth
>     Assignee: Cocoon Developers Team
>  Attachments: CocoonBean.patch
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to