JBossWS SVN: r15711 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-23 07:56:22 -0500 (Thu, 23 Feb 2012)
New Revision: 15711
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
reorder jbossws-native-core jars - first should be the override
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-23 10:28:59 UTC (rev 15710)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-23 12:56:22 UTC (rev 15711)
@@ -1087,10 +1087,10 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<!-- Lib below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
+ <!-- JBossWS Native Core version overwritten by jbossws-native stack install -->
+ <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core.jar</additionalClasspathElement>
<!-- JBossWS Native Core version available on 710 -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.1.GA.jar</additionalClasspathElement>
- <!-- JBossWS Native Core version overwritten by jbossws-native stack install -->
- <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core.jar</additionalClasspathElement>
<!-- JBossWS Native Core version specified through system property -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/${jbossws-native-core.filename}</additionalClasspathElement>
</additionalClasspathElements>
@@ -1309,10 +1309,10 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<!-- Lib below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
+ <!-- JBossWS Native Core version overwritten by jbossws-native stack install -->
+ <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core.jar</additionalClasspathElement>
<!-- JBossWS Native Core version available on 711 -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.1.GA.jar</additionalClasspathElement>
- <!-- JBossWS Native Core version overwritten by jbossws-native stack install -->
- <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core.jar</additionalClasspathElement>
<!-- JBossWS Native Core version specified through system property -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/${jbossws-native-core.filename}</additionalClasspathElement>
</additionalClasspathElements>
12 years, 10 months
JBossWS SVN: r15710 - in stack/native/branches/jbossws-native-4.0.x: modules/testsuite and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-23 05:28:59 -0500 (Thu, 23 Feb 2012)
New Revision: 15710
Added:
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
Removed:
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/securityMgr/
Modified:
stack/native/branches/jbossws-native-4.0.x/
stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml
Log:
Merged revisions 15707 via svnmerge from
https://svn.jboss.org/repos/jbossws/stack/native/trunk
.......
r15707 | ropalka | 2012-02-23 11:15:30 +0100 (Thu, 23 Feb 2012) | 1 line
[JBWS-3435] provide appclient.xml patch - it introduces remoting to be able to connect to appclient via remote JNDI
.......
Property changes on: stack/native/branches/jbossws-native-4.0.x
___________________________________________________________________
Modified: svnmerge-integrated
- https://svn.jboss.org/repos/jbossws/stack/native/trunk:1-15651,15653-1567...
+ https://svn.jboss.org/repos/jbossws/stack/native/trunk:1-15651,15653-1567...
Modified: svn:mergeinfo
- /stack/native/branches/asoldano:14057,14069
/stack/native/branches/ropalka:13836-13879
/stack/native/trunk:15653,15670-15677,15686,15696
+ /stack/native/branches/asoldano:14057,14069
/stack/native/branches/ropalka:13836-13879
/stack/native/trunk:15653,15670-15677,15686,15696,15707
Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml 2012-02-23 10:21:57 UTC (rev 15709)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml 2012-02-23 10:28:59 UTC (rev 15710)
@@ -1346,6 +1346,62 @@
<surefire.default-mgmt-serurity.args> </surefire.default-mgmt-serurity.args>
</properties>
</profile>
+
+ <profile>
+ <id>noprepare</id>
+ <activation>
+ <property>
+ <name>!noprepare</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>appclient-patch</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <!-- TODO: I didn't find way how to reference project root directory in maven :( -->
+ <!-- The ${basedir} value changes depending in which directory the build is executed. -->
+ <tasks>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 1-st attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/../src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 2-nd attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
</profiles>
</project>
Deleted: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:15:30 UTC (rev 15707)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:28:59 UTC (rev 15710)
@@ -1,168 +0,0 @@
-<!--
- ~ 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.1">
-
- <extensions>
- <extension module="org.jboss.as.connector"/>
- <extension module="org.jboss.as.ee"/>
- <extension module="org.jboss.as.ejb3"/>
- <extension module="org.jboss.as.jacorb"/>
- <extension module="org.jboss.as.jaxr"/>
- <extension module="org.jboss.as.jpa"/>
- <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.transactions"/>
- <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:datasources:1.0">
- <datasources>
- <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
- pool-name="java:jboss/datasources/ExampleDS">
- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
- <driver>h2</driver>
- <pool></pool>
- <security>
- <user-name>sa</user-name>
- <password>sa</password>
- </security>
- </datasource>
- <drivers>
- <driver name="h2" module="com.h2database.h2">
- <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
- </driver>
- </drivers>
- </datasources>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
- <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
- <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
- <orb name="JBoss" print-version="off" giop-minor-version="2">
- <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
- <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
- </orb>
- <poa monitoring="off" queue-wait="off">
- <request-processors pool-size="2" max-threads="8"/>
- </poa>
- <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:jpa:1.0">
- <jpa default-datasource=""/>
- </subsystem>
- <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:jaxr:1.0">
- <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
- <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:remoting:1.1">
- <connector name="remoting-connector" socket-binding="remoting"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:transactions:1.0">
- <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
- <core-environment>
- <process-id>
- <uuid/>
- </process-id>
- </core-environment>
- <coordinator-environment default-timeout="300"/>
- </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="jacorb" port="3528"/>
- <socket-binding name="jacorb-ssl" port="3529"/>
- <socket-binding name="remoting" port="4448"/>
- <socket-binding name="txn-recovery-environment" port="4712"/>
- <socket-binding name="txn-status-manager" port="4713"/>
- </socket-binding-group>
-
-</server>
Copied: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml (from rev 15707, stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml)
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml (rev 0)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:28:59 UTC (rev 15710)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
Deleted: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:15:30 UTC (rev 15707)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:28:59 UTC (rev 15710)
@@ -1,168 +0,0 @@
-<!--
- ~ 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.1">
-
- <extensions>
- <extension module="org.jboss.as.connector"/>
- <extension module="org.jboss.as.ee"/>
- <extension module="org.jboss.as.ejb3"/>
- <extension module="org.jboss.as.jacorb"/>
- <extension module="org.jboss.as.jaxr"/>
- <extension module="org.jboss.as.jpa"/>
- <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.transactions"/>
- <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:datasources:1.0">
- <datasources>
- <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
- pool-name="java:jboss/datasources/ExampleDS">
- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
- <driver>h2</driver>
- <pool></pool>
- <security>
- <user-name>sa</user-name>
- <password>sa</password>
- </security>
- </datasource>
- <drivers>
- <driver name="h2" module="com.h2database.h2">
- <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
- </driver>
- </drivers>
- </datasources>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
- <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
- <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
- <orb name="JBoss" print-version="off" giop-minor-version="2">
- <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
- <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
- </orb>
- <poa monitoring="off" queue-wait="off">
- <request-processors pool-size="2" max-threads="8"/>
- </poa>
- <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:jpa:1.0">
- <jpa default-datasource=""/>
- </subsystem>
- <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:jaxr:1.0">
- <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
- <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:remoting:1.1">
- <connector name="remoting-connector" socket-binding="remoting"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:transactions:1.0">
- <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
- <core-environment>
- <process-id>
- <uuid/>
- </process-id>
- </core-environment>
- <coordinator-environment default-timeout="300"/>
- </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="jacorb" port="3528"/>
- <socket-binding name="jacorb-ssl" port="3529"/>
- <socket-binding name="remoting" port="4448"/>
- <socket-binding name="txn-recovery-environment" port="4712"/>
- <socket-binding name="txn-status-manager" port="4713"/>
- </socket-binding-group>
-
-</server>
Copied: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml (from rev 15707, stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml)
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml (rev 0)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:28:59 UTC (rev 15710)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
12 years, 10 months
JBossWS SVN: r15709 - in stack/cxf/branches/jbossws-cxf-4.0.x: modules/testsuite and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-23 05:21:57 -0500 (Thu, 23 Feb 2012)
New Revision: 15709
Added:
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
Removed:
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/securityMgr/
Modified:
stack/cxf/branches/jbossws-cxf-4.0.x/
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml
Log:
Merged revisions 15708 via svnmerge from
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
.......
r15708 | ropalka | 2012-02-23 11:18:59 +0100 (Thu, 23 Feb 2012) | 1 line
[JBWS-3435] provide appclient.xml patch - it introduces remoting to be able to connect to appclient via remote JNDI
.......
Property changes on: stack/cxf/branches/jbossws-cxf-4.0.x
___________________________________________________________________
Modified: svnmerge-integrated
- https://svn.jboss.org/repos/jbossws/stack/cxf/trunk:1-15635,15658,15668,1...
+ https://svn.jboss.org/repos/jbossws/stack/cxf/trunk:1-15635,15658,15668,1...
Modified: svn:mergeinfo
- /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/trunk:15658,15668,15675,15682,15695-15697
+ /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/trunk:15658,15668,15675,15682,15695-15697,15708
Modified: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml 2012-02-23 10:18:59 UTC (rev 15708)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml 2012-02-23 10:21:57 UTC (rev 15709)
@@ -1407,6 +1407,62 @@
<surefire.default-mgmt-serurity.args> </surefire.default-mgmt-serurity.args>
</properties>
</profile>
+
+ <profile>
+ <id>noprepare</id>
+ <activation>
+ <property>
+ <name>!noprepare</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>appclient-patch</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <!-- TODO: I didn't find way how to reference project root directory in maven :( -->
+ <!-- The ${basedir} value changes depending in which directory the build is executed. -->
+ <tasks>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 1-st attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/../src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 2-nd attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
</profiles>
</project>
Deleted: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:18:59 UTC (rev 15708)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:21:57 UTC (rev 15709)
@@ -1,168 +0,0 @@
-<!--
- ~ 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.1">
-
- <extensions>
- <extension module="org.jboss.as.connector"/>
- <extension module="org.jboss.as.ee"/>
- <extension module="org.jboss.as.ejb3"/>
- <extension module="org.jboss.as.jacorb"/>
- <extension module="org.jboss.as.jaxr"/>
- <extension module="org.jboss.as.jpa"/>
- <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.transactions"/>
- <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:datasources:1.0">
- <datasources>
- <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
- pool-name="java:jboss/datasources/ExampleDS">
- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
- <driver>h2</driver>
- <pool></pool>
- <security>
- <user-name>sa</user-name>
- <password>sa</password>
- </security>
- </datasource>
- <drivers>
- <driver name="h2" module="com.h2database.h2">
- <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
- </driver>
- </drivers>
- </datasources>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
- <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
- <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
- <orb name="JBoss" print-version="off" giop-minor-version="2">
- <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
- <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
- </orb>
- <poa monitoring="off" queue-wait="off">
- <request-processors pool-size="2" max-threads="8"/>
- </poa>
- <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:jpa:1.0">
- <jpa default-datasource=""/>
- </subsystem>
- <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:jaxr:1.0">
- <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
- <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:remoting:1.1">
- <connector name="remoting-connector" socket-binding="remoting"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:transactions:1.0">
- <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
- <core-environment>
- <process-id>
- <uuid/>
- </process-id>
- </core-environment>
- <coordinator-environment default-timeout="300"/>
- </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="jacorb" port="3528"/>
- <socket-binding name="jacorb-ssl" port="3529"/>
- <socket-binding name="remoting" port="4448"/>
- <socket-binding name="txn-recovery-environment" port="4712"/>
- <socket-binding name="txn-status-manager" port="4713"/>
- </socket-binding-group>
-
-</server>
Copied: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml (from rev 15708, stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml)
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml (rev 0)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:21:57 UTC (rev 15709)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
Deleted: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:18:59 UTC (rev 15708)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:21:57 UTC (rev 15709)
@@ -1,168 +0,0 @@
-<!--
- ~ 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.1">
-
- <extensions>
- <extension module="org.jboss.as.connector"/>
- <extension module="org.jboss.as.ee"/>
- <extension module="org.jboss.as.ejb3"/>
- <extension module="org.jboss.as.jacorb"/>
- <extension module="org.jboss.as.jaxr"/>
- <extension module="org.jboss.as.jpa"/>
- <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.transactions"/>
- <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:datasources:1.0">
- <datasources>
- <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
- pool-name="java:jboss/datasources/ExampleDS">
- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
- <driver>h2</driver>
- <pool></pool>
- <security>
- <user-name>sa</user-name>
- <password>sa</password>
- </security>
- </datasource>
- <drivers>
- <driver name="h2" module="com.h2database.h2">
- <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
- </driver>
- </drivers>
- </datasources>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
- <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
- <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
- <orb name="JBoss" print-version="off" giop-minor-version="2">
- <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
- <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
- </orb>
- <poa monitoring="off" queue-wait="off">
- <request-processors pool-size="2" max-threads="8"/>
- </poa>
- <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:jpa:1.0">
- <jpa default-datasource=""/>
- </subsystem>
- <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:jaxr:1.0">
- <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
- <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:remoting:1.1">
- <connector name="remoting-connector" socket-binding="remoting"/>
- </subsystem>
- <subsystem xmlns="urn:jboss:domain:transactions:1.0">
- <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
- <core-environment>
- <process-id>
- <uuid/>
- </process-id>
- </core-environment>
- <coordinator-environment default-timeout="300"/>
- </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="jacorb" port="3528"/>
- <socket-binding name="jacorb-ssl" port="3529"/>
- <socket-binding name="remoting" port="4448"/>
- <socket-binding name="txn-recovery-environment" port="4712"/>
- <socket-binding name="txn-status-manager" port="4713"/>
- </socket-binding-group>
-
-</server>
Copied: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml (from rev 15708, stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml)
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml (rev 0)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:21:57 UTC (rev 15709)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
12 years, 10 months
JBossWS SVN: r15708 - in stack/cxf/trunk/modules/testsuite: src/test/resources and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-23 05:18:59 -0500 (Thu, 23 Feb 2012)
New Revision: 15708
Added:
stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/
stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/
stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml
Removed:
stack/cxf/trunk/modules/testsuite/src/test/resources/securityMgr/
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3435] provide appclient.xml patch - it introduces remoting to be able to connect to appclient via remote JNDI
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-23 10:15:30 UTC (rev 15707)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-23 10:18:59 UTC (rev 15708)
@@ -1410,6 +1410,62 @@
<surefire.default-mgmt-serurity.args> </surefire.default-mgmt-serurity.args>
</properties>
</profile>
+
+ <profile>
+ <id>noprepare</id>
+ <activation>
+ <property>
+ <name>!noprepare</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>appclient-patch</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <!-- TODO: I didn't find way how to reference project root directory in maven :( -->
+ <!-- The ${basedir} value changes depending in which directory the build is executed. -->
+ <tasks>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 1-st attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/../src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 2-nd attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
</profiles>
</project>
Added: stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml (rev 0)
+++ stack/cxf/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:18:59 UTC (rev 15708)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
Added: stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml (rev 0)
+++ stack/cxf/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:18:59 UTC (rev 15708)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
12 years, 10 months
JBossWS SVN: r15707 - in stack/native/trunk/modules/testsuite: src/test/resources and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-23 05:15:30 -0500 (Thu, 23 Feb 2012)
New Revision: 15707
Added:
stack/native/trunk/modules/testsuite/src/test/resources/jboss710/
stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml
stack/native/trunk/modules/testsuite/src/test/resources/jboss711/
stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml
Removed:
stack/native/trunk/modules/testsuite/src/test/resources/securityMgr/
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3435] provide appclient.xml patch - it introduces remoting to be able to connect to appclient via remote JNDI
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-22 15:06:29 UTC (rev 15706)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-23 10:15:30 UTC (rev 15707)
@@ -1346,6 +1346,62 @@
<surefire.default-mgmt-serurity.args> </surefire.default-mgmt-serurity.args>
</properties>
</profile>
+
+ <profile>
+ <id>noprepare</id>
+ <activation>
+ <property>
+ <name>!noprepare</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>appclient-patch</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <!-- TODO: I didn't find way how to reference project root directory in maven :( -->
+ <!-- The ${basedir} value changes depending in which directory the build is executed. -->
+ <tasks>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 1-st attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/../src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXX patching appclient 2-nd attempt XXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <echo message="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
+ <copy
+ file="${basedir}/src/test/resources/${jbossws.integration.target}/appclient.xml"
+ tofile="${jboss.home}/appclient/configuration/appclient.xml"
+ failonerror="false"
+ verbose="true"
+ overwrite="true"
+ />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
</profiles>
</project>
Added: stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/src/test/resources/jboss710/appclient.xml 2012-02-23 10:15:30 UTC (rev 15707)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
Added: stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/src/test/resources/jboss711/appclient.xml 2012-02-23 10:15:30 UTC (rev 15707)
@@ -0,0 +1,168 @@
+<!--
+ ~ 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.1">
+
+ <extensions>
+ <extension module="org.jboss.as.connector"/>
+ <extension module="org.jboss.as.ee"/>
+ <extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
+ <extension module="org.jboss.as.jaxr"/>
+ <extension module="org.jboss.as.jpa"/>
+ <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.transactions"/>
+ <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:datasources:1.0">
+ <datasources>
+ <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="false" use-java-context="true"
+ pool-name="java:jboss/datasources/ExampleDS">
+ <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
+ <driver>h2</driver>
+ <pool></pool>
+ <security>
+ <user-name>sa</user-name>
+ <password>sa</password>
+ </security>
+ </datasource>
+ <drivers>
+ <driver name="h2" module="com.h2database.h2">
+ <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
+ </driver>
+ </drivers>
+ </datasources>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+ <subsystem xmlns="urn:jboss:domain:jacorb:1.0">
+ <orb name="JBoss" print-version="off" giop-minor-version="2">
+ <connection max-managed-buf-size="24" outbuf-cache-timeout="-1"/>
+ <naming root-context="JBoss/Naming/root" export-corbaloc="on"/>
+ </orb>
+ <poa monitoring="off" queue-wait="off">
+ <request-processors pool-size="2" max-threads="8"/>
+ </poa>
+ <interop sun="on" chunk-custom-rmi-valuetypes="on" strict-check-on-tc-creation="off"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:jpa:1.0">
+ <jpa default-datasource=""/>
+ </subsystem>
+ <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:jaxr:1.0">
+ <connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
+ <juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+ <connector name="remoting-connector" socket-binding="remoting"/>
+ </subsystem>
+ <subsystem xmlns="urn:jboss:domain:transactions:1.0">
+ <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
+ <core-environment>
+ <process-id>
+ <uuid/>
+ </process-id>
+ </core-environment>
+ <coordinator-environment default-timeout="300"/>
+ </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="jacorb" port="3528"/>
+ <socket-binding name="jacorb-ssl" port="3529"/>
+ <socket-binding name="remoting" port="4448"/>
+ <socket-binding name="txn-recovery-environment" port="4712"/>
+ <socket-binding name="txn-status-manager" port="4713"/>
+ </socket-binding-group>
+
+</server>
12 years, 10 months
JBossWS SVN: r15706 - shared-testsuite/trunk/src/main/java/org/jboss/wsf/test.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-22 10:06:29 -0500 (Wed, 22 Feb 2012)
New Revision: 15706
Modified:
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java
Log:
fix previous commit - always add *-client.jar to the test CP
Modified: shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java
===================================================================
--- shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java 2012-02-22 14:46:25 UTC (rev 15705)
+++ shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java 2012-02-22 15:06:29 UTC (rev 15706)
@@ -167,6 +167,11 @@
clientJars.add(archiveURL);
JBossWSTestHelper.deployAppclient(archive);
}
+ else if (archive.endsWith("-client.jar"))
+ {
+ URL archiveURL = getArchiveURL(archive);
+ clientJars.add(archiveURL);
+ }
else
{
performDeploy(archive);
12 years, 10 months
JBossWS SVN: r15705 - shared-testsuite/trunk/src/main/java/org/jboss/wsf/test.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-22 09:46:25 -0500 (Wed, 22 Feb 2012)
New Revision: 15705
Modified:
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java
Log:
[JBWS-3435] initial appclient integration prototype
Modified: shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
===================================================================
--- shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2012-02-22 14:42:53 UTC (rev 15704)
+++ shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2012-02-22 14:46:25 UTC (rev 15705)
@@ -21,6 +21,7 @@
*/
package org.jboss.wsf.test;
+import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.net.Inet6Address;
@@ -40,6 +41,9 @@
import javax.xml.ws.soap.SOAPBinding;
import org.jboss.logging.Logger;
+import org.jboss.ws.common.concurrent.CopyJob;
+import org.jboss.ws.common.io.NullOutputStream;
+import org.jboss.ws.common.io.TeeOutputStream;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.deployer.Deployer;
@@ -55,6 +59,10 @@
{
private static final Logger LOGGER = Logger.getLogger(JBossWSTestHelper.class);
+ private static final String JBOSS_HOME = System.getProperty("jboss.home");
+ private static final String FS = System.getProperty("file.separator"); // '/' on unix, '\' on windows
+ private static final String PS = System.getProperty("path.separator"); // ':' on unix, ';' on windows
+ private static final String EXT = ":".equals(PS) ? ".sh" : ".bat";
private static final String SYSPROP_JBOSSWS_INTEGRATION_TARGET = "jbossws.integration.target";
private static final String SYSPROP_JBOSS_BIND_ADDRESS = "jboss.bind.address";
private static final String SYSPROP_TEST_ARCHIVE_DIRECTORY = "test.archive.directory";
@@ -69,6 +77,7 @@
private static String implVersion;
private static String testArchiveDir;
private static String testResourcesDir;
+ private static Process appclientProcess;
private static synchronized Deployer getDeployer()
{
@@ -81,7 +90,7 @@
return DEPLOYER;
}
- /** Deploy the given archive
+ /** Deploy the given archive to the server
*/
public static void deploy(final String archive) throws Exception
{
@@ -92,7 +101,7 @@
}
}
- /** Undeploy the given archive
+ /** Undeploy the given archive from the server
*/
public static void undeploy(final String archive) throws Exception
{
@@ -103,6 +112,59 @@
}
}
+ /** Deploy the given archive to the appclient.
+ * Archive name is always in form archive.ear#appclient.jar
+ */
+ public static void deployAppclient(final String archive) throws Exception
+ {
+ if (DEPLOY_PROCESS_ENABLED)
+ {
+ final int sharpIndex = archive.indexOf('#');
+ final String appclientScript = JBOSS_HOME + FS + "bin" + FS + "appclient" + EXT;
+ final String earName = archive.substring(0, sharpIndex);
+ final String appclientName = archive.substring(sharpIndex + 1);
+ final String appclientFullName = getArchiveFile(earName).getParent() + FS + archive;
+ final String touchFile = JBOSS_HOME + FS + "bin" + FS + appclientName + ".kill";
+ final ByteArrayOutputStream baos = new ByteArrayOutputStream();
+ appclientProcess = new ProcessBuilder().command(appclientScript, appclientFullName, touchFile)
+ .start();
+ CopyJob inputStreamJob = new CopyJob(appclientProcess.getInputStream(), new TeeOutputStream(baos, System.out));
+ CopyJob errorStreamJob = new CopyJob(appclientProcess.getErrorStream(), System.err);
+ // unfortunately the following threads are needed because of Windows behavior
+ System.out.println("Appclient output stream:");
+ new Thread(inputStreamJob).start();
+ new Thread(errorStreamJob).start();
+ int countOfAttempts = 0;
+ final int maxCountOfAttempts = 30; // max wait time: 30 seconds
+ while (!baos.toString().contains("Deployed \"" + earName + "\""))
+ {
+ Thread.sleep(1000);
+ if (countOfAttempts++ == maxCountOfAttempts)
+ {
+ throw new RuntimeException("Cannot deploy " + appclientFullName + " to appclient");
+ }
+ }
+ System.out.println("appclient started");
+ }
+ }
+
+ /** Undeploy the given archive from the appclient
+ * Archive name is always in form archive.ear#appclient.jar
+ */
+ public static void undeployAppclient(final String archive) throws Exception
+ {
+ if (DEPLOY_PROCESS_ENABLED)
+ {
+ final int sharpIndex = archive.indexOf('#');
+ final File touchFile = new File(JBOSS_HOME + FS + "bin" + FS + archive.substring(sharpIndex + 1) + ".kill");
+ touchFile.createNewFile();
+ appclientProcess.waitFor();
+ appclientProcess = null;
+ touchFile.delete();
+ System.out.println("appclient stopped");
+ }
+ }
+
public static boolean isTargetJBoss7()
{
String target = getIntegrationTarget();
Modified: shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java
===================================================================
--- shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java 2012-02-22 14:42:53 UTC (rev 15704)
+++ shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestSetup.java 2012-02-22 14:46:25 UTC (rev 15705)
@@ -161,15 +161,11 @@
for (int i = 0; i < archives.length; i++)
{
String archive = archives[i];
- if (archive.endsWith("-client.jar"))
+ if (archive.endsWith("-appclient.jar"))
{
- URL archiveURL = getArchiveURL(archive);
+ URL archiveURL = getArchiveURL(archive.substring(archive.indexOf('#') + 1));
clientJars.add(archiveURL);
- if (archive.contains("jaxrpc") || archive.contains("serviceref"))
- {
- // TODO: deploy to appclient
- //performDeploy(archive);
- }
+ JBossWSTestHelper.deployAppclient(archive);
}
else
{
@@ -224,7 +220,14 @@
for (int i = 0; i < archives.length; i++)
{
String archive = archives[archives.length - i - 1];
- JBossWSTestHelper.undeploy(archive);
+ if (archive.endsWith("-appclient.jar"))
+ {
+ JBossWSTestHelper.undeployAppclient(archive);
+ }
+ else
+ {
+ JBossWSTestHelper.undeploy(archive);
+ }
}
}
finally
12 years, 10 months
JBossWS SVN: r15704 - in common/trunk/src/main/java/org/jboss/ws/common: appclient and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-22 09:42:53 -0500 (Wed, 22 Feb 2012)
New Revision: 15704
Added:
common/trunk/src/main/java/org/jboss/ws/common/appclient/
common/trunk/src/main/java/org/jboss/ws/common/appclient/AppclientKiller.java
common/trunk/src/main/java/org/jboss/ws/common/io/
common/trunk/src/main/java/org/jboss/ws/common/io/NullOutputStream.java
common/trunk/src/main/java/org/jboss/ws/common/io/TeeOutputStream.java
Log:
[JBWS-3435] introduce utility classes
Added: common/trunk/src/main/java/org/jboss/ws/common/appclient/AppclientKiller.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/appclient/AppclientKiller.java (rev 0)
+++ common/trunk/src/main/java/org/jboss/ws/common/appclient/AppclientKiller.java 2012-02-22 14:42:53 UTC (rev 15704)
@@ -0,0 +1,52 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, 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.
+ */
+
+package org.jboss.ws.common.appclient;
+
+import java.io.File;
+
+/**
+ * @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
+ */
+public final class AppclientKiller
+{
+
+ private final static int MAX_COUNT_OF_ATTEMTS = 600;
+
+ public static void main(final String[] args) throws Exception {
+ if (args.length != 1) {
+ throw new RuntimeException("shutdown mark file name missing");
+ }
+ final File shutdownMarkFile = new File(args[0]);
+ int countOfAttempts = 0;
+ while (!shutdownMarkFile.exists()) {
+ countOfAttempts++;
+ Thread.sleep(100);
+ if (countOfAttempts == MAX_COUNT_OF_ATTEMTS) {
+ System.out.println("appclient timeout");
+ break;
+ }
+ }
+ System.exit(1);
+ }
+
+}
Added: common/trunk/src/main/java/org/jboss/ws/common/io/NullOutputStream.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/io/NullOutputStream.java (rev 0)
+++ common/trunk/src/main/java/org/jboss/ws/common/io/NullOutputStream.java 2012-02-22 14:42:53 UTC (rev 15704)
@@ -0,0 +1,69 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, 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.
+ */
+
+package org.jboss.ws.common.io;
+
+import java.io.IOException;
+import java.io.OutputStream;
+
+/**
+ * @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
+ */
+public final class NullOutputStream extends OutputStream
+{
+
+ private static final NullOutputStream INSTANCE = new NullOutputStream();
+
+ private NullOutputStream()
+ {
+ }
+
+ public static NullOutputStream getInstance()
+ {
+ return INSTANCE;
+ }
+
+ @Override
+ public void write(final int data) throws IOException
+ {
+ }
+
+ @Override
+ public void write(final byte[] data) throws IOException
+ {
+ }
+
+ @Override
+ public void write(final byte[] data, final int offset, final int length) throws IOException
+ {
+ }
+
+ @Override
+ public void flush() throws IOException
+ {
+ }
+
+ @Override
+ public void close() throws IOException
+ {
+ }
+}
\ No newline at end of file
Added: common/trunk/src/main/java/org/jboss/ws/common/io/TeeOutputStream.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/io/TeeOutputStream.java (rev 0)
+++ common/trunk/src/main/java/org/jboss/ws/common/io/TeeOutputStream.java 2012-02-22 14:42:53 UTC (rev 15704)
@@ -0,0 +1,111 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, 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.
+ */
+
+package org.jboss.ws.common.io;
+
+import java.io.IOException;
+import java.io.OutputStream;
+
+/**
+ * @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
+ */
+public final class TeeOutputStream extends OutputStream
+{
+
+ private final OutputStream[] delegates;
+
+ public TeeOutputStream(final OutputStream first, final OutputStream second, final OutputStream... others)
+ {
+ // ensure preconditions
+ if (first == null || second == null)
+ {
+ throw new IllegalArgumentException();
+ }
+ if (others != null && others.length > 0)
+ {
+ for (final OutputStream os : others)
+ {
+ if (os == null)
+ {
+ throw new IllegalArgumentException();
+ }
+ }
+ }
+ // initialize
+ final int size = 2 + (others != null ? others.length : 0);
+ delegates = new OutputStream[size];
+ delegates[0] = first;
+ delegates[1] = second;
+ if (size > 2)
+ {
+ for (int i = 0; i < others.length; i++)
+ {
+ delegates[2 + i] = others[i];
+ }
+ }
+ }
+
+ @Override
+ public void write(final int data) throws IOException
+ {
+ for (final OutputStream delegate : delegates)
+ {
+ delegate.write(data);
+ }
+ }
+
+ @Override
+ public void write(final byte[] data) throws IOException
+ {
+ for (final OutputStream delegate : delegates)
+ {
+ delegate.write(data);
+ }
+ }
+
+ @Override
+ public void write(final byte[] data, final int offset, final int length) throws IOException
+ {
+ for (final OutputStream delegate : delegates)
+ {
+ delegate.write(data, offset, length);
+ }
+ }
+
+ @Override
+ public void flush() throws IOException
+ {
+ for (final OutputStream delegate : delegates)
+ {
+ delegate.flush();
+ }
+ }
+
+ @Override
+ public void close() throws IOException
+ {
+ for (final OutputStream delegate : delegates)
+ {
+ delegate.close();
+ }
+ }
+}
\ No newline at end of file
12 years, 10 months
JBossWS SVN: r15703 - in hudson/branches/jbossws-hudson-4.0.x: hudson-home and 17 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-22 04:58:56 -0500 (Wed, 22 Feb 2012)
New Revision: 15703
Added:
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
Removed:
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
Modified:
hudson/branches/jbossws-hudson-4.0.x/ant.properties.example
hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-LIGHT/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml
Log:
svn merge -r 15698:15699 https://svn.jboss.org/repos/jbossws/hudson/trunk .
Modified: hudson/branches/jbossws-hudson-4.0.x/ant.properties.example
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/ant.properties.example 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/ant.properties.example 2012-02-22 09:58:56 UTC (rev 15703)
@@ -29,9 +29,13 @@
hudson.jboss702.rev=7.0.2.Final
hudson.jboss710.url=https://github.com/jbossas/jboss-as
-hudson.jboss710.build=jboss-as-7.1.0.Final-SNAPSHOT
-hudson.jboss710.rev=master
+hudson.jboss710.build=jboss-as-7.1.0.Final
+hudson.jboss710.rev=7.1.0.Final
+hudson.jboss711.url=https://github.com/jbossas/jboss-as
+hudson.jboss711.build=jboss-as-7.1.1.Final-SNAPSHOT
+hudson.jboss711.rev=master
+
hudson.mail.recipients=
hudson.smtp.host=localhost
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -39,6 +39,7 @@
<tr><th align=left>@hudson.jboss701.build@</th><td>-r(a)hudson.jboss701.rev@ @hudson.jboss701.url@</td></tr>
<tr><th align=left>@hudson.jboss702.build@</th><td>-r(a)hudson.jboss702.rev@ @hudson.jboss702.url@</td></tr>
<tr><th align=left>@hudson.jboss710.build@</th><td>-r(a)hudson.jboss710.rev@ @hudson.jboss710.url@</td></tr>
+ <tr><th align=left>@hudson.jboss711.build@</th><td>-r(a)hudson.jboss711.rev@ @hudson.jboss711.url@</td></tr>
<tr><td colspan=2></td></tr>
</table>
]]>
@@ -58,6 +59,7 @@
<string>AS-7.0.1</string>
<string>AS-7.0.2</string>
<string>AS-7.1.0</string>
+ <string>AS-7.1.1</string>
</jobNames>
<name>AS Builds</name>
<description>
@@ -77,12 +79,15 @@
<string>NATIVE-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.1.0-SUN-JDK-6</string>
+ <string>NATIVE-CORE-AS-7.1.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6</string>
</jobNames>
<name>Native Tests</name>
<description>
@@ -104,21 +109,27 @@
<string>CXF-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SUN-JDK-6</string>
+ <string>CXF-CORE-AS-7.1.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6</string>
+ <string>CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>CXF-BINDIST-AS-7.1.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
+ <string>CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>CXF-SRCDIST-AS-7.1.1-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
+ <string>CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6</string>
</jobNames>
<name>CXF Tests</name>
<description>
@@ -139,22 +150,28 @@
<string>CXF-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SUN-JDK-6</string>
+ <string>CXF-CORE-AS-7.1.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6</string>
+ <string>CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>CXF-BINDIST-AS-7.1.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
+ <string>CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6</string>
<string>NATIVE-LIGHT</string>
<string>NATIVE-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.1.0-SUN-JDK-6</string>
+ <string>NATIVE-CORE-AS-7.1.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6</string>
+ <string>NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6</string>
</jobNames>
<name>Working Days Tests</name>
<description>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/AS-7.1.1/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,75 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <actions/>
- <description>Builds JBoss AS 7.1.1</description>
- <logRotator>
- <daysToKeep>-1</daysToKeep>
- <numToKeep>20</numToKeep>
- <artifactDaysToKeep>-1</artifactDaysToKeep>
- <artifactNumToKeep>-1</artifactNumToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <scm class="hudson.plugins.git.GitSCM">
- <configVersion>1</configVersion>
- <remoteRepositories>
- <org.spearce.jgit.transport.RemoteConfig>
- <string>origin</string>
- <int>5</int>
- <string>fetch</string>
- <string>+refs/heads/*:refs/remotes/origin/*</string>
- <string>receivepack</string>
- <string>git-upload-pack</string>
- <string>uploadpack</string>
- <string>git-upload-pack</string>
- <string>url</string>
- <string>@hudson.jboss711.url@.git</string>
- <string>tagopt</string>
- <string></string>
- </org.spearce.jgit.transport.RemoteConfig>
- </remoteRepositories>
- <branches>
- <hudson.plugins.git.BranchSpec>
- <name>@hudson.jboss711.rev@</name>
- </hudson.plugins.git.BranchSpec>
- </branches>
- <localBranch></localBranch>
- <mergeOptions/>
- <recursiveSubmodules>false</recursiveSubmodules>
- <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
- <authorOrCommitter>false</authorOrCommitter>
- <clean>false</clean>
- <wipeOutWorkspace>false</wipeOutWorkspace>
- <pruneBranches>false</pruneBranches>
- <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
- <gitTool>Default</gitTool>
- <browser class="hudson.plugins.git.browser.GithubWeb">
- <url>@hudson.jboss710.url@</url>
- </browser>
- <submoduleCfg class="list"/>
- <relativeTargetDir></relativeTargetDir>
- <excludedRegions></excludedRegions>
- <excludedUsers></excludedUsers>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
- <triggers class="vector"/>
- <concurrentBuild>false</concurrentBuild>
- <builders>
- <hudson.tasks.Shell>
- <command>MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=128m"
-export MAVEN_OPTS
-
-./build.sh clean install -Dskip-download-sources -U -B</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers>
- <hudson.tasks.Mailer>
- <recipients></recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/AS-7.1.1/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.1.1/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <actions/>
+ <description>Builds JBoss AS 7.1.1</description>
+ <logRotator>
+ <daysToKeep>-1</daysToKeep>
+ <numToKeep>20</numToKeep>
+ <artifactDaysToKeep>-1</artifactDaysToKeep>
+ <artifactNumToKeep>-1</artifactNumToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <scm class="hudson.plugins.git.GitSCM">
+ <configVersion>1</configVersion>
+ <remoteRepositories>
+ <org.spearce.jgit.transport.RemoteConfig>
+ <string>origin</string>
+ <int>5</int>
+ <string>fetch</string>
+ <string>+refs/heads/*:refs/remotes/origin/*</string>
+ <string>receivepack</string>
+ <string>git-upload-pack</string>
+ <string>uploadpack</string>
+ <string>git-upload-pack</string>
+ <string>url</string>
+ <string>@hudson.jboss711.url@.git</string>
+ <string>tagopt</string>
+ <string></string>
+ </org.spearce.jgit.transport.RemoteConfig>
+ </remoteRepositories>
+ <branches>
+ <hudson.plugins.git.BranchSpec>
+ <name>@hudson.jboss711.rev@</name>
+ </hudson.plugins.git.BranchSpec>
+ </branches>
+ <localBranch></localBranch>
+ <mergeOptions/>
+ <recursiveSubmodules>false</recursiveSubmodules>
+ <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
+ <authorOrCommitter>false</authorOrCommitter>
+ <clean>false</clean>
+ <wipeOutWorkspace>false</wipeOutWorkspace>
+ <pruneBranches>false</pruneBranches>
+ <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
+ <gitTool>Default</gitTool>
+ <browser class="hudson.plugins.git.browser.GithubWeb">
+ <url>@hudson.jboss710.url@</url>
+ </browser>
+ <submoduleCfg class="list"/>
+ <relativeTargetDir></relativeTargetDir>
+ <excludedRegions></excludedRegions>
+ <excludedUsers></excludedUsers>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+ <triggers class="vector"/>
+ <concurrentBuild>false</concurrentBuild>
+ <builders>
+ <hudson.tasks.Shell>
+ <command>MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=128m"
+export MAVEN_OPTS
+
+./build.sh clean install -Dskip-download-sources -U -B</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers>
+ <hudson.tasks.Mailer>
+ <recipients></recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers/>
+</project>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>AS-7.0.1, AS-7.0.2, AS-7.1.0</childProjects>
+ <childProjects>AS-7.0.1, AS-7.0.2, AS-7.1.0, AS-7.1.1</childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-LIGHT/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-LIGHT/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-LIGHT/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>AS-7.1.0</childProjects>
+ <childProjects>AS-7.1.1</childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -14,8 +14,12 @@
, CXF-CORE-AS-7.1.0-SUN-JDK-6
+, CXF-CORE-AS-7.1.1-SUN-JDK-6
+
, CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6
+, CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6
+
, CXF-BINDIST-AS-7.0.1-SUN-JDK-6
, CXF-BINDIST-AS-7.0.2-SUN-JDK-6
@@ -26,8 +30,12 @@
, CXF-BINDIST-AS-7.1.0-SUN-JDK-6
+, CXF-BINDIST-AS-7.1.1-SUN-JDK-6
+
, CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6
+, CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6
+
, CXF-SRCDIST-AS-7.0.1-SUN-JDK-6
, CXF-SRCDIST-AS-7.0.2-SUN-JDK-6
@@ -38,7 +46,11 @@
, CXF-SRCDIST-AS-7.1.0-SUN-JDK-6
+, CXF-SRCDIST-AS-7.1.1-SUN-JDK-6
+
, CXF-SRCDIST-AS-7.1.0-SPRING-SUN-JDK-6
+
+, CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6
</childProjects>
<threshold>
<name>UNSTABLE</name>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute binary distribution tests
-#
-binaryDistributionTestWithSpring
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/target/jbossws-cxf-bin-dist/output/test-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ binary distribution against AS-7.1.1 with SpringFramework libraries available and Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute binary distribution tests
+#
+binaryDistributionTestWithSpring
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/target/jbossws-cxf-bin-dist/output/test-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ binary distribution against AS-7.1.1 with SpringFramework libraries available and Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-BINDIST-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute binary distribution tests
-#
-binaryDistributionTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/target/jbossws-cxf-bin-dist/output/test-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ binary distribution against AS-7.1.1 with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-BINDIST-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute binary distribution tests
+#
+binaryDistributionTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/target/jbossws-cxf-bin-dist/output/test-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ binary distribution against AS-7.1.1 with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute core tests
-#
-coreTestWithSpring
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ against @hudson.jboss711.build@ with SpringFramework libraires available and Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute core tests
+#
+coreTestWithSpring
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ against @hudson.jboss711.build@ with SpringFramework libraires available and Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-CORE-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute core tests
-#
-coreTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ against @hudson.jboss711.build@ with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-CORE-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute core tests
+#
+coreTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ against @hudson.jboss711.build@ with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -16,6 +16,10 @@
, CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6
+, CXF-CORE-AS-7.1.1-SUN-JDK-6
+
+, CXF-CORE-AS-7.1.1-SPRING-SUN-JDK-6
+
, CXF-BINDIST-AS-7.0.1-SUN-JDK-6
, CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6
@@ -27,6 +31,10 @@
, CXF-BINDIST-AS-7.1.0-SUN-JDK-6
, CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6
+
+, CXF-BINDIST-AS-7.1.1-SUN-JDK-6
+
+, CXF-BINDIST-AS-7.1.1-SPRING-SUN-JDK-6
</childProjects>
<threshold>
<name>UNSTABLE</name>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute source distribution tests
-#
-sourceDistributionTestWithSpring
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ source distribution against AS-7.1.1 with SpringFramework libraries available and Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-SRCDIST-AS-7.1.1-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTestWithSpring
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ source distribution against AS-7.1.1 with SpringFramework libraries available and Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=CXF-SRCDIST-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=cxf
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-cxf
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute source distribution tests
-#
-sourceDistributionTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-cxf-(a)version.id@ source distribution against AS-7.1.1 with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=CXF-SRCDIST-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-cxf-(a)version.id@ source distribution against AS-7.1.1 with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -21,6 +21,12 @@
, NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6
, NATIVE-SRCDIST-AS-7.1.0-SUN-JDK-6
+
+, NATIVE-CORE-AS-7.1.1-SUN-JDK-6
+
+, NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6
+
+, NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6
</childProjects>
<threshold>
<name>UNSTABLE</name>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=native
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-native
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute binary distribution tests
-#
-binaryDistributionTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-native/target/jbossws-native-bin-dist/output/test-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.native.url@</remote>
- <local>stack-native</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-native-(a)version.id@ binary distribution against AS-7.1.1 with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=native
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-native
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute binary distribution tests
+#
+binaryDistributionTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-native/target/jbossws-native-bin-dist/output/test-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-native-(a)version.id@ binary distribution against AS-7.1.1 with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=NATIVE-CORE-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=native
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-native
-TEST_OPTS="-Dinterop=true"
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute core tests
-#
-coreTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-native/**/target/surefire-reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.native.url@</remote>
- <local>stack-native</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-native-(a)version.id@ against @hudson.jboss711.build@ with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=NATIVE-CORE-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=native
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-native
+TEST_OPTS="-Dinterop=true"
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute core tests
+#
+coreTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-native/**/target/surefire-reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-native-(a)version.id@ against @hudson.jboss711.build@ with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -15,6 +15,10 @@
, NATIVE-CORE-AS-7.1.0-SUN-JDK-6
, NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6
+
+, NATIVE-CORE-AS-7.1.1-SUN-JDK-6
+
+, NATIVE-BINDIST-AS-7.1.1-SUN-JDK-6
</childProjects>
<threshold>
<name>UNSTABLE</name>
Deleted: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 08:50:34 UTC (rev 15699)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-#
-# Module settings
-#
-MODULE=NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6
-
-WORKSPACE=`pwd`
-STACK_ID=native
-JAVA_HOME=(a)java.home.sun.jdk6@
-SCRIPTS_DIR=$WORKSPACE/hudson-scripts
-STACK_DIR=$WORKSPACE/stack-native
-TEST_OPTS=
-JBOSS_TARGET=jboss711
-JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
-
-#
-# load test functions
-#
-. $SCRIPTS_DIR/jbossws-qa.sh
-
-#
-# execute source distribution tests
-#
-sourceDistributionTest
-
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>stack-native/target/jbossws-native-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail.recipients@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>true</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <locations>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@jbossws.hudson.url@/scripts</remote>
- <local>hudson-scripts</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.native.url@</remote>
- <local>stack-native</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- </locations>
- <useUpdate>true</useUpdate>
- <browser class="hudson.scm.browsers.FishEyeSVN">
- <url>http://fisheye.jboss.com/browse/JBossWS/</url>
- <rootModule></rootModule>
- </browser>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <logRotator>
- <daysToKeep>14</daysToKeep>
- <numToKeep>-1</numToKeep>
- </logRotator>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <description>Build and test jbossws-native-(a)version.id@ source distribution against AS-7.1.1 with Sun JDK 6</description>
- <actions class="vector"/>
-</project>
Copied: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml (from rev 15699, hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml)
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml (rev 0)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6/config.xml 2012-02-22 09:58:56 UTC (rev 15703)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=NATIVE-SRCDIST-AS-7.1.1-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=native
+JAVA_HOME=(a)java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-native
+TEST_OPTS=
+JBOSS_TARGET=jboss711
+JBOSS_BIND_ADDRESS=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.1.1/workspace/build/target/(a)hudson.jboss711.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTest
+
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-native/target/jbossws-native-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@jbossws.hudson.url@/scripts</remote>
+ <local>hudson-scripts</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>14</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-native-(a)version.id@ source distribution against AS-7.1.1 with Sun JDK 6</description>
+ <actions class="vector"/>
+</project>
12 years, 10 months
JBossWS SVN: r15702 - in hudson/branches/jbossws-hudson-4.0.x: hudson-home and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-22 04:54:57 -0500 (Wed, 22 Feb 2012)
New Revision: 15702
Removed:
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-7.0.0/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-CORE-AS-7.0.0-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-CORE-AS-7.0.0-SUN-JDK-6/
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/
Modified:
hudson/branches/jbossws-hudson-4.0.x/ant.properties.example
hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml
hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml
Log:
svn merge -r 15660:15663 https://svn.jboss.org/repos/jbossws/hudson/trunk .
Modified: hudson/branches/jbossws-hudson-4.0.x/ant.properties.example
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/ant.properties.example 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/ant.properties.example 2012-02-22 09:54:57 UTC (rev 15702)
@@ -20,10 +20,6 @@
hudson.native.url=http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk
hudson.cxf.url=http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk
-hudson.jboss700.url=https://github.com/jbossas/jboss-as
-hudson.jboss700.build=jboss-as-7.0.0.Final
-hudson.jboss700.rev=7.0.0.Final
-
hudson.jboss701.url=https://github.com/jbossas/jboss-as
hudson.jboss701.build=jboss-as-7.0.1.Final
hudson.jboss701.rev=7.0.1.Final
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -36,7 +36,6 @@
<tr><th align=left>JBossWS Native:</th><td>@hudson.native.url@</td></tr>
<tr><th align=left>JBossWS CXF:</th><td>@hudson.cxf.url@</td></tr>
<tr><td colspan=2></td></tr>
- <tr><th align=left>@hudson.jboss700.build@</th><td>-r(a)hudson.jboss700.rev@ @hudson.jboss700.url@</td></tr>
<tr><th align=left>@hudson.jboss701.build@</th><td>-r(a)hudson.jboss701.rev@ @hudson.jboss701.url@</td></tr>
<tr><th align=left>@hudson.jboss702.build@</th><td>-r(a)hudson.jboss702.rev@ @hudson.jboss702.url@</td></tr>
<tr><th align=left>@hudson.jboss710.build@</th><td>-r(a)hudson.jboss710.rev@ @hudson.jboss710.url@</td></tr>
@@ -56,7 +55,6 @@
<no-comparator/>
<string>AS-ALL</string>
<string>AS-LIGHT</string>
- <string>AS-7.0.0</string>
<string>AS-7.0.1</string>
<string>AS-7.0.2</string>
<string>AS-7.1.0</string>
@@ -76,15 +74,12 @@
<no-comparator/>
<string>NATIVE-ALL</string>
<string>NATIVE-LIGHT</string>
- <string>NATIVE-CORE-AS-7.0.0-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.1.0-SUN-JDK-6</string>
- <string>NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6</string>
- <string>NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-SRCDIST-AS-7.1.0-SUN-JDK-6</string>
@@ -106,27 +101,21 @@
<no-comparator/>
<string>CXF-ALL</string>
<string>CXF-LIGHT</string>
- <string>CXF-CORE-AS-7.0.0-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SUN-JDK-6</string>
- <string>CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6</string>
- <string>CXF-BINDIST-AS-7.0.0-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SUN-JDK-6</string>
- <string>CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
- <string>CXF-SRCDIST-AS-7.0.0-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.1.0-SUN-JDK-6</string>
- <string>CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-SRCDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
@@ -147,28 +136,22 @@
<jobNames class="tree-set">
<no-comparator/>
<string>CXF-LIGHT</string>
- <string>CXF-CORE-AS-7.0.0-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SUN-JDK-6</string>
- <string>CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6</string>
- <string>CXF-BINDIST-AS-7.0.0-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SUN-JDK-6</string>
- <string>CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.0.2-SPRING-SUN-JDK-6</string>
<string>CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6</string>
<string>NATIVE-LIGHT</string>
- <string>NATIVE-CORE-AS-7.0.0-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-CORE-AS-7.1.0-SUN-JDK-6</string>
- <string>NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.0.2-SUN-JDK-6</string>
<string>NATIVE-BINDIST-AS-7.1.0-SUN-JDK-6</string>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/AS-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>AS-7.0.0, AS-7.0.1, AS-7.0.2, AS-7.1.0</childProjects>
+ <childProjects>AS-7.0.1, AS-7.0.2, AS-7.1.0</childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -4,14 +4,10 @@
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>
- CXF-CORE-AS-7.0.0-SUN-JDK-6
+CXF-CORE-AS-7.0.1-SUN-JDK-6
-, CXF-CORE-AS-7.0.1-SUN-JDK-6
-
, CXF-CORE-AS-7.0.2-SUN-JDK-6
-, CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6
-
, CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6
, CXF-CORE-AS-7.0.2-SPRING-SUN-JDK-6
@@ -20,14 +16,10 @@
, CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6
-, CXF-BINDIST-AS-7.0.0-SUN-JDK-6
-
, CXF-BINDIST-AS-7.0.1-SUN-JDK-6
, CXF-BINDIST-AS-7.0.2-SUN-JDK-6
-, CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6
-
, CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6
, CXF-BINDIST-AS-7.0.2-SPRING-SUN-JDK-6
@@ -36,14 +28,10 @@
, CXF-BINDIST-AS-7.1.0-SPRING-SUN-JDK-6
-, CXF-SRCDIST-AS-7.0.0-SUN-JDK-6
-
, CXF-SRCDIST-AS-7.0.1-SUN-JDK-6
, CXF-SRCDIST-AS-7.0.2-SUN-JDK-6
-, CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6
-
, CXF-SRCDIST-AS-7.0.1-SPRING-SUN-JDK-6
, CXF-SRCDIST-AS-7.0.2-SPRING-SUN-JDK-6
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/CXF-LIGHT/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -4,12 +4,8 @@
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>
- CXF-CORE-AS-7.0.0-SUN-JDK-6
+CXF-CORE-AS-7.0.1-SUN-JDK-6
-, CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6
-
-, CXF-CORE-AS-7.0.1-SUN-JDK-6
-
, CXF-CORE-AS-7.0.1-SPRING-SUN-JDK-6
, CXF-CORE-AS-7.0.2-SUN-JDK-6
@@ -20,10 +16,6 @@
, CXF-CORE-AS-7.1.0-SPRING-SUN-JDK-6
-, CXF-BINDIST-AS-7.0.0-SUN-JDK-6
-
-, CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6
-
, CXF-BINDIST-AS-7.0.1-SUN-JDK-6
, CXF-BINDIST-AS-7.0.1-SPRING-SUN-JDK-6
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-ALL/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -4,14 +4,8 @@
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>
- NATIVE-CORE-AS-7.0.0-SUN-JDK-6
+NATIVE-CORE-AS-7.0.1-SUN-JDK-6
-, NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6
-
-, NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6
-
-, NATIVE-CORE-AS-7.0.1-SUN-JDK-6
-
, NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6
, NATIVE-SRCDIST-AS-7.0.1-SUN-JDK-6
Modified: hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml
===================================================================
--- hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml 2012-02-22 09:48:26 UTC (rev 15701)
+++ hudson/branches/jbossws-hudson-4.0.x/hudson-home/jobs/NATIVE-LIGHT/config.xml 2012-02-22 09:54:57 UTC (rev 15702)
@@ -4,12 +4,8 @@
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>
- NATIVE-CORE-AS-7.0.0-SUN-JDK-6
+NATIVE-CORE-AS-7.0.1-SUN-JDK-6
-, NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6
-
-, NATIVE-CORE-AS-7.0.1-SUN-JDK-6
-
, NATIVE-BINDIST-AS-7.0.1-SUN-JDK-6
, NATIVE-CORE-AS-7.0.2-SUN-JDK-6
12 years, 10 months