You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/12/26 10:35:30 UTC

svn commit: r1819279 - in /axis/axis2/java/core/trunk/modules/integration: itest-build.xml pom.xml test-resources/xsd/type-test.xsd test/org/apache/axis2/om/OMAttributeTest.java

Author: veithen
Date: Tue Dec 26 10:35:29 2017
New Revision: 1819279

URL: http://svn.apache.org/viewvc?rev=1819279&view=rev
Log:
Recycle the test case for AXIS2-479 and transform it into a test case for Axiom. It is no longer relevant for Axis2 itself because XmlBeans objects are now serialized using SAX.

Removed:
    axis/axis2/java/core/trunk/modules/integration/test-resources/xsd/type-test.xsd
    axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/om/OMAttributeTest.java
Modified:
    axis/axis2/java/core/trunk/modules/integration/itest-build.xml
    axis/axis2/java/core/trunk/modules/integration/pom.xml

Modified: axis/axis2/java/core/trunk/modules/integration/itest-build.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/itest-build.xml?rev=1819279&r1=1819278&r2=1819279&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/itest-build.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/itest-build.xml Tue Dec 26 10:35:29 2017
@@ -75,12 +75,6 @@
 		</java>
 		<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/wsdl/complexdatatypebare" />
 
-		<!-- compile the schema for XMLbeans -->
-		<java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler" fork="true">
-			<classpath refid="maven.runtime.classpath" />
-			<arg line="-src target/xmlbeans/java -d target/xmlbeans/resources -srconly test-resources/xsd/type-test.xsd" />
-		</java>
-
 		<ant antfile="itest-build.xml" inheritall="true" inheritrefs="true" dir="." target="rpc-wsdl-codegen" />
 		<ant antfile="itest-build.xml" inheritall="true" inheritrefs="true" dir="." target="wsdl20-codegen" />
 	</target>

Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=1819279&r1=1819278&r2=1819279&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/pom.xml Tue Dec 26 10:35:29 2017
@@ -93,11 +93,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${project.version}</version>
             <type>mar</type>