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 7F27F18C8B for ; Mon, 25 Jan 2016 21:28:40 +0000 (UTC) Received: (qmail 51161 invoked by uid 500); 25 Jan 2016 21:28:40 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 51009 invoked by uid 500); 25 Jan 2016 21:28:40 -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 50889 invoked by uid 99); 25 Jan 2016 21:28:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 21:28:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1241C2C1F58 for ; Mon, 25 Jan 2016 21:28:40 +0000 (UTC) Date: Mon, 25 Jan 2016 21:28:40 +0000 (UTC) From: "Karsten Blees (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-9534) XsltComponent: fix support for Saxon-B (and Woodstox) 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-9534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karsten Blees updated CAMEL-9534: --------------------------------- Attachment: 0002-CAMEL-9534-XsltComponent-fix-support-for-Saxon-B-and.patch 0001-CAMEL-9534-XsltComponent-set-default-of-allowStAX-op.patch > XsltComponent: fix support for Saxon-B (and Woodstox) > ----------------------------------------------------- > > Key: CAMEL-9534 > URL: https://issues.apache.org/jira/browse/CAMEL-9534 > Project: Camel > Issue Type: Bug > Components: camel-core, camel-xslt > Affects Versions: 2.11.4, 2.12.3, 2.13.0, 2.14.0 > Reporter: Karsten Blees > Attachments: 0001-CAMEL-9534-XsltComponent-set-default-of-allowStAX-op.patch, 0002-CAMEL-9534-XsltComponent-fix-support-for-Saxon-B-and.patch > > > AFAIK Saxon-B is the only XSLT 2 processor that supports Java extensions (that's why it is still available for download on the Saxon site). > CAMEL-7130 enabled the "allowStAX" option by default, which is not supported by Saxon-B. This also breaks handling of CDATA sections with the Woodstox StAX implementation. > CAMEL-7753 tries to configure Saxon's MessageWarner class via a proprietary Saxon API that seems to change frequently - the current code only works with Saxon 9.3 - 9.5 (see also CAMEL-7891, CAMEL-8830). -- This message was sent by Atlassian JIRA (v6.3.4#6332)