Freeman Fang created CAMEL-12637:
------------------------------------
Summary: XmlConverter can't transform StAXSource when external
xalan lib available
Key: CAMEL-12637
URL: https://issues.apache.org/jira/browse/CAMEL-12637
Project: Camel
Issue Type: Bug
Components: camel-core
Reporter: Freeman Fang
since external xalan impl doesn't support StAXSource, we should convert
StAXSource to SAXSource firstly when external xalan is used
Otherwise we will see exception like
{code}
{color:#000000}javax.xml.transform.TransformerException: Can't transform a
Source of type javax.xml.transform.stax.StAXSource{color}
{color:#000000}{code}{color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)