JBossWS SVN: r9698 - container/jboss50/branches/jboss500.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-31 04:50:50 -0400 (Tue, 31 Mar 2009)
New Revision: 9698
Modified:
container/jboss50/branches/jboss500/pom.xml
Log:
preparing for next development cycle
Modified: container/jboss50/branches/jboss500/pom.xml
===================================================================
--- container/jboss50/branches/jboss500/pom.xml 2009-03-31 08:46:59 UTC (rev 9697)
+++ container/jboss50/branches/jboss500/pom.xml 2009-03-31 08:50:50 UTC (rev 9698)
@@ -1,31 +1,31 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<name>JBoss Web Services - Container JBoss-5.0.0.GA</name>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss500</artifactId>
-
- <version>3.1.0.GA</version>
-
+
+ <version>3.1.1-SNAPSHOT</version>
+
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
<version>1.0.2.GA</version>
</parent>
-
+
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/jboss50/tags/jbo...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/jboss50/tags/jbossw...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/container/jboss50/tags/jbossws-j...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/jboss50/branches...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/jboss50/branches/jb...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/container/jboss50/branches/jboss500</url>
</scm>
-
+
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9.GA</jbossws.common.version>
- <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
+ <jbossws.common.version>1.0.10-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
<!--
JBoss component versions taken from
http://repository.jboss.org/maven2/org/jboss/jbossas/jboss-as-component-m...
@@ -40,7 +40,7 @@
<jboss.security.version>2.0.2.SP3</jboss.security.version>
<jboss.vfs.version>2.0.0.GA</jboss.vfs.version>
</properties>
-
+
<!-- DependencyManagement -->
<dependencyManagement>
<dependencies>
@@ -103,7 +103,7 @@
<artifactId>jboss-jaxrpc</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
@@ -121,10 +121,10 @@
</dependency>
</dependencies>
</dependencyManagement>
-
+
<!-- Dependencies -->
<dependencies>
-
+
<!-- jbossws dependencies -->
<dependency>
<groupId>org.jboss.ws</groupId>
@@ -134,7 +134,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
</dependency>
-
+
<!-- jboss provided dependencies -->
<dependency>
<groupId>javax.xml.ws</groupId>
@@ -173,7 +173,7 @@
<artifactId>jboss-security-spi</artifactId>
<scope>provided</scope>
</dependency>
-
+
<!-- transitive dependencies -->
<dependency>
<groupId>org.jboss</groupId>
@@ -200,7 +200,7 @@
<artifactId>jboss-kernel</artifactId>
</dependency>
</dependencies>
-
+
<!-- Plugins -->
<build>
<resources>
@@ -232,5 +232,5 @@
</plugin>
</plugins>
</build>
-
+
</project>
15 years, 8 months
JBossWS SVN: r9697 - container/jboss50/branches/jboss501.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-31 04:46:59 -0400 (Tue, 31 Mar 2009)
New Revision: 9697
Modified:
container/jboss50/branches/jboss501/pom.xml
Log:
preparing for next development cycle
Modified: container/jboss50/branches/jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jboss501/pom.xml 2009-03-31 08:41:20 UTC (rev 9696)
+++ container/jboss50/branches/jboss501/pom.xml 2009-03-31 08:46:59 UTC (rev 9697)
@@ -1,32 +1,32 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<name>JBoss Web Services - Container JBoss-5.0.1.GA</name>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss501</artifactId>
-
- <version>3.1.0.GA</version>
-
+
+ <version>3.1.1-SNAPSHOT</version>
+
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
<version>1.0.2.GA</version>
</parent>
-
+
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/jboss50/tags/jbo...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/jboss50/tags/jbossw...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/container/jboss50/tags/jbossws-j...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/jboss50/branches...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/jboss50/branches/jb...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/container/jboss50/branches/jboss501</url>
</scm>
-
+
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9.GA</jbossws.common.version>
- <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
-
+ <jbossws.common.version>1.0.10-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
+
<!--
JBoss component versions taken from
http://snapshots.jboss.org/maven2/org/jboss/jbossas/jboss-as-component-ma...
@@ -42,7 +42,7 @@
<jboss.vfs.version>2.1.0.GA</jboss.vfs.version>
<jboss.cl.version>2.0.3.GA</jboss.cl.version>
</properties>
-
+
<!-- DependencyManagement -->
<dependencyManagement>
<dependencies>
@@ -110,7 +110,7 @@
<artifactId>jboss-jaxrpc</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
@@ -128,10 +128,10 @@
</dependency>
</dependencies>
</dependencyManagement>
-
+
<!-- Dependencies -->
<dependencies>
-
+
<!-- jbossws dependencies -->
<dependency>
<groupId>org.jboss.ws</groupId>
@@ -141,7 +141,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
</dependency>
-
+
<!-- jboss provided dependencies -->
<dependency>
<groupId>javax.xml.ws</groupId>
@@ -180,7 +180,7 @@
<artifactId>jboss-security-spi</artifactId>
<scope>provided</scope>
</dependency>
-
+
<!-- transitive dependencies -->
<dependency>
<groupId>org.jboss</groupId>
@@ -211,7 +211,7 @@
<artifactId>jboss-kernel</artifactId>
</dependency>
</dependencies>
-
+
<!-- Plugins -->
<build>
<resources>
@@ -243,5 +243,5 @@
</plugin>
</plugins>
</build>
-
+
</project>
15 years, 8 months
JBossWS SVN: r9696 - container/jboss50/branches.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-31 04:41:20 -0400 (Tue, 31 Mar 2009)
New Revision: 9696
Added:
container/jboss50/branches/jboss500/
Log:
creating user branch
Copied: container/jboss50/branches/jboss500 (from rev 9695, container/jboss50/tags/jbossws-jboss500-3.1.0.GA)
15 years, 8 months
JBossWS SVN: r9695 - container/jboss50/branches.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-31 04:41:00 -0400 (Tue, 31 Mar 2009)
New Revision: 9695
Added:
container/jboss50/branches/jboss501/
Log:
creating user branch
Copied: container/jboss50/branches/jboss501 (from rev 9694, container/jboss50/tags/jbossws-jboss501-3.1.0.GA)
15 years, 8 months
JBossWS SVN: r9694 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-30 10:50:54 -0400 (Mon, 30 Mar 2009)
New Revision: 9694
Modified:
stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2074] exluding tests on Native
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-03-30 14:49:06 UTC (rev 9693)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-03-30 14:50:54 UTC (rev 9694)
@@ -14,6 +14,9 @@
# [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5
org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
org/jboss/test/ws/jaxws/jbws2241/**
org/jboss/test/ws/jaxws/jbws1309/**
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-03-30 14:49:06 UTC (rev 9693)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-03-30 14:50:54 UTC (rev 9694)
@@ -12,6 +12,9 @@
# [JBWS-1967] Implement in memory webapp deployment
org/jboss/test/ws/jaxws/endpoint/**
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2217] Fix BPEL jaxrpc samples
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-03-30 14:49:06 UTC (rev 9693)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-03-30 14:50:54 UTC (rev 9694)
@@ -9,5 +9,8 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2217] Fix BPEL jaxrpc samples
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-03-30 14:49:06 UTC (rev 9693)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-03-30 14:50:54 UTC (rev 9694)
@@ -9,5 +9,8 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2217] Fix BPEL jaxrpc samples
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-03-30 14:49:06 UTC (rev 9693)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-03-30 14:50:54 UTC (rev 9694)
@@ -9,5 +9,8 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2217] Fix BPEL jaxrpc samples
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
15 years, 9 months
JBossWS SVN: r9693 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-03-30 10:49:06 -0400 (Mon, 30 Mar 2009)
New Revision: 9693
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
Log:
[JBWS-2074] ensuring excludes ordering
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-03-30 14:48:06 UTC (rev 9692)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-03-30 14:49:06 UTC (rev 9693)
@@ -38,6 +38,9 @@
# [JBWS-1655] Add support for endpoint address rewriting
org/jboss/test/ws/jaxws/jbws2150/**
+# [JBWS-2074] Resource injection in jaxws endpoints and handlers
+org/jboss/test/ws/jaxws/jbws2074/**
+
# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
org/jboss/test/ws/jaxws/jbws1762/**
@@ -47,9 +50,6 @@
# [JBWS-2119] WebServiceRef injection from DD doesn't work
org/jboss/test/ws/jaxws/jbws1841/**
-# [JBWS-2074] Resource injection in jaxws endpoints and handlers
-org/jboss/test/ws/jaxws/jbws2074/**
-
# [JBWS-2561] XOP request not properly inlined
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
15 years, 9 months