JBossWS SVN: r9386 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:12:08 -0500 (Tue, 24 Feb 2009)
New Revision: 9386
Modified:
stack/metro/trunk/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2009-02-24 19:11:14 UTC (rev 9385)
+++ stack/metro/trunk/pom.xml 2009-02-24 19:12:08 UTC (rev 9386)
@@ -381,6 +381,24 @@
</plugins>
</build>
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months
JBossWS SVN: r9385 - stack/metro/branches/jbossws-metro-3.1.0.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:11:14 -0500 (Tue, 24 Feb 2009)
New Revision: 9385
Modified:
stack/metro/branches/jbossws-metro-3.1.0/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/metro/branches/jbossws-metro-3.1.0/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 19:07:33 UTC (rev 9384)
+++ stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 19:11:14 UTC (rev 9385)
@@ -381,6 +381,24 @@
</plugins>
</build>
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months
JBossWS SVN: r9384 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:07:33 -0500 (Tue, 24 Feb 2009)
New Revision: 9384
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-02-24 19:02:56 UTC (rev 9383)
+++ stack/cxf/trunk/pom.xml 2009-02-24 19:07:33 UTC (rev 9384)
@@ -457,6 +457,24 @@
</plugins>
</build>
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months
JBossWS SVN: r9383 - stack/cxf/branches/jbossws-cxf-3.1.0.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:02:56 -0500 (Tue, 24 Feb 2009)
New Revision: 9383
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-24 17:14:44 UTC (rev 9382)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-24 19:02:56 UTC (rev 9383)
@@ -457,6 +457,24 @@
</plugins>
</build>
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months
JBossWS SVN: r9382 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-24 12:14:44 -0500 (Tue, 24 Feb 2009)
New Revision: 9382
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2553] Enabling webserviceref tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-24 17:14:44 UTC (rev 9382)
@@ -442,6 +442,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -459,7 +464,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -514,6 +518,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -531,7 +540,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -586,6 +594,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -603,7 +616,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-24 17:14:44 UTC (rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 17:14:44 UTC (rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 17:14:44 UTC (rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 17:14:44 UTC (rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
15 years, 10 months
JBossWS SVN: r9381 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-24 10:30:25 -0500 (Tue, 24 Feb 2009)
New Revision: 9381
Modified:
stack/metro/trunk/modules/testsuite/pom.xml
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2530] Re-enabling serviceref client tests and making them work with right dependencies...
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2009-02-24 15:30:25 UTC (rev 9381)
@@ -473,6 +473,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -490,7 +495,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -546,6 +550,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
@@ -567,7 +576,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -627,6 +635,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -644,7 +657,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
- <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**
15 years, 10 months
JBossWS SVN: r9380 - stack/native/branches/jbossws-native-3.1.0.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 09:02:00 -0500 (Tue, 24 Feb 2009)
New Revision: 9380
Modified:
stack/native/branches/jbossws-native-3.1.0/pom.xml
Log:
[JBWS-2515] removing useless repositories
Modified: stack/native/branches/jbossws-native-3.1.0/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-24 13:59:03 UTC (rev 9379)
+++ stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-24 14:02:00 UTC (rev 9380)
@@ -403,24 +403,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>
15 years, 10 months
JBossWS SVN: r9379 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 08:59:03 -0500 (Tue, 24 Feb 2009)
New Revision: 9379
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS-2515] removing useless repositories
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2009-02-24 13:57:48 UTC (rev 9378)
+++ stack/native/trunk/pom.xml 2009-02-24 13:59:03 UTC (rev 9379)
@@ -403,24 +403,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>
15 years, 10 months
JBossWS SVN: r9378 - stack/metro/branches/jbossws-metro-3.1.0.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 08:57:48 -0500 (Tue, 24 Feb 2009)
New Revision: 9378
Modified:
stack/metro/branches/jbossws-metro-3.1.0/pom.xml
Log:
[JBWS-2515] remove useless repositories
Modified: stack/metro/branches/jbossws-metro-3.1.0/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 13:55:59 UTC (rev 9377)
+++ stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 13:57:48 UTC (rev 9378)
@@ -381,24 +381,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months
JBossWS SVN: r9377 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-24 08:55:59 -0500 (Tue, 24 Feb 2009)
New Revision: 9377
Modified:
stack/metro/trunk/pom.xml
Log:
[JBWS-2515] removing useless repositories
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2009-02-24 13:53:01 UTC (rev 9376)
+++ stack/metro/trunk/pom.xml 2009-02-24 13:55:59 UTC (rev 9377)
@@ -381,24 +381,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>
<!--
15 years, 10 months