[jbossws-commits] JBossWS SVN: r4897 - in stack/native/branches/jbossws-native-2.0.2/src/test: resources and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 26 09:08:31 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-26 09:08:31 -0400 (Fri, 26 Oct 2007)
New Revision: 4897

Modified:
   stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/serviceref/ServiceRefServletTestCase.java
   stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/serviceref/servlet-client/WEB-INF/web.xml
   stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
Log:
Update AS50 excludes

Modified: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/serviceref/ServiceRefServletTestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/serviceref/ServiceRefServletTestCase.java	2007-10-26 11:49:58 UTC (rev 4896)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/serviceref/ServiceRefServletTestCase.java	2007-10-26 13:08:31 UTC (rev 4897)
@@ -76,12 +76,6 @@
 
    public void testServletClient() throws Exception
    {
-
-      System.out.println("FIXME [JBCTS-624]: R2753 cannot parse web.xml for jsp vehicle");
-      // In order to reproduce this error, you'll need to u9ncomment that handler associated through
-      // the service-ref element in web.xml. It's actually the namespace declaration in that header block
-      // which causes jboss-web to choke
-
       URL url = new URL(TARGET_ENDPOINT_ADDRESS + "-servlet-client?echo=HelloWorld");
       BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
       String retStr = br.readLine();

Modified: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/serviceref/servlet-client/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/serviceref/servlet-client/WEB-INF/web.xml	2007-10-26 11:49:58 UTC (rev 4896)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/serviceref/servlet-client/WEB-INF/web.xml	2007-10-26 13:08:31 UTC (rev 4897)
@@ -24,8 +24,8 @@
      <handler>
         <handler-name>Handler</handler-name>
         <handler-class>org.jboss.test.ws.jaxrpc.serviceref.ExampleHandler</handler-class>
-        <!--soap-header xmlns:soap-header_ns__="http://extra-header.org">soap-header_ns__:extra-header</soap-header>
-        <soap-role>extra-header-actor</soap-role-->
+        <soap-header xmlns:ns1="http://extra-header.org">ns1:extra-header</soap-header>
+        <soap-role>extra-header-actor</soap-role>
      </handler>
   </service-ref>
 

Modified: stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt	2007-10-26 11:49:58 UTC (rev 4896)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt	2007-10-26 13:08:31 UTC (rev 4897)
@@ -1,20 +1,20 @@
 # [JBAS-4898] class-loading not found as a child of jboss-web
-org/jboss/test/ws/jaxws/jbws1581/**
+#org/jboss/test/ws/jaxws/jbws1581/**
 
 # [JBAS-4901] Reverse paths are not allowed (containing a . or ..)
-org/jboss/test/ws/jaxws/jbws1798/**
+#org/jboss/test/ws/jaxws/jbws1798/**
 
 # [JBAS-4896] NPE in JBossMetaDataWrapper
-org/jboss/test/ws/jaxrpc/jbas897/**
-org/jboss/test/ws/jaxrpc/jbws1427/**
+#org/jboss/test/ws/jaxrpc/jbas897/**
+#org/jboss/test/ws/jaxrpc/jbws1427/**
 
 # [JBAS-4902] nested jar not deployed
-org/jboss/test/ws/jaxrpc/jbws165/**
-org/jboss/test/ws/jaxws/jbws1813/**
+#org/jboss/test/ws/jaxrpc/jbws165/**
+#org/jboss/test/ws/jaxws/jbws1813/**
 
 # [JBAS-4890] EJBAccessException: Caller unauthorized
-org/jboss/test/ws/jaxws/jbws1840/**
-org/jboss/test/ws/jaxws/samples/context/**
+#org/jboss/test/ws/jaxws/jbws1840/**
+#org/jboss/test/ws/jaxws/samples/context/**
 #org/jboss/test/ws/jaxws/samples/wssecurity/**
 
 # [JBAS-4913] wsdl-override not found as a child of service-ref
@@ -97,4 +97,4 @@
 org/jboss/test/ws/jaxws/wseventing/**
 
 # [JBAS-4903] EJB 2.1 view cannot be realized
-org/jboss/test/ws/jaxws/jbws944/**
+#org/jboss/test/ws/jaxws/jbws944/**




More information about the jbossws-commits mailing list