JBossWS SVN: r12685 - in stack/cxf/branches/jbossws-cxf-3.1.2: modules/resources/src/main/resources/bin and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 04:37:58 -0400 (Thu, 22 Jul 2010)
New Revision: 12685
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.bat
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.sh
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsrunclient.bat
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBPAPP-4642][JBWS-3092] do not distribute saaj-impl and jaxp-ri. CXF works with JDK6+ provided SAAJ & JAXP providers.
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.bat
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.bat 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.bat 2010-07-22 08:37:58 UTC (rev 12685)
@@ -79,8 +79,6 @@
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/spring-context.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/spring-core.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar
-set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/saaj-impl.jar
-set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxp-ri.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/stax-api.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/velocity.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/XmlSchema.jar
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.sh
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.sh 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsprovide.sh 2010-07-22 08:37:58 UTC (rev 12685)
@@ -121,8 +121,6 @@
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/spring-context.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/spring-core.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/saaj-api.jar"
-WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/saaj-impl.jar"
-WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxp-ri.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/stax-api.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/velocity.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/XmlSchema.jar"
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsrunclient.bat
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsrunclient.bat 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/bin/wsrunclient.bat 2010-07-22 08:37:58 UTC (rev 12685)
@@ -101,8 +101,6 @@
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/spring-context.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/spring-core.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/saaj-impl.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jaxp-ri.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/stax-api.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/velocity.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/XmlSchema.jar
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2010-07-22 08:37:58 UTC (rev 12685)
@@ -44,8 +44,6 @@
<include name="**/jdom.jar"/>
<include name="**/neethi.jar"/>
<include name="**/saaj-api.jar"/>
- <include name="**/saaj-impl.jar"/>
- <include name="**/jaxp-ri.jar"/>
<include name="**/spring-beans.jar"/>
<include name="**/spring-context.jar"/>
<include name="**/spring-core.jar"/>
@@ -86,8 +84,6 @@
<include name="**/jdom.jar"/>
<include name="**/neethi.jar"/>
<include name="**/saaj-api.jar"/>
- <include name="**/saaj-impl.jar"/>
- <include name="**/jaxp-ri.jar"/>
<include name="**/spring-beans.jar"/>
<include name="**/spring-context.jar"/>
<include name="**/spring-core.jar"/>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml 2010-07-22 08:37:58 UTC (rev 12685)
@@ -78,8 +78,6 @@
<!-- <include name="**/jdom.jar"/> -->
<include name="**/neethi.jar"/>
<include name="**/saaj-api.jar"/>
- <include name="**/saaj-impl.jar"/>
- <include name="**/jaxp-ri.jar"/>
<include name="**/spring-beans.jar"/>
<include name="**/spring-context.jar"/>
<include name="**/spring-core.jar"/>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2010-07-22 08:37:58 UTC (rev 12685)
@@ -171,10 +171,6 @@
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.xml.parsers</groupId>
- <artifactId>jaxp-ri</artifactId>
- </dependency>
- <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2010-07-22 08:37:58 UTC (rev 12685)
@@ -73,7 +73,6 @@
<velocity.version>1.5</velocity.version>
<xmlsec.version>1.4.3</xmlsec.version>
<wstx.version>3.2.9</wstx.version>
- <jaxp.ri.version>1.4.2</jaxp.ri.version>
</properties>
@@ -258,6 +257,10 @@
<version>${cxf.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.sun.xml.messaging.saaj</groupId>
+ <artifactId>saaj-impl</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
@@ -398,11 +401,6 @@
<version>${saaj.api.version}</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.parsers</groupId>
- <artifactId>jaxp-ri</artifactId>
- <version>${jaxp.ri.version}</version>
- </dependency>
- <dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>${jaxws.api.version}</version>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml 2010-07-22 07:47:44 UTC (rev 12684)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml 2010-07-22 08:37:58 UTC (rev 12685)
@@ -11,15 +11,6 @@
<moduleSet>
<includes>
<include>org.jboss.ws.cxf:jbossws-cxf-client</include>
- </includes>
- <binaries>
- <outputDirectory>lib</outputDirectory>
- <outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
- <unpack>false</unpack>
- </binaries>
- </moduleSet>
- <moduleSet>
- <includes>
<include>org.jboss.ws.cxf:jbossws-cxf-server</include>
</includes>
<binaries>
@@ -31,7 +22,6 @@
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
<includes>
- <include>com.sun.xml.parsers:jaxp-ri:jar</include>
<include>org.apache.cxf:cxf-*</include>
<include>org.apache.cxf.xjcplugins:cxf-*</include>
<include>javax.jws:jsr181-api:jar</include>
@@ -44,7 +34,6 @@
<include>junit:junit:jar</include>
<include>org.apache.neethi:neethi:jar</include>
<include>javax.xml.soap:saaj-api:jar</include>
- <include>com.sun.xml.messaging.saaj:saaj-impl:jar</include>
<include>org.springframework:spring-beans:jar</include>
<include>org.springframework:spring-context:jar</include>
<include>org.springframework:spring-core:jar</include>
15 years, 5 months
JBossWS SVN: r12684 - stack/native/branches/jbossws-native-3.1.2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:47:44 -0400 (Thu, 22 Jul 2010)
New Revision: 12684
Modified:
stack/native/branches/jbossws-native-3.1.2/pom.xml
Log:
[JBPAPP-4704] configuring maven compiler plugin to use UTF-8 when compiling sources
Modified: stack/native/branches/jbossws-native-3.1.2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-07-22 07:46:02 UTC (rev 12683)
+++ stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-07-22 07:47:44 UTC (rev 12684)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.6.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12683 - stack/cxf/branches/jbossws-cxf-3.1.2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:46:02 -0400 (Thu, 22 Jul 2010)
New Revision: 12683
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBPAPP-4704] configuring maven compiler plugin to use UTF-8 when compiling sources
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2010-07-22 07:43:13 UTC (rev 12682)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2010-07-22 07:46:02 UTC (rev 12683)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.6.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12682 - framework/branches/jbossws-framework-3.1.2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:43:13 -0400 (Thu, 22 Jul 2010)
New Revision: 12682
Modified:
framework/branches/jbossws-framework-3.1.2/pom.xml
Log:
[JBPAPP-4704] configuring maven compiler plugin to use UTF-8 when compiling sources
Modified: framework/branches/jbossws-framework-3.1.2/pom.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2/pom.xml 2010-07-22 07:42:29 UTC (rev 12681)
+++ framework/branches/jbossws-framework-3.1.2/pom.xml 2010-07-22 07:43:13 UTC (rev 12682)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.6.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12681 - common/branches/jbossws-common-1.1.0.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:42:29 -0400 (Thu, 22 Jul 2010)
New Revision: 12681
Modified:
common/branches/jbossws-common-1.1.0/pom.xml
Log:
[JBPAPP-4704] configuring maven compiler plugin to use UTF-8 when compiling sources
Modified: common/branches/jbossws-common-1.1.0/pom.xml
===================================================================
--- common/branches/jbossws-common-1.1.0/pom.xml 2010-07-22 07:40:19 UTC (rev 12680)
+++ common/branches/jbossws-common-1.1.0/pom.xml 2010-07-22 07:42:29 UTC (rev 12681)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.6.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12680 - spi/branches/jbossws-spi-1.1.2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:40:19 -0400 (Thu, 22 Jul 2010)
New Revision: 12680
Modified:
spi/branches/jbossws-spi-1.1.2/pom.xml
Log:
[JBPAPP-4704] configuring maven compiler plugin to use UTF-8 when compiling sources
Modified: spi/branches/jbossws-spi-1.1.2/pom.xml
===================================================================
--- spi/branches/jbossws-spi-1.1.2/pom.xml 2010-07-22 07:18:06 UTC (rev 12679)
+++ spi/branches/jbossws-spi-1.1.2/pom.xml 2010-07-22 07:40:19 UTC (rev 12680)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.6.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12679 - in stack/native/trunk/modules: core and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:18:06 -0400 (Thu, 22 Jul 2010)
New Revision: 12679
Modified:
stack/native/trunk/modules/client/
stack/native/trunk/modules/core/
stack/native/trunk/modules/endorsed/
stack/native/trunk/modules/management/
stack/native/trunk/modules/resources/
stack/native/trunk/modules/services/
stack/native/trunk/modules/testsuite/
stack/native/trunk/modules/testsuite/framework-tests/
stack/native/trunk/modules/testsuite/native-tests/
Log:
updating excludes - ignore eclipse project files/directories
Property changes on: stack/native/trunk/modules/client
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/core
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/endorsed
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/management
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/resources
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/services
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/testsuite
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
Property changes on: stack/native/trunk/modules/testsuite/framework-tests
___________________________________________________________________
Name: svn:ignore
- target
wsprovide
work
wsconsume
*.log
*.txt
+ target
wsprovide
work
wsconsume
*.log
*.txt
.classpath
.project
.settings
Property changes on: stack/native/trunk/modules/testsuite/native-tests
___________________________________________________________________
Name: svn:ignore
- target
tools
wstools
*.log
*.txt
+ target
tools
wstools
*.log
*.txt
.classpath
.project
.settings
15 years, 5 months
JBossWS SVN: r12678 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:13:39 -0400 (Thu, 22 Jul 2010)
New Revision: 12678
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS-3093] updating poms
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2010-07-22 07:11:42 UTC (rev 12677)
+++ stack/native/trunk/pom.xml 2010-07-22 07:13:39 UTC (rev 12678)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.7.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12677 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:11:42 -0400 (Thu, 22 Jul 2010)
New Revision: 12677
Modified:
stack/metro/trunk/pom.xml
Log:
[JBWS-3093] updating poms
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2010-07-22 07:10:09 UTC (rev 12676)
+++ stack/metro/trunk/pom.xml 2010-07-22 07:11:42 UTC (rev 12677)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.7.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months
JBossWS SVN: r12676 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-07-22 03:10:09 -0400 (Thu, 22 Jul 2010)
New Revision: 12676
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-3093] updating poms
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2010-07-22 07:05:57 UTC (rev 12675)
+++ stack/cxf/trunk/pom.xml 2010-07-22 07:10:09 UTC (rev 12676)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.7.GA</version>
+ <version>1.0.8.GA</version>
</parent>
<!-- Source Control Management -->
15 years, 5 months