Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F09E710175 for ; Thu, 25 Jul 2013 02:45:50 +0000 (UTC) Received: (qmail 97876 invoked by uid 500); 25 Jul 2013 02:45:50 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 97853 invoked by uid 500); 25 Jul 2013 02:45:49 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 97839 invoked by uid 99); 25 Jul 2013 02:45:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 02:45:49 +0000 Date: Thu, 25 Jul 2013 02:45:49 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-6474) DOM2SAX doesn't provide the full support of SAX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-6474. --------------------------------- Resolution: Fixed Fix Version/s: (was: 2.11.2) Just applied the patch into master branch. > DOM2SAX doesn't provide the full support of SAX > ----------------------------------------------- > > Key: CAMEL-6474 > URL: https://issues.apache.org/jira/browse/CAMEL-6474 > Project: Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.11.0 > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.12.0 > > > XmlConverter will convert the DomSource into SAXSource when it can find the org.apache.xalan.xsltc.trax.DOM2SAX. > But the DOM2SAX doesn't provide the full support of SAX, which causes the NPE issue when we route the SAXSource into xslt transformer like saxon transformer. > Here are some discussion on saxon support https://saxonica.plan.io/issues/1814. > BTW, when I changed the transformer to the xalan one, I still the java.util.EmptyStackException. > So my suggest we need to diable this convertor until we find other good solution. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira