From 4099431f74be628966e639ddd1f857e4f73caba4 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 18 Aug 2008 09:33:37 +0000 Subject: Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.3.1/itest/builder/pom.xml | 7 + .../modules/binding-ws-axis2/pom.xml | 148 ++++++++++++++++++--- .../sca-java-1.3.1/modules/contribution/pom.xml | 5 - .../modules/databinding-axiom/pom.xml | 11 +- .../modules/databinding-jaxb-axiom/pom.xml | 4 + .../modules/databinding-sdo-axiom/pom.xml | 11 +- .../modules/implementation-script/pom.xml | 4 + .../modules/policy-security-ws/pom.xml | 19 ++- .../sca-java-1.3.1/modules/policy-xml-ws/pom.xml | 11 +- branches/sca-java-1.3.1/tools/java2wsdl/pom.xml | 10 +- branches/sca-java-1.3.1/tools/wsdl2java/pom.xml | 11 +- 11 files changed, 177 insertions(+), 64 deletions(-) (limited to 'branches') diff --git a/branches/sca-java-1.3.1/itest/builder/pom.xml b/branches/sca-java-1.3.1/itest/builder/pom.xml index 429d5ffc91..5bf74e2291 100644 --- a/branches/sca-java-1.3.1/itest/builder/pom.xml +++ b/branches/sca-java-1.3.1/itest/builder/pom.xml @@ -83,6 +83,13 @@ 1.3.1-SNAPSHOT test + + + xerces + xercesimpl + 2.8.1 + test + junit diff --git a/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml index c38222a456..30c8ba0808 100644 --- a/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml @@ -114,6 +114,14 @@ org.apache.ant ant-launcher + + xerces + xercesImpl + + + xalan + xalan + @@ -134,6 +142,18 @@ xom xom + + xerces + xercesImpl + + + xalan + xalan + + + xml-apis + xml-apis + @@ -142,6 +162,16 @@ axis2-adb 1.3 runtime + + + xalan + xalan + + + xerces + xercesImpl + + @@ -149,6 +179,20 @@ axis2-codegen 1.3 runtime + + + stax + stax-api + + + xerces + xercesImpl + + + xalan + xalan + + @@ -159,21 +203,28 @@ xerces xercesImpl + + stax + stax-api + + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl 1.2.5 + + + stax + stax-api + + @@ -280,6 +331,16 @@ org.apache.axis2 axis2-mtompolicy 1.3 + + + xalan + xalan + + + xerces + xercesImpl + + @@ -288,22 +349,23 @@ 1.4.0 - - xalan - xalan - 2.7.0 - - org.apache.ws.security wss4j 1.5.3 - + - xml-apis - xml-apis - 1.3.03 + xalan + xalan + 2.7.0 + optional + + + xml-apis + xml-apis + + @@ -332,7 +394,22 @@ org.apache.ws.commons.schema XmlSchema - + + stax + stax-api + + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + @@ -361,12 +438,29 @@ backport-util-concurrent backport-util-concurrent + + stax + stax-api + org.apache.ws.commons.schema XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + + @@ -403,11 +497,29 @@ backport-util-concurrent backport-util-concurrent + + stax + stax-api + + + org.apache.ws.commons.schema XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + diff --git a/branches/sca-java-1.3.1/modules/contribution/pom.xml b/branches/sca-java-1.3.1/modules/contribution/pom.xml index 22ffe3dd96..34cd808b15 100644 --- a/branches/sca-java-1.3.1/modules/contribution/pom.xml +++ b/branches/sca-java-1.3.1/modules/contribution/pom.xml @@ -46,11 +46,6 @@ stax-api 1.0.1 - - xml-apis - xml-apis - 1.3.03 - diff --git a/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml b/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml index 8410deb48f..f43f0d449b 100644 --- a/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml +++ b/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml @@ -55,16 +55,13 @@ xerces xercesImpl + + xml-apis + xml-apis + - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl diff --git a/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml b/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml index fa0a3d6721..0c4f7c1de1 100644 --- a/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml +++ b/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml @@ -56,6 +56,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + diff --git a/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml b/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml index bc1dfa9570..835ed23007 100644 --- a/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml +++ b/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml @@ -58,6 +58,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + @@ -68,13 +72,6 @@ runtime - - xerces - xercesImpl - 2.8.1 - runtime - - commons-logging commons-logging diff --git a/branches/sca-java-1.3.1/modules/implementation-script/pom.xml b/branches/sca-java-1.3.1/modules/implementation-script/pom.xml index 34aef3196a..65a383d30d 100644 --- a/branches/sca-java-1.3.1/modules/implementation-script/pom.xml +++ b/branches/sca-java-1.3.1/modules/implementation-script/pom.xml @@ -73,6 +73,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + 1.2.5 diff --git a/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml b/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml index 79e3b59d3c..e5360a0bf6 100644 --- a/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml +++ b/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml @@ -63,17 +63,14 @@ commons-logging commons-logging + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl @@ -90,6 +87,14 @@ backport-util-concurrent backport-util-concurrent + + xalan + xalan + + + xerces + xercesImpl + diff --git a/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml b/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml index a79cf62430..b46490f171 100644 --- a/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml +++ b/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml @@ -64,16 +64,13 @@ commons-logging commons-logging + + xml-apis + xml-apis + - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.neethi neethi diff --git a/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml b/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml index aeccffe317..b10f64947a 100644 --- a/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml +++ b/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml @@ -89,16 +89,14 @@ xerces xercesImpl + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - - org.apache.ws.commons.axiom axiom-impl diff --git a/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml b/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml index 4b39dcc95b..dcccb34e72 100644 --- a/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml +++ b/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml @@ -116,17 +116,14 @@ xerces xercesImpl + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl -- cgit v1.2.3