You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/05/17 15:39:36 UTC

svn commit: r775645 - in /webservices/commons/trunk/modules/axiom: modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml pom.xml

Author: veithen
Date: Sun May 17 13:39:36 2009
New Revision: 775645

URL: http://svn.apache.org/viewvc?rev=775645&view=rev
Log:
Upgraded Woodstox to 3.2.9 and added a test case that failed because of WSTX-202.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml   (with props)
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Added: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml?rev=775645&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml (added)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml Sun May 17 13:39:36 2009
@@ -0,0 +1,2 @@
+<?xml version="1.0"?>
+<a xmlns:p="urn:ns1"><b xmlns:p="urn:ns2"><c xmlns:p="urn:ns1" p:attr="test"/></b></a>
\ No newline at end of file

Propchange: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/masked-namespace-declaration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=775645&r1=775644&r2=775645&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun May 17 13:39:36 2009
@@ -594,7 +594,7 @@
         <axiom.osgi.version>${pom.version}</axiom.osgi.version>
         <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
         <stax.impl.artifact>wstx-asl</stax.impl.artifact>
-        <stax.impl.version>3.2.4</stax.impl.version>
+        <stax.impl.version>3.2.9</stax.impl.version>
         <bundle.plugin.version>1.4.0</bundle.plugin.version>
         <failIfNoTests>false</failIfNoTests>
         <!--