Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 47360 invoked by uid 500); 25 Jun 2001 17:56:08 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 46962 invoked from network); 25 Jun 2001 17:56:04 -0000 Date: Mon, 25 Jun 2001 13:56:00 -0400 (EDT) From: Donald Ball X-X-Sender: To: Subject: how to indicate fatal exception in a transformer? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N how do i indicate that a fatal exception has occured in a transformer, specifically, in one of the SAX event handler methods? i would think that i'd throw a ProcessingException, but that's not allowed per the method signature of XMLProducer interface. when i throw a SAXException, i don't end up with an internal server error being tossed to the client, the request just hangs. what's the best practice for this situation? - donald --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org