Author: veithen
Date: Sun Sep 30 07:36:54 2012
New Revision: 1391957

URL: http://svn.apache.org/viewvc?rev=1391957&view=rev
Log:
Removed the generated test cases added in r1299078 (because they needed a 
manual modification to pick up the HTTP port specified by the 
test.functional.ServicePort system property) and let maven-wsdl2java-plugin 
generate these files (maven-wsdl2java-plugin now supports generating customized 
test cases that read the HTTP port from a system property).

Removed:
    axis/axis1/java/trunk/integration/src/test/java/test/import2/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/_import/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/include/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/names/javanames/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/wrapped_choice/
Modified:
    axis/axis1/java/trunk/integration/pom.xml

Modified: axis/axis1/java/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1391957&r1=1391956&r2=1391957&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Sun Sep 30 07:36:54 2012
@@ -184,6 +184,10 @@
                 <groupId>${project.groupId}</groupId>
                 <artifactId>maven-wsdl2java-plugin</artifactId>
                 <version>${project.version}</version>
+                <configuration>
+                    
<testHttpPortSystemProperty>test.functional.ServicePort</testHttpPortSystemProperty>
+                    <testDefaultHttpPort>8080</testDefaultHttpPort>
+                </configuration>
                 <executions>
                     <execution>
                         <id>samples-echo</id>
@@ -236,6 +240,7 @@
                             <generate>both</generate>
                             <skeleton>true</skeleton>
                             <implementation>true</implementation>
+                            <testCase>true</testCase>
                             <mappings>
                                 <mapping>
                                     <namespace>urn:import</namespace>
@@ -265,6 +270,7 @@
                             <generate>both</generate>
                             <skeleton>true</skeleton>
                             <implementation>true</implementation>
+                            <testCase>true</testCase>
                             <mappings>
                                 <mapping>
                                     <namespace>urn:import</namespace>
@@ -738,6 +744,7 @@
                             <generate>both</generate>
                             <skeleton>true</skeleton>
                             <implementation>true</implementation>
+                            <testCase>true</testCase>
                             <mappings>
                                 <mapping>
                                     <namespace>urn:AddressFetcher2</namespace>
@@ -869,6 +876,7 @@
                             <file>src/test/wsdl/names/JavaNames.wsdl</file>
                             <generate>both</generate>
                             <implementation>true</implementation>
+                            <testCase>true</testCase>
                             <mappings>
                                 <mapping>
                                     
<namespace>http://test.com/reference</namespace>
@@ -1130,6 +1138,7 @@
                             <generate>both</generate>
                             <skeleton>true</skeleton>
                             <implementation>true</implementation>
+                            <testCase>true</testCase>
                             <mappings>
                                 <mapping>
                                     
<namespace>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices</namespace>


Reply via email to