Author: thomas.diesler(a)jboss.com
Date: 2008-04-10 04:54:06 -0400 (Thu, 10 Apr 2008)
New Revision: 6314
Modified:
stack/native/trunk/src/test/resources/test-excludes-jboss501.txt
stack/native/trunk/version.properties
Log:
[JBAS-5384] Fix JBossWS regression for CR1
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss501.txt 2008-04-10 08:34:54
UTC (rev 6313)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss501.txt 2008-04-10 08:54:06
UTC (rev 6314)
@@ -2,10 +2,6 @@
# $Id$
#
-# EJB3/Injection excludes
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
# Fix BPEL before AS50 goes final
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
@@ -15,10 +11,8 @@
# [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/WebServiceContextJSETestCase.*
-
# [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
@@ -27,9 +21,6 @@
# [JBAS-5115] Valid jboss-app.xml file not recognized correctly by jbossxb runtime
org/jboss/test/ws/jaxws/jbws1822/JBWS1822TestCase.*
-# [JBAS-5257] jboss:service=defaultClassLoader is not registered with dynamic webapp
deployment
-org/jboss/test/ws/jaxws/endpoint/**
-
# [JBWS-2107] Resolve dependency on @SecurityDomain
org/jboss/test/ws/jaxws/webserviceref/Secure**
org/jboss/test/ws/jaxws/samples/dar/**
@@ -38,3 +29,33 @@
# [JBWS-1526] Automated testing and availablity checks of public endpoints (interop)
org/jboss/test/ws/interop/**
+
+# [EJBTHREE-1150] WebServiceContext injection requires mapped-name
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.*
+
+# [JBAS-5389] EJB3 ClientLauncher not available
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+org/jboss/test/ws/jaxws/webserviceref/**
+
+# [JBAS-5257] jboss:service=defaultClassLoader is not registered with dynamic webapp
deployment
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [JBAS-5259] mapped-name is required for context of deployment
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerlifecycle/**
+org/jboss/test/ws/jaxws/jbws1611/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/namespace/**
+org/jboss/test/ws/jaxws/samples/wsaddressing/**
+org/jboss/test/ws/jaxws/samples/wssecurity/**
+
+# [JBAS-5386] ClassNotFoundException:
org.jboss.deployment.security.WarPolicyConfigurationFacade
+org/jboss/test/ws/jaxrpc/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [JBAS-5387] EJB21 name not bound
+org/jboss/test/ws/jaxrpc/jbws331/**
+
+# [JBAS-5388] JBossXBRuntimeException: Missing value for the required attribute
+org/jboss/test/ws/jaxrpc/jbws720/**
+
Modified: stack/native/trunk/version.properties
===================================================================
--- stack/native/trunk/version.properties 2008-04-10 08:34:54 UTC (rev 6313)
+++ stack/native/trunk/version.properties 2008-04-10 08:54:06 UTC (rev 6314)
@@ -5,7 +5,7 @@
specification.vendor=JBoss (
http://www.jboss.org)
specification.version=jbossws-3.0
-version.id=3.0.2-jbossws-2.0.5.DEV
+version.id=3.0.2-native-2.0.5.DEV
repository.id=snapshot
implementation.title=JBoss Web Services - Native