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 2012/01/05 14:41:22 UTC

svn commit: r1227588 - in /axis/axis1/java/trunk: integration/ integration/src/test/java/test/wsdl/inout/ integration/src/test/java/test/wsdl/jaxrpcdynproxy/ integration/src/test/java/test/wsdl/marrays/ integration/src/test/java/test/wsdl/marshall/ int...

Author: veithen
Date: Thu Jan  5 13:41:20 2012
New Revision: 1227588

URL: http://svn.apache.org/viewvc?rev=1227588&view=rev
Log:
Mavenized another bunch of tests.

Added:
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/inout/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/inout/DetailedInoutTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/inout/DetailedInoutTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/inout/InoutSOAPBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/inout/InoutSOAPBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpcdynproxy/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpcdynproxy/AddressSoapBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/jaxrpcdynproxy/AddressSoapBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpcdynproxy/JAXRPCDynProxyTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/jaxrpcdynproxy/JAXRPCDynProxyTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marrays/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marrays/MArrayTestsSOAPBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marrays/MArrayTestsSOAPBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marrays/MArrayTestsServiceTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marrays/MArrayTestsServiceTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall/MarshallBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall/MarshallBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall/MarshallTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall/MarshallTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall2/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall2/Marshall2ServiceTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall2/Marshall2ServiceTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/marshall2/MarshallTestSoapBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall2/MarshallTestSoapBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/multiref/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/multiref/Main.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/multiref/Main.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/multiref/MultiRefTestCase.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/multiref/MultiRefTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/multiref/MultiRefTestSOAPBindingImpl.java
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/multiref/MultiRefTestSOAPBindingImpl.java
    axis/axis1/java/trunk/integration/src/test/wsdl/inout/
    axis/axis1/java/trunk/integration/src/test/wsdl/inout/inout.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/inout/inout.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/jaxrpcdynproxy/
    axis/axis1/java/trunk/integration/src/test/wsdl/jaxrpcdynproxy/AddressInOut.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/jaxrpcdynproxy/AddressInOut.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/marrays/
    axis/axis1/java/trunk/integration/src/test/wsdl/marrays/MArrayTest.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marrays/MArrayTest.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/marshall/
    axis/axis1/java/trunk/integration/src/test/wsdl/marshall/marshall.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall/marshall.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/marshall2/
    axis/axis1/java/trunk/integration/src/test/wsdl/marshall2/marshall2.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/marshall2/marshall2.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/multiref/
    axis/axis1/java/trunk/integration/src/test/wsdl/multiref/MultiRefTest.wsdl
      - copied unchanged from r1227001, axis/axis1/java/trunk/test/wsdl/multiref/MultiRefTest.wsdl
    axis/axis1/java/trunk/integration/src/test/wsdl/names/
      - copied from r1227001, axis/axis1/java/trunk/test/wsdl/names/
Removed:
    axis/axis1/java/trunk/integration/src/test/wsdl/names/build.xml
    axis/axis1/java/trunk/test/wsdl/inout/
    axis/axis1/java/trunk/test/wsdl/jaxrpcdynproxy/
    axis/axis1/java/trunk/test/wsdl/marrays/
    axis/axis1/java/trunk/test/wsdl/marshall/
    axis/axis1/java/trunk/test/wsdl/marshall2/
    axis/axis1/java/trunk/test/wsdl/multiref/
    axis/axis1/java/trunk/test/wsdl/names/
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=1227588&r1=1227587&r2=1227588&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Thu Jan  5 13:41:20 2012
@@ -448,6 +448,113 @@
                         </configuration>
                     </execution>
                     <execution>
+                        <id>inout</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/inout/inout.wsdl</file>
+                            <serverSide>true</serverSide>
+                            <skeleton>true</skeleton>
+                            <mappings>
+                                <mapping>
+                                    <namespace>http://www.apache.org/inout</namespace>
+                                    <package>test.wsdl.inout</package>
+                                </mapping>
+                            </mappings>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>jaxrpcdynproxy</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/jaxrpcdynproxy/AddressInOut.wsdl</file>
+                            <serverSide>true</serverSide>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>marrays</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/marrays/MArrayTest.wsdl</file>
+                            <deployScope>session</deployScope>
+                            <serverSide>true</serverSide>
+                            <skeleton>true</skeleton>
+                            <mappings>
+                                <mapping>
+                                    <namespace>urn:MArrayTests</namespace>
+                                    <package>test.wsdl.marrays</package>
+                                </mapping>
+                            </mappings>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>marshall</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/marshall/marshall.wsdl</file>
+                            <deployScope>session</deployScope>
+                            <serverSide>true</serverSide>
+                            <typeMappingVersion>1.3</typeMappingVersion>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>marshall2</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/marshall2/marshall2.wsdl</file>
+                            <deployScope>session</deployScope>
+                            <serverSide>true</serverSide>
+                            <typeMappingVersion>1.3</typeMappingVersion>
+                            <wrapArrays>true</wrapArrays>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>multiref</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/multiref/MultiRefTest.wsdl</file>
+                            <deployScope>session</deployScope>
+                            <serverSide>true</serverSide>
+                            <skeleton>true</skeleton>
+                            <mappings>
+                                <mapping>
+                                    <namespace>urn:MultiRefTest2</namespace>
+                                    <package>test.wsdl.multiref</package>
+                                </mapping>
+                            </mappings>
+                        </configuration>
+                    </execution>
+                    <!-- Check to make sure we map XML names that are illegal Java correctly -->
+                    <execution>
+                        <id>names</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>src/test/wsdl/names/JavaNames.wsdl</file>
+                            <serverSide>true</serverSide>
+                            <implementation>true</implementation>
+                            <testCase>true</testCase>
+                            <mappings>
+                                <mapping>
+                                    <namespace>http://test.com/reference</namespace>
+                                    <package>test.filegen</package>
+                                </mapping>
+                            </mappings>
+                        </configuration>
+                    </execution>
+                    <execution>
                         <id>wrapped</id>
                         <goals>
                             <goal>wsdl2java-test</goal>
@@ -541,6 +648,8 @@
                                 <exclude>test/wsdl/dataset/**</exclude>
                                 <!-- These are not test cases -->
                                 <exclude>test/wsdl/date/TestdateSoapBinding*</exclude>
+                                <exclude>test/wsdl/inout/TestFailed.java</exclude>
+                                <exclude>test/wsdl/marshall2/types/**</exclude>
                             </excludes>
                         </configuration>
                     </execution>