JBossWS SVN: r8471 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 10:47:23 -0400 (Tue, 14 Oct 2008)
New Revision: 8471
Added:
framework/tags/jbossws-framework-3.0.4.GA/
Log:
[JBWS-2350] creating FRAMEWORK release tag
Copied: framework/tags/jbossws-framework-3.0.4.GA (from rev 8470, framework/trunk)
17 years, 2 months
JBossWS SVN: r8470 - common/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 10:39:40 -0400 (Tue, 14 Oct 2008)
New Revision: 8470
Modified:
common/trunk/pom.xml
Log:
[JBWS-2350] prepare COMMON for next development iteration
Modified: common/trunk/pom.xml
===================================================================
--- common/trunk/pom.xml 2008-10-14 14:35:14 UTC (rev 8469)
+++ common/trunk/pom.xml 2008-10-14 14:39:40 UTC (rev 8470)
@@ -9,7 +9,7 @@
<artifactId>jbossws-common</artifactId>
<packaging>jar</packaging>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.0.8-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -27,7 +27,7 @@
<!-- Properties -->
<properties>
- <jbossws.spi.version>1.0.6-SNAPSHOT</jbossws.spi.version>
+ <jbossws.spi.version>1.0.6.GA</jbossws.spi.version>
<jboss.common.version>2.2.7.GA</jboss.common.version>
<jboss.microcontainer.version>1.0.2</jboss.microcontainer.version>
</properties>
17 years, 2 months
JBossWS SVN: r8468 - common/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 10:33:18 -0400 (Tue, 14 Oct 2008)
New Revision: 8468
Added:
common/tags/jbossws-common-1.0.7.GA/
Log:
[JBWS-2350] creating release tag
Copied: common/tags/jbossws-common-1.0.7.GA (from rev 8467, common/trunk)
17 years, 2 months
JBossWS SVN: r8467 - spi/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 10:29:28 -0400 (Tue, 14 Oct 2008)
New Revision: 8467
Modified:
spi/trunk/pom.xml
Log:
[JBWS-2350] prepare SPI for next development iteration
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2008-10-14 14:21:39 UTC (rev 8466)
+++ spi/trunk/pom.xml 2008-10-14 14:29:28 UTC (rev 8467)
@@ -7,7 +7,7 @@
<artifactId>jbossws-spi</artifactId>
<packaging>jar</packaging>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.0.7-SNAPSHOT</version>
<!-- Parent -->
<parent>
17 years, 2 months
JBossWS SVN: r8465 - spi/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 10:18:30 -0400 (Tue, 14 Oct 2008)
New Revision: 8465
Added:
spi/tags/jbossws-spi-1.0.6.GA/
Log:
[JBWS-2350] creating SPI release tag
Copied: spi/tags/jbossws-spi-1.0.6.GA (from rev 8464, spi/trunk)
17 years, 2 months
JBossWS SVN: r8464 - in stack/native/trunk: modules and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-14 04:10:00 -0400 (Tue, 14 Oct 2008)
New Revision: 8464
Removed:
stack/native/trunk/modules/embedded/
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/embedded/
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/embedded/
Modified:
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss424.txt
stack/native/trunk/pom.xml
Log:
removing embedded module + its test because it's unfinished prototype that we don't want to maintain in future releases. We do plan to continue on this feature in near future, but JBWS-2338 needs to be fixed first
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-10-14 07:14:32 UTC (rev 8463)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-10-14 08:10:00 UTC (rev 8464)
@@ -45,11 +45,6 @@
<version>${version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.ws.native</groupId>
- <artifactId>jbossws-native-embedded</artifactId>
- <version>${version}</version>
- </dependency>
- <dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-10-14 07:14:32 UTC (rev 8463)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-10-14 08:10:00 UTC (rev 8464)
@@ -27,9 +27,6 @@
org/jboss/test/ws/jaxws/samples/jmstransport/**
org/jboss/test/ws/jaxws/samples/dar/JMSClientTestCase.*
-# [JBWS-2170] Fix embedded for maven build
-org/jboss/test/ws/embedded/**
-
# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
org/jboss/test/ws/jaxws/jbws2241/**
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-10-14 07:14:32 UTC (rev 8463)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-10-14 08:10:00 UTC (rev 8464)
@@ -11,9 +11,6 @@
# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration
org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*
-# [JBWS-2170] Fix embedded for maven build
-org/jboss/test/ws/embedded/**
-
# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
org/jboss/test/ws/jaxws/jbws2241/**
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss424.txt 2008-10-14 07:14:32 UTC (rev 8463)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss424.txt 2008-10-14 08:10:00 UTC (rev 8464)
@@ -11,9 +11,6 @@
# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration
org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*
-# [JBWS-2170] Fix embedded for maven build
-org/jboss/test/ws/embedded/**
-
# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
org/jboss/test/ws/jaxws/jbws2241/**
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-10-14 07:14:32 UTC (rev 8463)
+++ stack/native/trunk/pom.xml 2008-10-14 08:10:00 UTC (rev 8464)
@@ -42,7 +42,6 @@
<module>modules/jaxws-ext</module>
<module>modules/core</module>
<module>modules/client</module>
- <module>modules/embedded</module>
<module>modules/management</module>
<module>modules/resources</module>
</modules>
17 years, 2 months
JBossWS SVN: r8463 - in stack/metro/trunk: modules/client and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-14 03:14:32 -0400 (Tue, 14 Oct 2008)
New Revision: 8463
Modified:
stack/metro/trunk/modules/client/pom.xml
stack/metro/trunk/modules/server/pom.xml
stack/metro/trunk/pom.xml
stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Restoring wsdl4.jar dependency
Modified: stack/metro/trunk/modules/client/pom.xml
===================================================================
--- stack/metro/trunk/modules/client/pom.xml 2008-10-14 06:28:48 UTC (rev 8462)
+++ stack/metro/trunk/modules/client/pom.xml 2008-10-14 07:14:32 UTC (rev 8463)
@@ -83,6 +83,10 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
</dependencies>
@@ -94,7 +98,7 @@
<configuration>
<archive>
<manifestEntries>
- <Class-Path>jaxb-api.jar jaxb-impl.jar jaxb-xjc.jar jaxws-tools.jar jaxws-rt.jar jaxws-api.jar jbossws-common.jar jbossws-framework.jar jbossws-metro-wsit-rt.jar jbossws-metro-wsit-tools.jar jbossws-spi.jar streambuffer.jar stax-api.jar stax-ex.jar jsr181-api.jar saaj-api.jar saaj-impl.jar stax-api.jar wstx.jar</Class-Path>
+ <Class-Path>jaxb-api.jar jaxb-impl.jar jaxb-xjc.jar jaxws-tools.jar jaxws-rt.jar jaxws-api.jar jbossws-common.jar jbossws-framework.jar jbossws-metro-wsit-rt.jar jbossws-metro-wsit-tools.jar jbossws-spi.jar streambuffer.jar stax-api.jar stax-ex.jar jsr181-api.jar saaj-api.jar saaj-impl.jar stax-api.jar wsdl4j.jar wstx.jar</Class-Path>
</manifestEntries>
</archive>
</configuration>
Modified: stack/metro/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/trunk/modules/server/pom.xml 2008-10-14 06:28:48 UTC (rev 8462)
+++ stack/metro/trunk/modules/server/pom.xml 2008-10-14 07:14:32 UTC (rev 8463)
@@ -127,6 +127,10 @@
<artifactId>juddi-service</artifactId>
<type>sar</type>
</dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
</dependencies>
<!-- Plugins -->
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-10-14 06:28:48 UTC (rev 8462)
+++ stack/metro/trunk/pom.xml 2008-10-14 07:14:32 UTC (rev 8463)
@@ -67,6 +67,7 @@
<sun.jaxws.version>2.1.3</sun.jaxws.version>
<sun.wsit.version>1.1</sun.wsit.version>
<woodstox.version>3.2.6</woodstox.version>
+ <wsdl4j.version>1.6.1</wsdl4j.version>
</properties>
<!-- DependencyManagement -->
@@ -293,6 +294,11 @@
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
</dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-10-14 06:28:48 UTC (rev 8462)
+++ stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-10-14 07:14:32 UTC (rev 8463)
@@ -45,6 +45,7 @@
<include>*:stax-ex:jar</include>
<include>*:streambuffer:jar</include>
<include>*:txnannprocessor:jar</include>
+ <include>*:wsdl4j:jar</include>
<include>*:xmldsig:jar</include>
<include>*:xmlsec:jar</include>
<include>*:xws-security:jar</include>
17 years, 2 months
JBossWS SVN: r8462 - in stack/cxf/trunk: modules/server and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-14 02:28:48 -0400 (Tue, 14 Oct 2008)
New Revision: 8462
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Removing dependency on jbossws-framework from server and client module
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/modules/client/pom.xml 2008-10-14 06:28:48 UTC (rev 8462)
@@ -23,10 +23,6 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
</dependency>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/modules/server/pom.xml 2008-10-14 06:28:48 UTC (rev 8462)
@@ -24,10 +24,6 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
</dependency>
<dependency>
Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-10-14 06:28:48 UTC (rev 8462)
@@ -31,7 +31,6 @@
<include>*:jaxrpc-api:jar</include>
<include>*:jaxws-api:jar</include>
<include>*:jbossws-common:jar</include>
- <include>*:jbossws-framework:jar</include>
<include>*:jbossws-spi:jar</include>
<include>*:junit:jar</include>
<include>*:neethi:jar</include>
17 years, 2 months