JBossWS SVN: r15284 - api/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 13:09:20 -0500 (Wed, 16 Nov 2011)
New Revision: 15284
Added:
api/tags/jbossws-api-1.0.0.CR1/
Log:
Tagging jbossws-api-1.0.0.CR1
13 years, 1 month
JBossWS SVN: r15283 - api/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 13:07:17 -0500 (Wed, 16 Nov 2011)
New Revision: 15283
Modified:
api/trunk/pom.xml
Log:
Moving to 1.0.10.GA parent
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2011-11-16 18:03:48 UTC (rev 15282)
+++ api/trunk/pom.xml 2011-11-16 18:07:17 UTC (rev 15283)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.GA</version>
</parent>
<!-- Source Control Management -->
13 years, 1 month
JBossWS SVN: r15281 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 13:01:25 -0500 (Wed, 16 Nov 2011)
New Revision: 15281
Modified:
maven/parent/trunk/pom.xml
Log:
Preparing for next dev cycle
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2011-11-16 18:00:53 UTC (rev 15280)
+++ maven/parent/trunk/pom.xml 2011-11-16 18:01:25 UTC (rev 15281)
@@ -8,7 +8,7 @@
<packaging>pom</packaging>
<description>Maven parent for JBossWS artifacts</description>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.11-SNAPSHOT</version>
<organization>
<name>JBoss, by Red Hat</name>
13 years, 1 month
JBossWS SVN: r15280 - maven/parent/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 13:00:53 -0500 (Wed, 16 Nov 2011)
New Revision: 15280
Added:
maven/parent/tags/jbossws-parent-1.0.10.GA/
Log:
Tagging jbossws-parent-1.0.10.GA
13 years, 1 month
JBossWS SVN: r15279 - in stack/cxf/trunk/modules: resources/src/main/resources/resources and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 12:34:27 -0500 (Wed, 16 Nov 2011)
New Revision: 15279
Modified:
stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml
stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
[JBWS-3381] Do not deploy jbossws-console.war on AS 7.0.x as jbossws-native-core is not available there
Modified: stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml 2011-11-16 17:17:09 UTC (rev 15278)
+++ stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml 2011-11-16 17:34:27 UTC (rev 15279)
@@ -237,6 +237,10 @@
<param name="jbossid" value="${jbossws.integration.target}"/>
<param name="modules-jbossid" value="jboss710"/>
</antcall>
+ <antcall target="deploy-jbossws-management-console" inheritall="false">
+ <param name="installserver" value="${deploy.structure}"/>
+ <param name="thirdpartydir" value="${deploy.artifacts.dir}"/>
+ </antcall>
</target>
<!-- ================================================================== -->
Modified: stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-11-16 17:17:09 UTC (rev 15278)
+++ stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-11-16 17:34:27 UTC (rev 15279)
@@ -452,6 +452,9 @@
<fail message="installserver must be specified" unless="installserver"/>
<fail message="thirdpartydir must be specified" unless="thirdpartydir"/>
<macro-deploy-jbossws-modules targetdir="${installserver}/modules" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}" modules-jbossid="${modules-jbossid}"/>
+ </target>
+
+ <target name="deploy-jbossws-management-console">
<macro-deploy-jbossws-deployment targetdir="${installserver}/standalone/deployments/jbossws-console.war" thirdpartydir="${thirdpartydir}"/>
<touch file="${installserver}/standalone/deployments/jbossws-console.war.dodeploy"/>
</target>
13 years, 1 month
JBossWS SVN: r15278 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 12:17:09 -0500 (Wed, 16 Nov 2011)
New Revision: 15278
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3205] Updating excludes
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-11-16 17:09:38 UTC (rev 15277)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-11-16 17:17:09 UTC (rev 15278)
@@ -732,9 +732,6 @@
<!--# Seems MSFT interop. endpoints are down :(-->
<exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
- <!--# [JBWS-3205] JDKLogManager not used -->
- <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
-
<!--# [JBWS-3125] SOAP over JMS 1.0 deployment support available on AS 7 only -->
<exclude>org/jboss/test/ws/jaxws/cxf/jms/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/jms_http/**</exclude>
@@ -914,9 +911,6 @@
<!--# Seems MSFT interop. endpoints are down :(-->
<exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
- <!--# [JBWS-3205] JDKLogManager not used -->
- <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
-
<!--# [JBWS-3125] SOAP over JMS 1.0 deployment support available on AS 7 only -->
<exclude>org/jboss/test/ws/jaxws/cxf/jms/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/jms_http/**</exclude>
@@ -1101,9 +1095,6 @@
<exclude>org/jboss/test/ws/jaxws/cxf/bus/*EJB3*</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
- <!-- # [JBWS-3205] JDKLogManager not used -->
- <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
-
<!-- # [JBWS-3225] jbossws console not yet available -->
<exclude>org/jboss/test/ws/console/**</exclude>
@@ -1289,9 +1280,6 @@
<exclude>org/jboss/test/ws/jaxws/cxf/bus/*EJB3*</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
- <!-- # [JBWS-3205] JDKLogManager not used -->
- <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
-
<!-- # [JBWS-3225] jbossws console not yet available -->
<exclude>org/jboss/test/ws/console/**</exclude>
@@ -1477,9 +1465,6 @@
<exclude>org/jboss/test/ws/jaxws/cxf/bus/*EJB3*</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
- <!-- # [JBWS-3205] JDKLogManager not used -->
- <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
-
<!-- # [JBWS-3225] jbossws console not yet available -->
<exclude>org/jboss/test/ws/console/**</exclude>
13 years, 1 month
JBossWS SVN: r15277 - stack/cxf/trunk/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 12:09:38 -0500 (Wed, 16 Nov 2011)
New Revision: 15277
Modified:
stack/cxf/trunk/modules/dist/src/main/distro/Install.txt
Log:
Modified: stack/cxf/trunk/modules/dist/src/main/distro/Install.txt
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/Install.txt 2011-11-16 17:08:58 UTC (rev 15276)
+++ stack/cxf/trunk/modules/dist/src/main/distro/Install.txt 2011-11-16 17:09:38 UTC (rev 15277)
@@ -25,7 +25,7 @@
configuration then they can specify -Djboss.server.instance=foo JVM property.
Supported configurations of the installer are 'default', 'all' and 'standard'.
- ant -Djboss.server.instance=standard deploy-jboss700
+ ant -Djboss.server.instance=standard deploy-jboss610
By default Spring Framework libraries are not installed to application
server. In order to do that, please add the -Dspring=true property option when
13 years, 1 month
JBossWS SVN: r15276 - stack/native/trunk/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 12:08:58 -0500 (Wed, 16 Nov 2011)
New Revision: 15276
Modified:
stack/native/trunk/modules/dist/src/main/distro/Install.txt
Log:
Minor update to Install.txt
Modified: stack/native/trunk/modules/dist/src/main/distro/Install.txt
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/Install.txt 2011-11-16 17:05:29 UTC (rev 15275)
+++ stack/native/trunk/modules/dist/src/main/distro/Install.txt 2011-11-16 17:08:58 UTC (rev 15276)
@@ -15,10 +15,14 @@
ant deploy-jboss600
ant deploy-jboss610
+ ant deploy-jboss700
+ ant deploy-jboss701
+ ant deploy-jboss702
+ ant deploy-jboss710
- By default the SOAP stack will be installed to 'default' configuration.
-If users want to install SOAP stack to different JBossAS configuration then
-they have to specify -Djboss.server.instance=foo JVM property.
+ On AS 6 series, by default the SOAP stack will be installed to 'default'
+configuration. If users want to install SOAP stack to different JBossAS
+configuration then can specify -Djboss.server.instance=foo JVM property.
Supported configurations of the installer are 'default', 'all' and 'standard'.
ant -Djboss.server.instance=standard deploy-jboss610
@@ -29,12 +33,6 @@
You should see no errors.
-Please consult the wiki for detailed up to date install instructions
-http://labs.jboss.com/portal/jbossws/
-
-After the jbossws.sar is deployed you should be able to access JBossWS under
-http://localhost:8080/jbossws
-
If you have any questions, please post to the userforum:
http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
13 years, 1 month
JBossWS SVN: r15275 - shared-testsuite/trunk/testsuite/src/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-11-16 12:05:29 -0500 (Wed, 16 Nov 2011)
New Revision: 15275
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-jars-jaxws.xml
shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxrpc.xml
shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxws.xml
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Replacing ancient comments in xml files
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-jars-jaxws.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-jars-jaxws.xml 2011-11-16 17:04:49 UTC (rev 15274)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-jars-jaxws.xml 2011-11-16 17:05:29 UTC (rev 15275)
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- ============================================================ -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- ============================================================ -->
+<!--
+ ~ 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.
+ -->
<project>
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxrpc.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxrpc.xml 2011-11-16 17:04:49 UTC (rev 15274)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxrpc.xml 2011-11-16 17:05:29 UTC (rev 15275)
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- ============================================================ -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- ============================================================ -->
+<!--
+ ~ 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.
+ -->
<project>
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxws.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxws.xml 2011-11-16 17:04:49 UTC (rev 15274)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-samples-jaxws.xml 2011-11-16 17:05:29 UTC (rev 15275)
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- ============================================================ -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- ============================================================ -->
+<!--
+ ~ 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.
+ -->
<project>
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-11-16 17:04:49 UTC (rev 15274)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-11-16 17:05:29 UTC (rev 15275)
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- ============================================================ -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- ============================================================ -->
+<!--
+ ~ 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.
+ -->
<project>
13 years, 1 month