Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 14530 invoked from network); 3 Jun 2004 13:28:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 13:28:57 -0000 Received: (qmail 50891 invoked by uid 500); 3 Jun 2004 13:28:56 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 50828 invoked by uid 500); 3 Jun 2004 13:28:56 -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 50806 invoked by uid 99); 3 Jun 2004 13:28:55 -0000 Received: from [81.209.148.130] (HELO dd2020.kasserver.com) (81.209.148.130) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 03 Jun 2004 06:28:55 -0700 Received: from vafer.org (linux01.gwdg.de [134.76.13.21]) by dd2020.kasserver.com (Postfix) with ESMTP id 973D3E41F4 for ; Thu, 3 Jun 2004 15:27:04 +0200 (CEST) Message-ID: <40BF27B5.6020906@vafer.org> Date: Thu, 03 Jun 2004 15:29:25 +0200 From: Torsten Curdt User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cocoon DEV List Subject: error handling X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have an interal pipeline which sometimes throws an exception due to broken links. And another one using it --> calls the intenal pipeline ... Using the first pipeline works just fine. Exceptions are being caught and a default xml file is being presented instead. Unfortunately using it through the second pipeline (through the cinclude transformer) brings up the exception. Anyone a clue what's happing here? cheers -- Torsten