[jbossws-commits] JBossWS SVN: r11261 - in stack/cxf/trunk: modules/management and 5 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Dec 10 03:49:29 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-12-10 03:49:29 -0500 (Thu, 10 Dec 2009)
New Revision: 11261

Added:
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
Modified:
   stack/cxf/trunk/build.xml
   stack/cxf/trunk/modules/management/pom.xml
   stack/cxf/trunk/modules/server/pom.xml
   stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
   stack/cxf/trunk/modules/testsuite/pom.xml
   stack/cxf/trunk/pom.xml
   stack/cxf/trunk/profiles.xml.example
   stack/cxf/trunk/src/main/distro/Install.txt
   stack/cxf/trunk/src/main/distro/ant.properties.example
   stack/cxf/trunk/src/main/distro/build-deploy.xml
   stack/cxf/trunk/src/main/distro/build-setup.xml
   stack/cxf/trunk/src/main/distro/build.xml
   stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
keep support for AS 5.0.0 in this release - 'svn merge -r 11259:11258 .'

Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/build.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -54,6 +54,9 @@
       <arg value="help:effective-settings"/>
     </exec>
     <xmlproperty file="${stack.output.dir}/effective-settings.xml" keeproot="false"/>
+    <condition property="jboss500.home" value="${profiles.profile.properties.jboss500.home}">
+      <isset property="profiles.profile.properties.jboss500.home"/>
+    </condition>
     <condition property="jboss501.home" value="${profiles.profile.properties.jboss501.home}">
       <isset property="profiles.profile.properties.jboss501.home"/>
     </condition>
@@ -69,12 +72,14 @@
 
     <!-- Loads the properties from the user profile -->
     <xmlproperty file="${basedir}/profiles.xml" keeproot="false"/>
+    <property name="jboss500.home" value="${profiles.profile.properties.jboss500.home}"/>
     <property name="jboss501.home" value="${profiles.profile.properties.jboss501.home}"/>
     <property name="jboss510.home" value="${profiles.profile.properties.jboss510.home}"/>
     <property name="jboss600.home" value="${profiles.profile.properties.jboss600.home}"/>
     <property name="jboss601.home" value="${profiles.profile.properties.jboss601.home}"/>
 
     <echo/>
+    <echo message="jboss500.home=${jboss500.home}"/>
     <echo message="jboss501.home=${jboss501.home}"/>
     <echo message="jboss510.home=${jboss510.home}"/>
     <echo message="jboss600.home=${jboss600.home}"/>

Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/modules/management/pom.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -31,6 +31,11 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-jboss500</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-jboss501</artifactId>
       <scope>provided</scope>
     </dependency>

Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/modules/server/pom.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -215,6 +215,14 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>org.jboss.ws</groupId>
+                  <artifactId>jbossws-jboss500</artifactId>
+                  <version>${jbossws.jboss500.version}</version>
+                  <classifier>resources</classifier>
+                  <type>zip</type>
+                  <outputDirectory>${project.build.directory}/resources/jbossws-jboss500</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.jboss.ws</groupId>
                   <artifactId>jbossws-jboss501</artifactId>
                   <version>${jbossws.jboss501.version}</version>
                   <classifier>resources</classifier>

Modified: stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -18,6 +18,11 @@
 
     <copy
       file="${src.dir}/jbossws-cxf-config-as5.xml"
+      tofile="${dest.dir}/jbossws-jboss500/jbossws.beans/META-INF/stack-specific-jboss-beans.xml"
+    />
+
+    <copy
+      file="${src.dir}/jbossws-cxf-config-as5.xml"
       tofile="${dest.dir}/jbossws-jboss501/jbossws.beans/META-INF/stack-specific-jboss-beans.xml"
     />
 

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -313,6 +313,68 @@
     </profile>
 
     <!--
+    Name:  jboss500
+    Descr: JBoss-5.0.0 specific options
+    -->
+    <profile>
+      <id>jboss500</id>
+      <properties>
+        <jboss.version>5.0.0.GA</jboss.version>
+        <jbossws.integration.target>jboss500</jbossws.integration.target>
+      </properties>
+      <dependencies>
+       <dependency>
+          <groupId>org.hibernate</groupId>
+          <artifactId>hibernate</artifactId>
+          <version>${hibernate.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.jbossas</groupId>
+          <artifactId>jboss-as-ejb3</artifactId>
+          <version>${jboss.version}</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.security</groupId>
+              <artifactId>jbosssx</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.jbossas</groupId>
+          <artifactId>jboss-as-security</artifactId>
+          <version>${jboss.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.javaee</groupId>
+          <artifactId>jboss-javaee</artifactId>
+          <version>${jboss.javaee.version}</version>
+        </dependency>
+      </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+              <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
+              <testExcludeFile>../test-excludes-jboss500.txt</testExcludeFile>
+            </configuration>
+          </plugin>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
+              <!-- TODO: replace with maven dependencies -->
+              <additionalClasspathElements>
+                <additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
+                <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+              </additionalClasspathElements>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <!--
     Name:  jboss501
     Descr: JBoss-5.0.1 specific options
     -->

Copied: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt (from rev 11258, stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt)
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	                        (rev 0)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-12-10 08:49:29 UTC (rev 11261)
@@ -0,0 +1,43 @@
+# UsernameTestCase requires trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wssePolicy/UsernameTestCase.*
+
+# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
+org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
+org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
+
+# [CXF-1510] Cannot handle anonymous bare requests
+org/jboss/test/ws/jaxws/anonymous/**
+
+# [CXF-1516] Type inheritance with document/literal/bare
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [CXF-1517] HTTP bindings for Provider
+org/jboss/test/ws/jaxws/jbws1807/**
+
+# [CXF-1519] Explicitly set the namespace of a WebFault
+org/jboss/test/ws/jaxws/jbws1904/**
+
+# [CXF-1521] Exception handling with @WebFault annotation
+org/jboss/test/ws/jaxws/webfault/**
+
+# [CXF-2006] RespectBinding feature and not understood required extensibility elements
+org/jboss/test/ws/jaxws/jbws2449/**
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [JBWS-2596] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
+
+# [JBWS-2561] XOP request not properly inlined
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
+
+# [JBWS-2571] Mode.INOUT parameter not generated
+org/jboss/test/ws/jaxws/holder/**
+
+# [JBWS-2480] Soap attachments are dropped on server response
+org/jboss/test/ws/jaxws/jbws1283/**
+
+# [JBWS-2397] Fix jbws1797 testcase
+org/jboss/test/ws/jaxws/jbws1797/**

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/pom.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -46,6 +46,7 @@
     <jbossws.common.version>1.2.2-SNAPSHOT</jbossws.common.version>
     <jbossws.framework.version>3.2.2-SNAPSHOT</jbossws.framework.version>
     <jbossws.spi.version>1.2.2-SNAPSHOT</jbossws.spi.version>
+    <jbossws.jboss500.version>3.2.1.GA</jbossws.jboss500.version>
     <jbossws.jboss501.version>3.2.1.GA</jbossws.jboss501.version>
     <jbossws.jboss510.version>3.2.1.GA</jbossws.jboss510.version>
     <!-- JBWS-2505 -->
@@ -109,6 +110,18 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-jboss500</artifactId>
+        <version>${jbossws.jboss500.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-jboss500</artifactId>
+        <version>${jbossws.jboss500.version}</version>
+        <classifier>resources</classifier>
+        <type>zip</type>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-jboss501</artifactId>
         <version>${jbossws.jboss501.version}</version>
       </dependency>
@@ -561,6 +574,18 @@
     </profile>
 
     <!--
+    Name:  jboss500
+    Descr: JBoss-5.0.0 specific options
+    -->
+    <profile>
+      <id>jboss500</id>
+      <properties>
+        <jbossws.integration.target>jboss500</jbossws.integration.target>
+        <jboss.home>${jboss500.home}</jboss.home>
+      </properties>
+    </profile>
+
+    <!--
     Name:  jboss501
     Descr: JBoss-5.0.1 specific options
     -->

Modified: stack/cxf/trunk/profiles.xml.example
===================================================================
--- stack/cxf/trunk/profiles.xml.example	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/profiles.xml.example	2009-12-10 08:49:29 UTC (rev 11261)
@@ -11,6 +11,7 @@
         </property>
       </activation>
       <properties>
+        <jboss500.home>/home/opalka/svn/jbossas/tags/JBoss_5_0_0_GA/build/output/jboss-5.0.0.GA</jboss500.home>
         <jboss501.home>/home/opalka/svn/jbossas/tags/JBoss_5_0_1_GA/build/output/jboss-5.0.1.GA</jboss501.home>
         <jboss510.home>/home/opalka/svn/jbossas/tags/JBoss_5_1_0_GA/build/output/jboss-5.1.0.GA</jboss510.home>
         <jboss600.home>/home/opalka/svn/jbossas/tags/JBoss_6_0_0_M1/build/output/jboss-6.0.0.M1</jboss600.home>

Modified: stack/cxf/trunk/src/main/distro/Install.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/Install.txt	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/distro/Install.txt	2009-12-10 08:49:29 UTC (rev 11261)
@@ -13,6 +13,7 @@
 2.) Modify the target container location in ant.properties
 3.) Execute one of the following
 
+	ant deploy-jboss500
 	ant deploy-jboss501
 	ant deploy-jboss510
 	ant deploy-jboss600

Modified: stack/cxf/trunk/src/main/distro/ant.properties.example
===================================================================
--- stack/cxf/trunk/src/main/distro/ant.properties.example	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/distro/ant.properties.example	2009-12-10 08:49:29 UTC (rev 11261)
@@ -3,12 +3,13 @@
 #
 
 # Optional JBoss Home
+jboss500.home=@jboss500.home@
 jboss501.home=@jboss501.home@
 jboss510.home=@jboss510.home@
 jboss600.home=@jboss600.home@
 jboss601.home=@jboss601.home@
 
-# The JBoss server under test. This can be [jboss501|jboss510|jboss600|jboss601]
+# The JBoss server under test. This can be [jboss500|jboss501|jboss510|jboss600|jboss601]
 jbossws.integration.target=jboss510
 
 # The JBoss settings

Modified: stack/cxf/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build-deploy.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/distro/build-deploy.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -28,6 +28,28 @@
   </target>
 
   <!-- ================================================================== -->
+  <!-- Deployment JBoss500                                                -->
+  <!-- ================================================================== -->
+
+  <target name="target-jboss500">
+    <property name="jbossws.integration.target" value="jboss500"/>
+    <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+  </target>
+
+  <target name="deploy-jboss500" depends="undeploy-jboss500,deploy-structure-jboss50" description="Deploy jbossws to jboss500">
+    <fail message="Not available: ${jboss500.available.file}" unless="jboss500.available"/>
+    <copy todir="${jboss500.home}" overwrite="true">
+      <fileset dir="${deploy.structure}"/>
+    </copy>
+    <chmod dir="${jboss500.home}/bin" perm="+x" includes="*.sh"/>
+  </target>
+
+  <target name="undeploy-jboss500" depends="target-jboss500,init" description="Remove jbossws from jboss500">
+    <fail message="Not available: ${jboss500.available.file}" unless="jboss500.available"/>
+    <macro-undeploy-jbossws targetdir="${jboss500.server}" defaultconf="${jbossws.default.deploy.conf}" modifyjbossintegration="true"/>
+  </target>
+
+  <!-- ================================================================== -->
   <!-- Deployment JBoss501                                                -->
   <!-- ================================================================== -->
 

Modified: stack/cxf/trunk/src/main/distro/build-setup.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build-setup.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/distro/build-setup.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -21,6 +21,13 @@
     <property file="${target.properties.file}"/>
     <property name="jboss.server.instance" value="default"/>
 
+    <property name="jboss500.lib" value="${jboss500.home}/lib"/>
+    <property name="jboss500.client" value="${jboss500.home}/client"/>
+    <property name="jboss500.server" value="${jboss500.home}/server/${jboss.server.instance}"/>
+    <property name="jboss500.server.lib" value="${jboss500.home}/common/lib"/>
+    <property name="jboss500.server.deploy" value="${jboss500.server}/deploy"/>
+    <property name="jboss500.server.deployers" value="${jboss500.server}/deployers"/>
+
     <property name="jboss501.lib" value="${jboss501.home}/lib"/>
     <property name="jboss501.client" value="${jboss501.home}/client"/>
     <property name="jboss501.server" value="${jboss501.home}/server/${jboss.server.instance}"/>
@@ -49,11 +56,13 @@
     <property name="jboss601.server.deploy" value="${jboss601.server}/deploy"/>
     <property name="jboss601.server.deployers" value="${jboss601.server}/deployers"/>
 
+    <property name="jboss500.available.file" value="${jboss500.client}/jboss-client.jar"/>
     <property name="jboss501.available.file" value="${jboss501.client}/jboss-client.jar"/>
     <property name="jboss510.available.file" value="${jboss510.client}/jboss-client.jar"/>
     <property name="jboss600.available.file" value="${jboss600.client}/jboss-client.jar"/>
     <property name="jboss601.available.file" value="${jboss601.client}/jboss-client.jar"/>
 
+    <available property="jboss500.available" file="${jboss500.available.file}"/>
     <available property="jboss501.available" file="${jboss501.available.file}"/>
     <available property="jboss510.available" file="${jboss510.available.file}"/>
     <available property="jboss600.available" file="${jboss600.available.file}"/>

Modified: stack/cxf/trunk/src/main/distro/build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/distro/build.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -47,6 +47,7 @@
     
     <condition property="jbossws.integration.jboss50" value="true">
       <or>
+        <equals arg1="${jbossws.integration.target}" arg2="jboss500"/>
         <equals arg1="${jbossws.integration.target}" arg2="jboss501"/>
       </or>
     </condition>

Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml	2009-12-10 08:30:22 UTC (rev 11260)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml	2009-12-10 08:49:29 UTC (rev 11261)
@@ -97,6 +97,7 @@
             <unpack>false</unpack>
             <includes>
               <include>org.jboss.ws:jbossws-framework:jar</include>
+              <include>org.jboss.ws:jbossws-jboss500:jar</include>
               <include>org.jboss.jaxr:juddi-service:sar</include>
               <include>apache-scout:scout:jar</include>
               <include>juddi:juddi:jar</include>



More information about the jbossws-commits mailing list