[jbossws-commits] JBossWS SVN: r15934 - in stack/native/trunk: modules/core/src/main/scripts and 6 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Mar 13 11:13:23 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-13 11:13:23 -0400 (Tue, 13 Mar 2012)
New Revision: 15934

Added:
   stack/native/trunk/modules/testsuite/src/test/resources/jboss712/
   stack/native/trunk/modules/testsuite/src/test/resources/jboss712/appclient-ws.xml
Modified:
   stack/native/trunk/build.xml
   stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
   stack/native/trunk/modules/dist/pom.xml
   stack/native/trunk/modules/dist/src/main/distro/Install.txt
   stack/native/trunk/modules/dist/src/main/distro/ant.properties.example
   stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml
   stack/native/trunk/modules/dist/src/main/distro/build-setup.xml
   stack/native/trunk/modules/dist/src/main/distro/build.xml
   stack/native/trunk/modules/resources/pom.xml
   stack/native/trunk/modules/testsuite/pom.xml
   stack/native/trunk/pom.xml
Log:
Adding jboss711 target container, removing 701


Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/build.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -65,9 +65,6 @@
       <arg value="help:effective-settings"/>
     </exec>
     <xmlproperty file="${dist.output.dir}/effective-settings.xml" keeproot="false"/>
-  	<condition property="jboss701.home" value="${profiles.profile.properties.jboss701.home}">
-      <isset property="profiles.profile.properties.jboss701.home"/>
-    </condition>
     <condition property="jboss702.home" value="${profiles.profile.properties.jboss702.home}">
       <isset property="profiles.profile.properties.jboss702.home"/>
     </condition>
@@ -77,14 +74,14 @@
     <condition property="jboss711.home" value="${profiles.profile.properties.jboss711.home}">
       <isset property="profiles.profile.properties.jboss711.home"/>
     </condition>
+    <condition property="jboss712.home" value="${profiles.profile.properties.jboss712.home}">
+      <isset property="profiles.profile.properties.jboss712.home"/>
+    </condition>
 
-  	<fail message="jboss home not set, use jboss701.home=value, jboss702.home=value, jboss710.home=value or jboss711.home=value to set">
+  	<fail message="jboss home not set, use jboss702.home=value, jboss710.home=value, jboss711.home=value or jboss712.home=value to set">
      <condition>
       <and>
        <not>
-         <isset property="jboss701.home"/>
-       </not>
-       <not>
          <isset property="jboss702.home"/>
        </not>
        <not>
@@ -93,15 +90,18 @@
        <not>
          <isset property="jboss711.home"/>
        </not>
+       <not>
+         <isset property="jboss712.home"/>
+       </not>
       </and>
      </condition>
     </fail>
 
     <echo/>
-    <echo message="jboss701.home=${jboss701.home}"/>
     <echo message="jboss702.home=${jboss702.home}"/>
     <echo message="jboss710.home=${jboss710.home}"/>
     <echo message="jboss711.home=${jboss711.home}"/>
+    <echo message="jboss712.home=${jboss712.home}"/>
   </target>
 
   <target name="init" depends="mvn-settings,prepare,os-init">

Modified: stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -31,25 +31,24 @@
 
     <copy
       file="${src.dir}/jbossws-native-config-as7.xml"
-      tofile="${dest.dir}/jbossws-jboss701/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+      tofile="${dest.dir}/jbossws-jboss702/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
     />
 
     <copy
       file="${src.dir}/jbossws-native-config-as7.xml"
-      tofile="${dest.dir}/jbossws-jboss702/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+      tofile="${dest.dir}/jbossws-jboss710/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
     />
 
     <copy
       file="${src.dir}/jbossws-native-config-as7.xml"
-      tofile="${dest.dir}/jbossws-jboss710/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+      tofile="${dest.dir}/jbossws-jboss711/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
     />
 
     <copy
       file="${src.dir}/jbossws-native-config-as7.xml"
-      tofile="${dest.dir}/jbossws-jboss711/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+      tofile="${dest.dir}/jbossws-jboss712/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
     />
 
-
   </target>
 
 </project>

Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/pom.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -45,28 +45,28 @@
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss701</classifier>
+      <classifier>jboss702</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss702</classifier>
+      <classifier>jboss710</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss710</classifier>
+      <classifier>jboss711</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss711</classifier>
+      <classifier>jboss712</classifier>
     </dependency>
 
     <dependency>
@@ -117,7 +117,7 @@
     <!-- Container integrations -->
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-jboss701</artifactId>
+      <artifactId>jbossws-jboss702</artifactId>
       <scope>provided</scope>
       <exclusions>
         <exclusion>
@@ -133,23 +133,13 @@
 
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-jboss702</artifactId>
+      <artifactId>jbossws-jboss710</artifactId>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.xml.bind</groupId>
-          <artifactId>jaxb-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>sun-jaxb</groupId>
-          <artifactId>jaxb-api</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-jboss710</artifactId>
+      <artifactId>jbossws-jboss711</artifactId>
       <scope>provided</scope>
     </dependency>
 
@@ -206,11 +196,6 @@
                 <mkdir dir="${basedir}/target/exclude-file" />
                 <xslt style="${basedir}/src/main/distro/test-exclude.xsl"
                   in="../testsuite/pom.xml"
-                  out="${basedir}/target/exclude-file/test-excludes-jboss701.txt">
-                  <param name="targetName" expression="jboss701" />
-                </xslt>
-                <xslt style="${basedir}/src/main/distro/test-exclude.xsl"
-                  in="../testsuite/pom.xml"
                   out="${basedir}/target/exclude-file/test-excludes-jboss702.txt">
                   <param name="targetName" expression="jboss702" />
                 </xslt>
@@ -224,6 +209,11 @@
                   out="${basedir}/target/exclude-file/test-excludes-jboss711.txt">
                   <param name="targetName" expression="jboss711" />
                 </xslt> 
+                <xslt style="${basedir}/src/main/distro/test-exclude.xsl" 
+                  in="../testsuite/pom.xml" 
+                  out="${basedir}/target/exclude-file/test-excludes-jboss712.txt">
+                  <param name="targetName" expression="jboss712" />
+                </xslt> 
               </tasks>
             </configuration>
             <goals>
@@ -251,19 +241,19 @@
         <!-- Libraries required for running binary distro testsuite and not available on server-->
         <dependency>
           <groupId>org.jboss.ws</groupId>
-          <artifactId>jbossws-jboss701</artifactId>
+          <artifactId>jbossws-jboss702</artifactId>
           <classifier>tests-integration</classifier>
           <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>org.jboss.ws</groupId>
-          <artifactId>jbossws-jboss702</artifactId>
+          <artifactId>jbossws-jboss710</artifactId>
           <classifier>tests-integration</classifier>
           <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>org.jboss.ws</groupId>
-          <artifactId>jbossws-jboss710</artifactId>
+          <artifactId>jbossws-jboss711</artifactId>
           <classifier>tests-integration</classifier>
           <scope>provided</scope>
         </dependency>

Modified: stack/native/trunk/modules/dist/src/main/distro/Install.txt
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/Install.txt	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/src/main/distro/Install.txt	2012-03-13 15:13:23 UTC (rev 15934)
@@ -13,10 +13,10 @@
 2.) Modify the target container location in ant.properties
 3.) Execute one of the following
 
-	ant deploy-jboss701
 	ant deploy-jboss702
 	ant deploy-jboss710
 	ant deploy-jboss711
+	ant deploy-jboss712
 
 4.) Execute the samples to verify your installation
 

Modified: stack/native/trunk/modules/dist/src/main/distro/ant.properties.example
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/ant.properties.example	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/src/main/distro/ant.properties.example	2012-03-13 15:13:23 UTC (rev 15934)
@@ -3,13 +3,13 @@
 #
 
 # Optional JBoss Home
-jboss701.home=@jboss701.home@
 jboss702.home=@jboss702.home@
 jboss710.home=@jboss710.home@
 jboss711.home=@jboss711.home@
+jboss712.home=@jboss712.home@
 
-# The JBoss server under test. This can be [jboss701|jboss702|jboss710|jboss711]
-jbossws.integration.target=jboss710
+# The JBoss server under test. This can be [jboss702|jboss710|jboss711|jboss712]
+jbossws.integration.target=jboss711
 
 # The JBoss settings
 jboss.bind.address=localhost

Modified: stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -47,35 +47,6 @@
   </target>
 
    <!-- ================================================================== -->
-   <!-- Deployment JBoss701                                                -->
-   <!-- ================================================================== --> 
-
-   <target name="target-jboss701">
-     <property name="jbossws.integration.target" value="jboss701"/>
-     <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
-   </target>
-
-   <target name="deploy-jboss701" depends="undeploy-jboss701,deploy-structure-jboss70x" description="Deploy jbossws to jboss701">
-     <fail message="Not available: ${jboss701.available.file}" unless="jboss701.available"/>
-     <copy todir="${jboss701.home}" overwrite="true" verbose="true">
-       <fileset dir="${deploy.structure}">
-         <exclude name="**/jboss/as/webservices/**/module.xml"/>
-       </fileset>
-     </copy>
-     <!-- Install org/jboss/as/webservices module.xml separately since it needs to reference libs already on the AS -->
-     <installModules targetDir="${jboss701.home}/modules">
-       <fileset dir="${deploy.structure}/modules">
-         <include name="**/jboss/as/webservices/**/module.xml"/>
-       </fileset>
-     </installModules>
-   </target>
-
-   <target name="undeploy-jboss701" depends="target-jboss701,init" description="Remove jbossws from jboss701">
-     <fail message="Not available: ${jboss701.available.file}" unless="jboss701.available"/>
-     <macro-undeploy-jbossws-modules targetdir="${jboss701.home}" defaultmodulesconf="${jbossws.default.modules.conf}" modifyjbossintegration="true"/>
-   </target>
-
-   <!-- ================================================================== -->
    <!-- Deployment JBoss702                                                -->
    <!-- ================================================================== -->
 
@@ -184,4 +155,33 @@
      <macro-undeploy-jbossws-modules targetdir="${jboss711.home}" defaultmodulesconf="${jbossws.default.modules.conf}"  modifyjbossintegration="false"/>
    </target>
 
+   <!-- ================================================================== -->
+   <!-- Deployment jboss712                                                -->
+   <!-- ================================================================== -->
+
+   <target name="target-jboss712">
+     <property name="jbossws.integration.target" value="jboss712"/>
+     <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+   </target>
+
+   <target name="deploy-jboss712" depends="undeploy-jboss712,deploy-structure-jboss71x" description="Deploy jbossws to jboss712">
+     <fail message="Not available: ${jboss712.available.file}" unless="jboss712.available"/>
+     <copy todir="${jboss712.home}" overwrite="true" verbose="true">
+       <fileset dir="${deploy.structure}">
+         <exclude name="**/jboss/as/webservices/**/module.xml"/>
+       </fileset>
+     </copy>
+     <!-- Install org/jboss/as/webservices module.xml separately since it needs to reference libs already on the AS -->
+     <installModules targetDir="${jboss712.home}/modules">
+       <fileset dir="${deploy.structure}/modules">
+         <include name="**/jboss/as/webservices/**/module.xml"/>
+       </fileset>
+     </installModules>
+   </target>
+
+   <target name="undeploy-jboss712" depends="target-jboss712,init" description="Remove jbossws from jboss712">
+     <fail message="Not available: ${jboss712.available.file}" unless="jboss712.available"/>
+     <macro-undeploy-jbossws-modules targetdir="${jboss712.home}" defaultmodulesconf="${jbossws.default.modules.conf}"  modifyjbossintegration="false"/>
+   </target>
+
 </project>

Modified: stack/native/trunk/modules/dist/src/main/distro/build-setup.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build-setup.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/src/main/distro/build-setup.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -37,16 +37,15 @@
     <property name="jboss700.modules" value="${jboss700.home}/modules"/>
     <property name="jboss710.modules" value="${jboss710.home}/modules"/>
 
-    <property name="jboss701.available.file" value="${jboss701.home}/jboss-modules.jar"/>
     <property name="jboss702.available.file" value="${jboss702.home}/jboss-modules.jar"/>
     <property name="jboss710.available.file" value="${jboss710.home}/jboss-modules.jar"/>
     <property name="jboss711.available.file" value="${jboss711.home}/jboss-modules.jar"/>
+    <property name="jboss712.available.file" value="${jboss712.home}/jboss-modules.jar"/>
 
-
-    <available property="jboss701.available" file="${jboss701.available.file}"/>
     <available property="jboss702.available" file="${jboss702.available.file}"/>
     <available property="jboss710.available" file="${jboss710.available.file}"/>
     <available property="jboss711.available" file="${jboss711.available.file}"/>
+    <available property="jboss712.available" file="${jboss712.available.file}"/>
 
     <tstamp>
       <format property="build.id" pattern="yyyyMMddHHmm"/>

Modified: stack/native/trunk/modules/dist/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/dist/src/main/distro/build.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -60,7 +60,6 @@
 
     <condition property="jbossws.integration.jboss700" value="true">
       <or>
-        <equals arg1="${jbossws.integration.target}" arg2="jboss701"/>
         <equals arg1="${jbossws.integration.target}" arg2="jboss702"/>
       </or>
     </condition>
@@ -68,6 +67,7 @@
       <or>
         <equals arg1="${jbossws.integration.target}" arg2="jboss710"/>
         <equals arg1="${jbossws.integration.target}" arg2="jboss711"/>
+        <equals arg1="${jbossws.integration.target}" arg2="jboss712"/>
       </or>
     </condition>
 

Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/resources/pom.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -43,15 +43,6 @@
             <phase>package</phase>
           </execution>
           <execution>
-            <id>jboss701</id>
-            <goals><goal>jar</goal></goals>
-            <phase>package</phase>
-            <configuration>
-              <classifier>jboss701</classifier>
-              <classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss701/jbossws.beans</classesDirectory>
-            </configuration>
-          </execution>
-          <execution>
             <id>jboss702</id>
             <goals><goal>jar</goal></goals>
             <phase>package</phase>
@@ -78,6 +69,15 @@
               <classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss711/jbossws.beans</classesDirectory>
             </configuration>
           </execution>
+          <execution>
+            <id>jboss712</id>
+            <goals><goal>jar</goal></goals>
+            <phase>package</phase>
+            <configuration>
+              <classifier>jboss712</classifier>
+              <classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss712/jbossws.beans</classesDirectory>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
     </plugins>

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -423,177 +423,7 @@
       </build>
     </profile>
 
-
     <!--
-    Name:  jboss701
-    Descr: JBoss-7.0.1.Final specific options
-    -->
-    <profile>
-      <id>jboss701</id>
-      <properties>
-        <jboss.version>${jboss701.version}</jboss.version>
-        <jbossws.integration.target>jboss701</jbossws.integration.target>
-        <endorsed.dirs>${project.build.directory}/endorsed</endorsed.dirs>
-      </properties>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.as</groupId>
-          <artifactId>jboss-as-webservices-tests-integration</artifactId>
-          <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>javax.mail</groupId>
-          <artifactId>mail</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.naming</groupId>
-          <artifactId>jnp-client</artifactId>
-          <version>5.0.5.Final</version>
-        </dependency>
-        <dependency>
-          <groupId>org.picketbox</groupId>
-          <artifactId>jbosssx-client</artifactId>
-          <version>3.0.0.CR2</version>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss</groupId>
-          <artifactId>jbossxb</artifactId>
-        </dependency>
-        <!-- provides org.jboss.ejb3.annotation.SecurityDomain annotation -->
-        <dependency>
-          <groupId>org.jboss.ejb3</groupId>
-          <artifactId>jboss-ejb3-ext-api</artifactId>
-          <version>2.0.0-beta-1</version>
-        </dependency>
-        <!-- Apache XML security depends on Xalan impl classes :( -->
-        <dependency>
-          <groupId>apache-xalan</groupId>
-          <artifactId>serializer</artifactId>
-          <version>2.7.1.patch01-brew</version>
-        </dependency>
-        <dependency>
-          <groupId>apache-xalan</groupId>
-          <artifactId>xalan</artifactId>
-          <version>2.7.1.patch01-brew</version>
-        </dependency>
-      </dependencies>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <compilerArgument>-Djava.endorsed.dirs=${endorsed.dirs}</compilerArgument>
-            </configuration>
-            <executions>
-              <execution>
-                <id>default-testCompile</id>
-                <phase>test-compile</phase>
-                <configuration>
-                  <testExcludes>
-                    <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
-                    <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
-                    <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
-                  </testExcludes>
-                </configuration>
-                <goals>
-                  <goal>testCompile</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${endorsed.dirs}</argLine>
-              <excludes>
-                 <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration-->
-                 <exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
-
-                 <!-- # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
-                 <exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
-
-                 <!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*</exclude>
-
-                 <!-- # [JBWS-3150] This test causes hudson to freeze -->
-                 <exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
-
-                 <exclude>org/jboss/test/ws/jaxws/samples/dar/**</exclude>
-
-                 <!-- # [JBWS-3252] Investigate WSA interop tests regression -->
-                 <exclude>org/jboss/test/ws/interop/wsa/AddressingTestCase*</exclude>
-
-                 <!-- ////////////////////////// -->
-                 <!-- AS7 integration exclusions -->
-                 <!-- ////////////////////////// -->
-
-                 <!-- [JBWS-3367][AS7-1605] fixed since AS 7.1 -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3367/**</exclude>
-
-                 <!-- [JBWS-3276] fixed since AS 7.1 -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3276/**</exclude>
-
-                 <!-- TODO: Injections support for WS components -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws2634/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws2074/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws3026/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/enventry/*JSETestCase*</exclude>
-
-                 <!-- TODO: Native webserviceref stuff -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws2307/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws2527/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/advanced/retail/**</exclude>
-
-                 <!-- # [JBWS-3308] Extends AS7 RemoteDeployer for supporting deployment of different security domains -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
-
-                 <!-- TODO: EJB3 DD driven deployments -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws1309/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws1813/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws1841/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude>
-
-                 <!-- [AS7-1101][AS7-1125] waiting for metadata upgrade in AS7, solved in AS 7.0.1 or greater -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/webservicerefsec/**</exclude>
-
-                 <!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name 'service' not found in context 'env' -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
-
-                 <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
-                 <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
-
-                 <!-- JAXR not available -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
-
-                 <!-- # [AS7-1338] Remote JNDI support for AS7 -->
-                 <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
-                 <exclude>org/jboss/test/ws/benchmark/jaxrpc/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws944/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/wsaddressing/replyto/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
-
-                 <!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
-                 <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
-
-                 <!-- # [AS7-3581] Fixed on AS 7.1.0 or greater only -->
-                 <exclude>org/jboss/test/ws/jaxws/as3581/AS3581TestCase*</exclude>
-
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <!--
     Name:  jboss702
     Descr: JBoss-7.0.2.Final specific options
     -->
@@ -1183,7 +1013,155 @@
         </plugins>
       </build>
     </profile>
+    
+    <!--
+    Name:  jboss712
+    Descr: JBoss-7.1.2 specific options
+    -->
+    <profile>
+      <id>jboss712</id>
+      <properties>
+        <jboss.version>${jboss712.version}</jboss.version>
+        <jbossws.integration.target>jboss712</jbossws.integration.target>
+        <endorsed.dirs>${project.build.directory}/endorsed</endorsed.dirs>
+      </properties>
+      <dependencies>
+        <dependency>
+          <groupId>org.jboss.as</groupId>
+          <artifactId>jboss-as-webservices-tests-integration</artifactId>
+          <version>${jboss.version}</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.as</groupId>
+              <artifactId>jboss-as-transactions</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.remoting3</groupId>
+              <artifactId>jboss-remoting</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss</groupId>
+              <artifactId>jboss-remote-naming</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-remote-naming</artifactId>
+          <version>1.0.2.Final</version>
+        </dependency>
+        <dependency>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-ejb-client</artifactId>
+          <version>1.0.4.Final</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.remoting3</groupId>
+              <artifactId>jboss-remoting</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.xnio</groupId>
+              <artifactId>xnio-api</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+        <dependency>
+          <groupId>org.picketbox</groupId>
+          <artifactId>jbosssx-client</artifactId>
+          <version>3.0.0.CR2</version>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jbossxb</artifactId>
+        </dependency>
+        <!-- provides org.jboss.ejb3.annotation.SecurityDomain annotation -->
+        <dependency>
+          <groupId>org.jboss.ejb3</groupId>
+          <artifactId>jboss-ejb3-ext-api</artifactId>
+          <version>2.0.0-beta-1</version>
+        </dependency>
+        <!-- Apache XML security depends on Xalan impl classes :( -->
+        <dependency>
+          <groupId>apache-xalan</groupId>
+          <artifactId>serializer</artifactId>
+          <version>2.7.1.patch01-brew</version>
+        </dependency>
+        <dependency>
+          <groupId>apache-xalan</groupId>
+          <artifactId>xalan</artifactId>
+          <version>2.7.1.patch01-brew</version>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.remotingjmx</groupId>
+          <artifactId>remoting-jmx</artifactId>
+          <version>1.0.2.Final</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.remoting3</groupId>
+          <artifactId>jboss-remoting</artifactId>
+          <version>3.2.2.GA</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+              <compilerArgument>-Djava.endorsed.dirs=${endorsed.dirs}</compilerArgument>
+            </configuration>
+          </plugin>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${endorsed.dirs}</argLine>
+              <excludes>
+                 <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration-->
+                 <exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
 
+                 <!-- # [JBWS-3150] This test causes hudson to freeze -->
+                 <exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
+
+                 <exclude>org/jboss/test/ws/jaxws/samples/dar/**</exclude>
+
+                 <!-- # [JBWS-3252] Investigate WSA interop tests regression -->
+                 <exclude>org/jboss/test/ws/interop/wsa/AddressingTestCase*</exclude>
+
+                 <!-- ////////////////////////// -->
+                 <!-- AS7 integration exclusions -->
+                 <!-- ////////////////////////// -->
+
+                 <!-- # [JBWS-3308] Extends AS7 RemoteDeployer for supporting deployment of different security domains -->
+                 <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
+
+                 <!-- # exploaded EAR deployment failure - should JBoss AS7 support it? -->
+                 <exclude>org/jboss/test/ws/jaxrpc/jbws358/JBWS358TestCase*</exclude>
+
+                 <!-- JAXR not available -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
+
+                 <!-- # TODO: rewrite tests using AS6 internals -->
+                 <exclude>org/jboss/test/ws/jaxrpc/jbws1179/JBWS1179TestCase*</exclude>
+                 <exclude>org/jboss/test/ws/jaxrpc/jbws331/JBWS331TestCase*</exclude>
+                 <exclude>org/jboss/test/ws/jaxrpc/jbws772/JBWS772TestCase*</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
     <!--
     Name:  no-jboss-bind-address
     Descr: Set the default jboss.bind.address

Added: stack/native/trunk/modules/testsuite/src/test/resources/jboss712/appclient-ws.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss712/appclient-ws.xml	                        (rev 0)
+++ stack/native/trunk/modules/testsuite/src/test/resources/jboss712/appclient-ws.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -0,0 +1,115 @@
+<!--
+  ~ JBoss, Home of Professional Open Source.
+  ~ Copyright 2011, Red Hat, Inc., and individual contributors
+  ~ as indicated by the @author tags. See the copyright.txt file in the
+  ~ distribution for a full listing of individual contributors.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  -->
+
+<server xmlns="urn:jboss:domain:1.2">
+
+    <extensions>
+        <extension module="org.jboss.as.connector"/>
+        <extension module="org.jboss.as.ee"/>
+        <extension module="org.jboss.as.ejb3"/>
+        <extension module="org.jboss.as.logging"/>
+        <extension module="org.jboss.as.naming"/>
+        <extension module="org.jboss.as.remoting"/>
+        <extension module="org.jboss.as.security"/>
+        <extension module="org.jboss.as.webservices"/>
+    </extensions>
+
+    <profile>
+        <subsystem xmlns="urn:jboss:domain:logging:1.1">
+            <console-handler name="CONSOLE">
+                <level name="INFO"/>
+                <formatter>
+                    <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
+                </formatter>
+            </console-handler>
+
+            <periodic-rotating-file-handler name="FILE">
+                <level name="INFO"/>
+                <formatter>
+                    <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
+                </formatter>
+                <file relative-to="jboss.server.log.dir" path="appclient.log"/>
+                <suffix value=".yyyy-MM-dd"/>
+                <append value="true"/>
+            </periodic-rotating-file-handler>
+
+            <logger category="com.arjuna">
+                <level name="WARN"/>
+            </logger>
+            <logger category="sun.rmi">
+                <level name="WARN"/>
+            </logger>
+            <logger category="jacorb">
+                <level name="WARN"/>
+            </logger>
+            <!-- set jacorb.config to ERROR to avoid the "jacorb.properties not found" messages during startup -->
+            <logger category="jacorb.config">
+                <level name="ERROR"/>
+            </logger>
+
+            <root-logger>
+                <level name="INFO"/>
+                <handlers>
+                    <handler name="CONSOLE"/>
+                    <handler name="FILE"/>
+                </handlers>
+            </root-logger>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+        <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+        <subsystem xmlns="urn:jboss:domain:naming:1.0"/>
+        <subsystem xmlns="urn:jboss:domain:security:1.0">
+            <security-domains>
+                <security-domain name="other" cache-type="default">
+                    <authentication>
+                        <login-module code="UsersRoles" flag="required"/>
+                    </authentication>
+                </security-domain>
+                <security-domain name="jboss-web-policy" cache-type="default">
+                    <authorization>
+                        <policy-module code="Delegating" flag="required"/>
+                    </authorization>
+                </security-domain>
+                <security-domain name="jboss-ejb-policy" cache-type="default">
+                    <authorization>
+                        <policy-module code="Delegating" flag="required"/>
+                    </authorization>
+                </security-domain>
+            </security-domains>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+            <connector name="remoting-connector" socket-binding="remoting"/>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:webservices:1.1"/>
+    </profile>
+
+    <interfaces>
+        <interface name="public">
+           <inet-address value="${jboss.bind.address:127.0.0.1}"/>
+        </interface>
+    </interfaces>
+
+    <socket-binding-group name="standard-sockets" default-interface="public">
+        <socket-binding name="remoting" port="4448"/>
+    </socket-binding-group>
+
+</server>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2012-03-13 13:52:29 UTC (rev 15933)
+++ stack/native/trunk/pom.xml	2012-03-13 15:13:23 UTC (rev 15934)
@@ -65,11 +65,13 @@
     <jbossws.shared.testsuite.version>4.0.3-SNAPSHOT</jbossws.shared.testsuite.version>
     <jbossws.jboss701.version>4.0.1.GA</jbossws.jboss701.version>
     <jbossws.jboss702.version>4.0.1.GA</jbossws.jboss702.version>
-    <jbossws.jboss710.version>4.0.3-SNAPSHOT</jbossws.jboss710.version>
+    <jbossws.jboss710.version>4.0.2.GA</jbossws.jboss710.version>
+    <jbossws.jboss711.version>4.1.0-SNAPSHOT</jbossws.jboss711.version>
     <jboss701.version>7.0.1.Final</jboss701.version>
     <jboss702.version>7.0.2.Final</jboss702.version>
     <jboss710.version>7.1.0.Final</jboss710.version>
-    <jboss711.version>7.1.1.Final-SNAPSHOT</jboss711.version>
+    <jboss711.version>7.1.1.Final</jboss711.version>
+    <jboss712.version>7.1.2.Final-SNAPSHOT</jboss712.version>
     <ejb.api.version>1.0.1.Final</ejb.api.version>
     <ant.version>1.7.1</ant.version>
     <codehaus.jettison.version>1.3.1</codehaus.jettison.version>
@@ -126,17 +128,6 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-jboss701</artifactId>
-        <version>${jbossws.jboss701.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-jboss701</artifactId>
-        <version>${jbossws.jboss701.version}</version>
-        <classifier>tests-integration</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-jboss702</artifactId>
         <version>${jbossws.jboss702.version}</version>
       </dependency>
@@ -158,9 +149,20 @@
         <classifier>tests-integration</classifier>
       </dependency>
       <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-jboss711</artifactId>
+        <version>${jbossws.jboss711.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-jboss711</artifactId>
+        <version>${jbossws.jboss711.version}</version>
+        <classifier>tests-integration</classifier>
+      </dependency>
+      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-webservices-tests-integration</artifactId>
-        <version>${jboss711.version}</version>
+        <version>${jboss712.version}</version>
       </dependency>
       <!-- provided apis -->
       <dependency>
@@ -557,18 +559,6 @@
     </profile>
 
     <!--
-    Name:  jboss701
-    Descr: JBoss-7.0.1 specific options
-    -->
-    <profile>
-      <id>jboss701</id>
-      <properties>
-        <jbossws.integration.target>jboss701</jbossws.integration.target>
-        <jboss.home>${jboss701.home}</jboss.home>
-      </properties>
-    </profile>
-
-    <!--
     Name:  jboss702
     Descr: JBoss-7.0.2 specific options
     -->
@@ -604,6 +594,17 @@
       </properties>
     </profile>
 
+    <!--
+    Name:  jboss712
+    Descr: JBoss-7.1.2 specific options
+    -->
+    <profile>
+      <id>jboss712</id>
+      <properties>
+        <jbossws.integration.target>jboss712</jbossws.integration.target>
+        <jboss.home>${jboss712.home}</jboss.home>
+      </properties>
+    </profile>
 
     <!--
     Name:  smoketest



More information about the jbossws-commits mailing list