[
https://issues.apache.org/jira/browse/CXF-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583648#action_12583648
]
Gary Tully commented on CXF-1470:
---------------------------------
just a thought, I wonder if this is related to picking up xalan from the jdk,
should CXF be using a different version? I noticed in the cxf parent pom.xml
some overrides for default transformer behaviour:
<systemProperties>
<!--
The default xalan TransformerFactory on the
ibm jdk seems to be
org.apache.xalan.processor.TransformerFactoryImpl
which seems to have an issue causing it to
add things like duplicate default namespace
declarations. woodstox doesn't like that.
So set this property to use the xsltc
TransformerFactory which behaves better with
woodstox (and which the sun jdk seems to
default to).
-->
<property>
<name>javax.xml.transform.TransformerFactory</name>
<value>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</value>
</property>
> js_provider demo fails using jdk1.6.0_04
> ----------------------------------------
>
> Key: CXF-1470
> URL: https://issues.apache.org/jira/browse/CXF-1470
> Project: CXF
> Issue Type: Sub-task
> Reporter: Sean O'Callaghan
> Assignee: Sean O'Callaghan
> Fix For: 2.1
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.