JBossWS SVN: r5683 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 11:40:46 -0500 (Thu, 14 Feb 2008)
New Revision: 5683
Modified:
stack/metro/trunk/ant.properties.example
Log:
Clarify metro CVS access requirements
Modified: stack/metro/trunk/ant.properties.example
===================================================================
--- stack/metro/trunk/ant.properties.example 2008-02-14 15:21:13 UTC (rev 5682)
+++ stack/metro/trunk/ant.properties.example 2008-02-14 16:40:46 UTC (rev 5683)
@@ -48,4 +48,7 @@
# Login or register for an account. If you already have a java.net account, you may need to request additional permissions.
# https://wsit.dev.java.net/servlets/ProjectMembershipRequest
#
+# Login to CVS
+# cvs -d :pserver:yourid@cvs.dev.java.net:/cvs login
+#
cvs.user=yourid
16 years, 9 months
JBossWS SVN: r5682 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 10:21:13 -0500 (Thu, 14 Feb 2008)
New Revision: 5682
Modified:
stack/metro/trunk/ant.properties.example
Log:
Clarify metro CVS access requirements
Modified: stack/metro/trunk/ant.properties.example
===================================================================
--- stack/metro/trunk/ant.properties.example 2008-02-14 14:28:39 UTC (rev 5681)
+++ stack/metro/trunk/ant.properties.example 2008-02-14 15:21:13 UTC (rev 5682)
@@ -40,7 +40,12 @@
javac.fail.onerror=yes
javac.verbose=no
+# Metro CVS access
#
-# Metro CVS access. Note, there's not anonymous access allowed. User have to register on java.net and use its own credentials for cvs access.
+# Go to the WSIT Membership page
+# https://wsit.dev.java.net/servlets/ProjectMemberList
+#
+# Login or register for an account. If you already have a java.net account, you may need to request additional permissions.
+# https://wsit.dev.java.net/servlets/ProjectMembershipRequest
#
-cvs.user=anonymous
+cvs.user=yourid
16 years, 9 months
JBossWS SVN: r5681 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-14 09:28:39 -0500 (Thu, 14 Feb 2008)
New Revision: 5681
Modified:
stack/metro/trunk/ant.properties.example
Log:
[JBWS-1955] fix
Modified: stack/metro/trunk/ant.properties.example
===================================================================
--- stack/metro/trunk/ant.properties.example 2008-02-14 14:24:00 UTC (rev 5680)
+++ stack/metro/trunk/ant.properties.example 2008-02-14 14:28:39 UTC (rev 5681)
@@ -41,6 +41,6 @@
javac.verbose=no
#
-# Metro CVS access
+# Metro CVS access. Note, there's not anonymous access allowed. User have to register on java.net and use its own credentials for cvs access.
#
-cvs.user=anonymous
\ No newline at end of file
+cvs.user=anonymous
16 years, 9 months
JBossWS SVN: r5680 - stack/cxf/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:24:00 -0500 (Thu, 14 Feb 2008)
New Revision: 5680
Added:
stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt
Log:
Add AS-5.0.1 exclude file
Added: stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt (rev 0)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt 2008-02-14 14:24:00 UTC (rev 5680)
@@ -0,0 +1,34 @@
+#
+# $Id$
+#
+
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and WSContractConsumer)
+org/jboss/test/ws/jaxws/smoke/tools/**
+
+# [EJBTHREE-1150] WebServiceContext injection requires mapped-name
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [CXF-1244] Application Exception not initialized properly
+org/jboss/test/ws/jaxws/samples/exception/**
+
+# [CXF-1250] SOAPMessage.getSOAPHeader returns null
+org/jboss/test/ws/jaxws/samples/handlerchain/**
+
+# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
+org/jboss/test/ws/jaxws/samples/httpbinding/**
+org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
+org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
+
+# [CXF-1253] CXF does not respect @HandlerChain on client SEI
+org/jboss/test/ws/jaxws/samples/logicalhandler/**
+
+# Won't Fix: [CXF-1261] Handler does not see XOP message properly
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
+
+
Property changes on: stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 9 months
JBossWS SVN: r5679 - stack/metro/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:23:30 -0500 (Thu, 14 Feb 2008)
New Revision: 5679
Added:
stack/metro/trunk/src/test/resources/test-excludes-jboss501.txt
Log:
Add AS-5.0.1 exclude file
Added: stack/metro/trunk/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/src/test/resources/test-excludes-jboss501.txt (rev 0)
+++ stack/metro/trunk/src/test/resources/test-excludes-jboss501.txt 2008-02-14 14:23:30 UTC (rev 5679)
@@ -0,0 +1,15 @@
+#
+# $Id$
+#
+
+# [JBWS-1673] Fix JAXR samples for SunRI
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1674] Fix @WebServiceRef with SunRI
+org/jboss/test/ws/jaxws/samples/retail/**
+
+# [EJBTHREE-1150] WebServiceContext injection requires mapped-name
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
Property changes on: stack/metro/trunk/src/test/resources/test-excludes-jboss501.txt
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 9 months
JBossWS SVN: r5678 - stack/native/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:22:56 -0500 (Thu, 14 Feb 2008)
New Revision: 5678
Added:
stack/native/trunk/src/test/resources/test-excludes-jboss501.txt
Log:
Add AS-5.0.1 exclude file
Added: stack/native/trunk/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss501.txt (rev 0)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss501.txt 2008-02-14 14:22:56 UTC (rev 5678)
@@ -0,0 +1,24 @@
+# $Id$
+
+# Fix BPEL before AS50 goes final
+org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
+
+# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [EJBTHREE-1150] WebServiceContext injection requires mapped-name
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [JBAS-5055] Failed to load users/passwords/role files
+org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.*
+org/jboss/test/ws/jaxws/jbws1840/JBWS1840TestCase.*
+
+# [JBAS-5114] MessageDriven EJB3 does not create destination automatically
+org/jboss/test/ws/jaxws/samples/jmstransport/**
+
+# [JBAS-5115] Valid jboss-app.xml file not recognized correctly by jbossxb runtime
+org/jboss/test/ws/jaxws/jbws1822/JBWS1822TestCase.*
+
Property changes on: stack/native/trunk/src/test/resources/test-excludes-jboss501.txt
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 9 months
JBossWS SVN: r5677 - stack/native/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:22:29 -0500 (Thu, 14 Feb 2008)
New Revision: 5677
Removed:
stack/native/trunk/src/test/resources/test-excludes-jboss405.no.ejb3.txt
stack/native/trunk/src/test/resources/test-excludes-jboss405.txt
Log:
Add AS-5.0.1 exclude file
Deleted: stack/native/trunk/src/test/resources/test-excludes-jboss405.no.ejb3.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss405.no.ejb3.txt 2008-02-14 14:16:23 UTC (rev 5676)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss405.no.ejb3.txt 2008-02-14 14:22:29 UTC (rev 5677)
@@ -1,63 +0,0 @@
-# $Id$
-
-# JBossAS-4.0 excludes
-org/jboss/test/ws/jaxrpc/jbws723/**
-
-# EJB3 excludes
-org/jboss/test/ws/jaxws/binding/**
-org/jboss/test/ws/jaxws/jbws771/**
-org/jboss/test/ws/jaxws/jbws944/**
-org/jboss/test/ws/jaxws/jbws981/**
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1422/**
-org/jboss/test/ws/jaxws/jbws1446/**
-org/jboss/test/ws/jaxws/jbws1505/**
-org/jboss/test/ws/jaxws/jbws1556/**
-org/jboss/test/ws/jaxws/jbws1566/**
-org/jboss/test/ws/jaxws/jbws1581/**
-org/jboss/test/ws/jaxws/jbws1611/**
-org/jboss/test/ws/jaxws/jbws1665/**
-org/jboss/test/ws/jaxws/jbws1694/**
-org/jboss/test/ws/jaxws/jbws1733/**
-org/jboss/test/ws/jaxws/jbws1762/**
-org/jboss/test/ws/jaxws/jbws1799/**
-org/jboss/test/ws/jaxws/jbws1809/**
-org/jboss/test/ws/jaxws/jbws1813/**
-org/jboss/test/ws/jaxws/jbws1815/**
-org/jboss/test/ws/jaxws/jbws1822/**
-org/jboss/test/ws/jaxws/jbws1840/**
-org/jboss/test/ws/jaxws/jbws1845/**
-org/jboss/test/ws/jaxws/jbws1850/**
-org/jboss/test/ws/jaxws/jbws1904/**
-org/jboss/test/ws/jaxws/namespace/**
-org/jboss/test/ws/jaxws/handlerlifecycle/**
-org/jboss/test/ws/jaxws/samples/context/**
-org/jboss/test/ws/jaxws/samples/eardeployment/**
-org/jboss/test/ws/jaxws/samples/jmstransport/**
-org/jboss/test/ws/jaxws/samples/dar/**
-org/jboss/test/ws/jaxws/samples/news/**
-org/jboss/test/ws/jaxws/samples/retail/**
-org/jboss/test/ws/jaxws/samples/swaref/**
-org/jboss/test/ws/jaxws/samples/serviceref/*EJB*
-org/jboss/test/ws/jaxws/samples/webservice/*EJB3*
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/samples/wsaddressing/**
-org/jboss/test/ws/jaxws/samples/wseventing/**
-org/jboss/test/ws/jaxws/samples/wssecurity/UsernameBean*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*
-org/jboss/test/ws/jaxws/webserviceref/**
-org/jboss/test/ws/jaxws/wsrm/**
-
-# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase*
-
-# [JBWS-1797] Setting .NET friendly Endpoint in web.xml
-org/jboss/test/ws/jaxws/jbws1797/**
-
-# [JBWS-1762] web.xml modified to web.xml.org - Subsequent runs fail
-# This requires changes to the AS web meta data (servlet init params)
-org/jboss/test/ws/*/jbws1762/**
-
-#[JBWS-1841] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/*/jbws1841/**
\ No newline at end of file
Deleted: stack/native/trunk/src/test/resources/test-excludes-jboss405.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss405.txt 2008-02-14 14:16:23 UTC (rev 5676)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss405.txt 2008-02-14 14:22:29 UTC (rev 5677)
@@ -1,27 +0,0 @@
-# $Id: $
-
-# JBossAS-4.0 excludes
-org/jboss/test/ws/jaxrpc/jbws723/**
-
-# EJB3/Injection excludes
-org/jboss/test/ws/jaxws/jbws1581/**
-org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*
-org/jboss/test/ws/jaxws/samples/retail/**
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
-# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*
-
-# [JBWS-1797] Setting .NET friendly Endpoint in web.xml
-org/jboss/test/ws/jaxws/jbws1797/**
-
-# [JBWS-1911] Support the JMS transport with JAX-WS
-org/jboss/test/ws/jaxws/samples/jmstransport/**
-
-# [JBWS-1762] web.xml modified to web.xml.org - Subsequent runs fail
-# This requires changes to the AS web meta data (servlet init params)
-org/jboss/test/ws/*/jbws1762/**
-
-#[JBWS-1841] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/*/jbws1841/**
\ No newline at end of file
16 years, 9 months
JBossWS SVN: r5676 - framework/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:16:23 -0500 (Thu, 14 Feb 2008)
New Revision: 5676
Removed:
framework/branches/jbossws-3.0/
Log:
Delete jbossws-3.0
16 years, 9 months
JBossWS SVN: r5675 - in framework/tags/jbossws-framework-3.0.0.GA: hudson/hudson-home and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-02-14 09:14:20 -0500 (Thu, 14 Feb 2008)
New Revision: 5675
Modified:
framework/tags/jbossws-framework-3.0.0.GA/ant.properties.example
framework/tags/jbossws-framework-3.0.0.GA/hudson/hudson-home/config.xml
Log:
Record SVN urls properly
Modified: framework/tags/jbossws-framework-3.0.0.GA/ant.properties.example
===================================================================
--- framework/tags/jbossws-framework-3.0.0.GA/ant.properties.example 2008-02-14 13:06:45 UTC (rev 5674)
+++ framework/tags/jbossws-framework-3.0.0.GA/ant.properties.example 2008-02-14 14:14:20 UTC (rev 5675)
@@ -26,9 +26,9 @@
hudson.admin.port=8150
hudson.http.port=8180
-hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/trunk
-hudson.metro.url=https://svn.jboss.org/repos/jbossws/stack/metro/trunk
-hudson.cxf.url=https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
+hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-2.0.3.GA
+hudson.metro.url=https://svn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-3.0-metro-1.0.0.GA
+hudson.cxf.url=https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA
hudson.jboss405.url=https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA
hudson.jboss405.build=jboss-4.0.5.GA
Modified: framework/tags/jbossws-framework-3.0.0.GA/hudson/hudson-home/config.xml
===================================================================
--- framework/tags/jbossws-framework-3.0.0.GA/hudson/hudson-home/config.xml 2008-02-14 13:06:45 UTC (rev 5674)
+++ framework/tags/jbossws-framework-3.0.0.GA/hudson/hudson-home/config.xml 2008-02-14 14:14:20 UTC (rev 5675)
@@ -9,14 +9,14 @@
<table>
<tr><th align=left>Framework:</th><td>@hudson.framework.url@</td></tr>
<tr><td colspan=2></td></tr>
- <!--tr><th align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr-->
+ <tr><th align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr>
<tr><th align=left>Stack-Metro:</th><td>@hudson.metro.url@</td></tr>
<tr><th align=left>Stack-CXF:</th><td>@hudson.cxf.url@</td></tr>
<tr><td colspan=2></td></tr>
+ <tr><th align=left>@hudson.jboss421.build@</th><td>-r(a)hudson.jboss421.rev@ @hudson.jboss421.url@</td></tr>
+ <tr><th align=left>@hudson.jboss422.build@</th><td>-r(a)hudson.jboss422.rev@ @hudson.jboss422.url@</td></tr>
+ <tr><th align=left>@hudson.jboss423.build@</th><td>-r(a)hudson.jboss423.rev@ @hudson.jboss423.url@</td></tr>
<tr><th align=left>@hudson.jboss500.build@</th><td>-r(a)hudson.jboss500.rev@ @hudson.jboss500.url@</td></tr>
- <tr><th align=left>@hudson.jboss423.build@</th><td>-r(a)hudson.jboss423.rev@ @hudson.jboss423.url@</td></tr>
- <tr><th align=left>@hudson.jboss422.build@</th><td>-r(a)hudson.jboss422.rev@ @hudson.jboss422.url@</td></tr>
- <tr><th align=left>@hudson.jboss421.build@</th><td>-r(a)hudson.jboss421.rev@ @hudson.jboss421.url@</td></tr>
<tr><td colspan=2></td></tr>
</table>
]]>
16 years, 9 months