[
https://issues.apache.org/jira/browse/CAMEL-12637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang updated CAMEL-12637:
---------------------------------
Description:
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}
javax.xml.transform.TransformerException: Can't transform a Source of type
javax.xml.transform.stax.StAXSource
{code}
was:
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}
> 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
> Assignee: Freeman Fang
> Priority: Major
>
> 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}
> javax.xml.transform.TransformerException: Can't transform a Source of type
> javax.xml.transform.stax.StAXSource
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)