Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 77073 invoked from network); 2 Jun 2004 06:44:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jun 2004 06:44:50 -0000 Received: (qmail 71150 invoked by uid 500); 2 Jun 2004 06:45:06 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 71106 invoked by uid 500); 2 Jun 2004 06:45:05 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 71056 invoked by uid 99); 2 Jun 2004 06:45:04 -0000 Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 01 Jun 2004 23:45:04 -0700 Received: (qmail 12109 invoked by uid 50); 2 Jun 2004 06:44:38 -0000 Date: 2 Jun 2004 06:44:38 -0000 Message-ID: <20040602064438.12108.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 28724] - FragmentExtractor always returns same fragment X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=28724 FragmentExtractor always returns same fragment ------- Additional Comments From sarah.windler@id.ethz.ch 2004-06-02 06:44 ------- Sorry I wasn't clear enough: For every request with new parameters to the pipeline, the setup() method of the FragmentExtractorTransformer will be executed. But in this method the int fragmentID variable will be reset to zero. So I've deleted this reset (//fragmentID = 0;) and the grafic output works now correct.