You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/08/18 11:33:39 UTC

svn commit: r686710 - in /tuscany/branches/sca-java-1.3.1: itest/builder/ modules/binding-ws-axis2/ modules/contribution/ modules/databinding-axiom/ modules/databinding-jaxb-axiom/ modules/databinding-sdo-axiom/ modules/implementation-script/ modules/p...

Author: antelder
Date: Mon Aug 18 02:33:37 2008
New Revision: 686710

URL: http://svn.apache.org/viewvc?rev=686710&view=rev
Log:
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

Modified:
    tuscany/branches/sca-java-1.3.1/itest/builder/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/contribution/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/implementation-script/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml
    tuscany/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml
    tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
    tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml

Modified: tuscany/branches/sca-java-1.3.1/itest/builder/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/itest/builder/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/itest/builder/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/itest/builder/pom.xml Mon Aug 18 02:33:37 2008
@@ -83,6 +83,13 @@
             <version>1.3.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesimpl</artifactId>
+            <version>2.8.1</version>
+            <scope>test</scope>
+        </dependency>
               
         <dependency>
             <groupId>junit</groupId>

Modified: tuscany/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml Mon Aug 18 02:33:37 2008
@@ -114,6 +114,14 @@
                     <groupId>org.apache.ant</groupId>
                     <artifactId>ant-launcher</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -134,6 +142,18 @@
                     <groupId>xom</groupId>
                     <artifactId>xom</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -142,6 +162,16 @@
             <artifactId>axis2-adb</artifactId>
             <version>1.3</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -149,6 +179,20 @@
             <artifactId>axis2-codegen</artifactId>
             <version>1.3</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -159,21 +203,28 @@
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
             <version>1.2.5</version>
         </dependency>
 
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -280,6 +331,16 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-mtompolicy</artifactId>
             <version>1.3</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -289,21 +350,22 @@
         </dependency>
 
         <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.security</groupId>
             <artifactId>wss4j</artifactId>
             <version>1.5.3</version>
         </dependency>
-
+        <!-- xalan is required by wss4j -->
         <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-            <version>1.3.03</version>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>2.7.0</version>
+            <scope>optional</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -332,7 +394,22 @@
                     <groupId>org.apache.ws.commons.schema</groupId>
                     <artifactId>XmlSchema</artifactId>
                 </exclusion>
-
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -361,12 +438,29 @@
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>                
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
                 <!-- Exclude XmlSchema 1.3.1 -->
                 <exclusion>
                     <groupId>org.apache.ws.commons.schema</groupId>
                     <artifactId>XmlSchema</artifactId>
                 </exclusion>
 
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+
             </exclusions>
         </dependency>
 
@@ -403,11 +497,29 @@
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>  
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+
+
                 <!-- Exclude XmlSchema 1.3.1 -->
                 <exclusion>
                     <groupId>org.apache.ws.commons.schema</groupId>
                     <artifactId>XmlSchema</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
 
             </exclusions>
         </dependency>

Modified: tuscany/branches/sca-java-1.3.1/modules/contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/contribution/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/contribution/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/contribution/pom.xml Mon Aug 18 02:33:37 2008
@@ -46,11 +46,6 @@
             <artifactId>stax-api</artifactId>
             <version>1.0.1</version>
         </dependency>
-        <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-            <version>1.3.03</version>
-        </dependency>
     </dependencies>
 
     <build>

Modified: tuscany/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml Mon Aug 18 02:33:37 2008
@@ -55,17 +55,14 @@
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>

Modified: tuscany/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/databinding-jaxb-axiom/pom.xml Mon Aug 18 02:33:37 2008
@@ -56,6 +56,10 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/databinding-sdo-axiom/pom.xml Mon Aug 18 02:33:37 2008
@@ -58,6 +58,10 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>                
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -69,13 +73,6 @@
         </dependency>
         
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1</version>

Modified: tuscany/branches/sca-java-1.3.1/modules/implementation-script/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/implementation-script/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/implementation-script/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/implementation-script/pom.xml Mon Aug 18 02:33:37 2008
@@ -73,6 +73,10 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>                 
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
             <version>1.2.5</version>
         </dependency>

Modified: tuscany/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/policy-security-ws/pom.xml Mon Aug 18 02:33:37 2008
@@ -63,18 +63,15 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>                 
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
             <version>1.2.5</version>
         </dependency>
 
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>
@@ -90,6 +87,14 @@
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>                
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         

Modified: tuscany/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml Mon Aug 18 02:33:37 2008
@@ -64,17 +64,14 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>                
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-        
-        <dependency>
             <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>2.0.2</version>

Modified: tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml Mon Aug 18 02:33:37 2008
@@ -89,17 +89,15 @@
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
             <version>1.2.5</version>
         </dependency>
 
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>

Modified: tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml?rev=686710&r1=686709&r2=686710&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml Mon Aug 18 02:33:37 2008
@@ -116,18 +116,15 @@
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
             <version>1.2.5</version>
         </dependency>
 
         <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.8.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>