Author: antelder
Date: Mon Mar 29 14:11:44 2010
New Revision: 928787

URL: http://svn.apache.org/viewvc?rev=928787&view=rev
Log:
Add Woodstox dependency as the Sun parser fails on lots of tests now. Would be 
really good to find a way to fix this

Modified:
    tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml?rev=928787&r1=928786&r2=928787&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml Mon Mar 29 
14:11:44 2010
@@ -56,6 +56,21 @@
             <version>6.1.19</version>
         </dependency>
 
+        <!-- This is need when running with Sun JDK which gets an unsupported 
operation exception creating an XMLStreamReader from a DOMSource
+             when Tuscany is writing a property value  -->
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.4</version>
+            <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=928787&r1=928786&r2=928787&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Mon Mar 29 
14:11:44 2010
@@ -56,6 +56,21 @@
             <version>6.1.19</version>
         </dependency>
 
+        <!-- This is need when running with Sun JDK which gets an unsupported 
operation exception creating an XMLStreamReader from a DOMSource
+             when Tuscany is writing a property value  -->
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.4</version>
+            <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -76,7 +91,6 @@
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <excludes>
-              <exclude>**/JCA_8005_TestCase.java</exclude><!--  see 
TUSCANY-3482 -->
               <exclude>**/JCA_8007_TestCase.java</exclude><!--  see 
TUSCANY-3482 -->
            </excludes>
          </configuration>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml?rev=928787&r1=928786&r2=928787&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml Mon Mar 29 
14:11:44 2010
@@ -56,6 +56,21 @@
             <version>6.1.19</version>
         </dependency>
 
+         <!-- This is need when running with Sun JDK which gets an unsupported 
operation exception creating an XMLStreamReader from a DOMSource
+             when Tuscany is writing a property value  -->
+         <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.4</version>
+            <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>


Reply via email to