[jbossws-commits] JBossWS SVN: r8771 - in stack/metro/trunk/modules/testsuite: metro-tests/scripts and 6 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Nov 21 01:23:19 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-11-21 01:23:18 -0500 (Fri, 21 Nov 2008)
New Revision: 8771

Added:
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/EndpointImpl.java
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/JBWS2403TestCase.java
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/web.xml
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/TestService.wsdl
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/mapping.xml
   stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/file.xml
Modified:
   stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml
   stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-jars-jaxws.xml
   stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss424.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBWS-2403] adding test case

Modified: stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml	2008-11-21 06:23:18 UTC (rev 8771)
@@ -20,8 +20,9 @@
         <pathelement path="${maven.test.classpath}"/>
       </classpath>
     </taskdef>
-    
+
     <wsconsume wsdl="${tests.resources.dir}/wsit/rm/WEB-INF/wsdl/Calc.wsdl" package="org.jboss.test.ws.wsit.rm" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+    <wsconsume wsdl="${tests.resources.dir}/jaxws/jbws2403/WEB-INF/wsdl/TestService.wsdl" binding="${tests.resources.dir}/jaxws/jbws2403/WEB-INF/wsdl/mapping.xml" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
   </target>
   
 </project>
\ No newline at end of file

Modified: stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-jars-jaxws.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-jars-jaxws.xml	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-jars-jaxws.xml	2008-11-21 06:23:18 UTC (rev 8771)
@@ -74,24 +74,40 @@
       	<include name="*.xml"/>
       </webinf>
     </war>
-  	
+
     <!-- jbws2308 -->
     <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws2308.jar" >
        <fileset dir="${tests.output.dir}/test-classes">
           <include name="org/jboss/test/ws/jaxws/jbws2308/**/Endpoint*"/>
-       </fileset>        
+       </fileset>
     </jar>
     <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2308-client.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2308/WEB-INF/web.xml">
       <classes dir="${tests.output.dir}/test-classes">
-      	<include name="org/jboss/test/ws/jaxws/jbws2308/**/Endpoint.class"/>
-      	<include name="org/jboss/test/ws/jaxws/jbws2308/**/Client*"/>
+        <include name="org/jboss/test/ws/jaxws/jbws2308/**/Endpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws2308/**/Client*"/>
       </classes>
       <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws2308/WEB-INF">
         <include name="wsdl/**"/>
-      	<include name="*.xml"/>
+        <include name="*.xml"/>
       </webinf>
     </war>
-  	
+
+    <!-- jbws2403  -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2403.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2403/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws2403/EndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws2403/TestPort.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws2403/Request.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws2403/Response.class"/>
+      </classes>
+      <fileset dir="${tests.output.dir}/test-resources/jaxws/jbws2403">
+        <include name="file.xml"/>
+      </fileset>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws2403/WEB-INF">
+        <include name="wsdl/TestService.wsdl"/>
+      </webinf>
+    </war>
+
     <!-- wsit-rm  -->
     <war warfile="${tests.output.dir}/test-libs/wsit-rm.war" webxml="${tests.output.dir}/test-resources/wsit/rm/WEB-INF/web.xml">
       <classes dir="${tests.output.dir}/test-classes">
@@ -105,7 +121,7 @@
         <include name="wsit-org.jboss.test.ws.wsit.rm.CalculatorWSImpl.xml"/>
       </webinf>
     </war>
-    
+
   </target>
-  
+
 </project>

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/EndpointImpl.java
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/EndpointImpl.java	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/EndpointImpl.java	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,62 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2403;
+
+import java.net.URL;
+
+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.Holder;
+import javax.xml.transform.Source;
+import javax.xml.transform.stream.StreamSource;
+import javax.activation.DataHandler;
+import javax.jws.WebService;
+
+/**
+ * Endpoint implementation 
+ * @author richard.opalka at jboss.com
+ */
+ at WebService
+(
+   portName="TestPort",
+   serviceName="TestService",
+   targetNamespace="http://TestService.org/wsdl",
+   wsdlLocation="WEB-INF/wsdl/TestService.wsdl",
+   endpointInterface="org.jboss.test.ws.jaxws.jbws2403.TestPort"
+)
+public class EndpointImpl implements TestPort
+{
+   public void echo(Request request, javax.xml.ws.Holder<Response> response, Holder<Source> attach)
+   {
+      try
+      {
+         Response theResponse = new Response();
+         theResponse.setMimeType(request.getMimeType());
+         DataHandler dh = new DataHandler(new URL(request.getUrl()));
+         attach.value = new StreamSource(dh.getInputStream());
+         response.value = theResponse;
+      }
+      catch (Exception e)
+      {
+         throw new WebServiceException(e.getMessage());
+      }
+   }
+}

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/JBWS2403TestCase.java
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/JBWS2403TestCase.java	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2403/JBWS2403TestCase.java	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,154 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2403;
+
+import junit.framework.Assert;
+import junit.framework.Test;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+import java.io.ByteArrayOutputStream;
+import java.io.PrintStream;
+import java.net.URL;
+
+import javax.activation.DataHandler;
+import javax.xml.namespace.QName;
+import javax.xml.transform.Source;
+import javax.xml.transform.stream.StreamSource;
+import javax.xml.ws.Holder;
+import javax.xml.ws.Service;
+
+/**
+ * Test client 
+ * @author richard.opalka at jboss.com
+ */
+public class JBWS2403TestCase extends JBossWSTest
+{
+   private TestPort port;
+   private URL url;
+
+   public static Test suite()
+   {
+      return new JBossWSTestSetup(JBWS2403TestCase.class, "jaxws-jbws2403.war");
+   }
+
+   protected void setUp() throws Exception
+   {
+      super.setUp();
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2403/Endpoint?wsdl");
+      Service service = Service.create(wsdlURL, new QName("http://TestService.org/wsdl", "TestService"));
+      port = service.getPort(TestPort.class);
+      url = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2403/file.xml");
+   }
+
+   protected void tearDown() throws Exception
+   {
+      port = null;
+      url = null;
+      super.tearDown();
+   }
+
+   public void test() throws Exception
+   {
+      Request request = new Request();
+      request.setMimeType("text/xml");
+      request.setUrl(url.toString());
+      Holder<Source> attach = new Holder<Source>();
+      Holder<Response> response = new Holder<Response>();
+      port.echo(request, response, attach);
+      if(!validateAttachment(request, response.value, attach))
+         Assert.fail("Attachments differ");
+   }
+
+   private boolean validateAttachment(Request request, Response response, Holder<Source> attach) throws Exception
+   {
+      boolean result=true;
+
+      System.out.println("Check if the attachment mime types are correct");
+      if(!response.getMimeType().equals(request.getMimeType()))
+      {
+         System.err.println("MimeType is not equal in request and response");
+         System.err.println("Request MimeType = " + request.getMimeType());
+         System.err.println("Response MimeType = " + response.getMimeType());
+         result=false;
+      }
+
+      System.out.println("Check if the attachment contents are correct");
+      DataHandler dh1 = new DataHandler(url);
+      byte data1[] = new byte[4096];
+      byte data2[] = new byte[4096];
+      int count1 = dh1.getInputStream().read(data1, 0, 4096);
+      int count2 = ((StreamSource)attach.value).getInputStream().read(data2, 0, 4096);
+      if(!validateAttachmentData(count1, data1, count2, data2))
+         result=false;
+
+      return result;
+   }
+
+   private boolean validateAttachmentData(int count1, byte[] data1, int count2, byte[] data2) 
+   {
+      int max=0;
+      ByteArrayOutputStream baos = new ByteArrayOutputStream();
+      PrintStream ps = new PrintStream(baos);
+      if(count2 > count1) {
+         System.err.println("Data counts are different so check for and remove any trailing CR's");
+         System.err.println("Data count1="+count1+", Data count2="+count2);
+         for(int i=count1; i<count2; i++) {
+            if((char)data2[i] != '\r') break;
+         }
+         System.err.println("Removed "+(count2-count1)+" trailing CR's from data2");
+         count2 = count1;
+      }
+      if(count1 != count2) {
+         System.err.println("Attachment data count is not equal in request and response");
+         System.err.println("Request data count = " + count1);
+         System.err.println("Response data count = " + count2);
+         if(count2 > count1) max = count1; else max = count2;
+         ps.printf("data1[%d]=0x%x  data2[%d]=0x%x", max-1, data1[max-1], max-1, data2[max-1]);
+         System.err.println(baos.toString());
+         baos.reset();
+         if(count2 > count1) {
+            for(int i=count1; i<count2; i++) {
+               ps.printf("Extra data was: data2[%d]=0x%x|0%o", i, data2[i], data2[i]);
+               System.err.println(baos.toString());
+               baos.reset();
+            }
+         } else {
+            for(int i=count2; i<count1; i++) {
+               ps.printf("Extra data was: data1[%d]=0x%x|0%o", i, data1[i], data1[i]);
+               System.err.println(baos.toString());
+               baos.reset();
+            }
+         }
+         return false;
+      }
+      for(int i=0; i<count1; i++) {
+         if(data1[i] != data2[i]) {
+            System.err.println("Attachment data content is not equal in attachment");
+            System.err.println("Failed at byte "+i+", data1["+i+"]="+data1[i]+", data2["+i+"]="+data2[i]);
+            return false;
+         }
+      }
+      System.out.println("Attachment data and content equals");
+      return true;
+   }
+}

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/web.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/web.xml	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/web.xml	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" 
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
+   <servlet>
+      <servlet-name>EndpointImpl</servlet-name>
+      <servlet-class>org.jboss.test.ws.jaxws.jbws2403.EndpointImpl</servlet-class>
+   </servlet>
+   <servlet-mapping>
+      <servlet-name>EndpointImpl</servlet-name>
+      <url-pattern>/Endpoint</url-pattern>
+   </servlet-mapping>
+</web-app>

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/TestService.wsdl	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/TestService.wsdl	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions name="TestService"
+  targetNamespace="http://TestService.org/wsdl"
+    xmlns="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:tns="http://TestService.org/wsdl"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
+    xmlns:s="http://TestService.org/xsd"
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+
+  <types>
+    <schema targetNamespace="http://TestService.org/xsd" 
+      xmlns:tns="http://TestService.org/xsd"
+      xmlns="http://www.w3.org/2001/XMLSchema"
+      elementFormDefault="qualified">
+      <complexType name="Request">
+        <sequence>
+          <element name="mimeType" type="string"/>
+          <element name="url" type="string"/>
+        </sequence>
+      </complexType>
+      <complexType name="Response">
+        <sequence>
+          <element name="mimeType" type="string"/>
+        </sequence>
+      </complexType>
+    </schema>
+  </types>
+
+  <message name="inputMessage">
+    <part name="request" type="s:Request"/>
+  </message>
+
+  <message name="outputMessage">
+    <part name="response" type="s:Response"/>
+    <part name="attach" type="xsd:string"/>
+  </message>
+
+  <portType name="TestPort">
+    <operation name="echo">
+      <input message="tns:inputMessage"/>
+      <output message="tns:outputMessage"/>
+    </operation>
+  </portType>
+
+  <binding name="TestSoapBinding" type="tns:TestPort">
+    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
+    <operation name="echo">
+      <soap:operation/>
+        <input>
+          <soap:body parts="request" use="literal" namespace="http://TestService.org/wsdl"/>
+        </input>
+        <output>
+          <mime:multipartRelated>
+            <mime:part>
+              <soap:body parts="response" use="literal" namespace="http://TestService.org/wsdl"/>
+            </mime:part>
+            <mime:part>
+              <mime:content part="attach" type="text/xml"/>
+            </mime:part>
+          </mime:multipartRelated>
+        </output>
+    </operation>
+  </binding>
+
+  <service name="TestService">
+    <port name="TestPort" binding="tns:TestSoapBinding">
+      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+    </port>
+  </service>
+
+</definitions>

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/mapping.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/mapping.xml	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/WEB-INF/wsdl/mapping.xml	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,20 @@
+<jaxws:bindings wsdlLocation="TestService.wsdl" version="2.0"
+   xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:xs="http://www.w3.org/2001/XMLSchema"
+   xmlns:jxb="http://java.sun.com/xml/ns/jaxb">
+
+   <jaxws:bindings node="wsdl:definitions">
+      <jaxws:package name="org.jboss.test.ws.jaxws.jbws2403"/>
+      <jaxws:enableMIMEContent>true</jaxws:enableMIMEContent>
+   </jaxws:bindings>
+
+   <jaxws:bindings node="wsdl:definitions/wsdl:types/xs:schema[@targetNamespace='http://TestService.org/xsd']"
+      xmlns:xs="http://www.w3.org/2001/XMLSchema"
+      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+      <jxb:schemaBindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb">
+         <jxb:package name="org.jboss.test.ws.jaxws.jbws2403"/>
+      </jxb:schemaBindings>
+   </jaxws:bindings>
+
+</jaxws:bindings>

Added: stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/file.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/file.xml	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/resources/jaxws/jbws2403/file.xml	2008-11-21 06:23:18 UTC (rev 8771)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
+  <env:Header>
+    <our:Header1 env:mustUnderstand="1" xmlns:our="http://ourcompany.org/">Header1</our:Header1>
+    <our:Header2 env:mustUnderstand="0" xmlns:our="http://ourcompany.org/">Header2</our:Header2>
+    <our:Header3 env:mustUnderstand="1" xmlns:our="http://ourcompany.org/">Header3</our:Header3>
+  </env:Header>
+  <env:Body>
+    <our:Body1 xmlns:our="http://ourcompany.org/">
+      <our:Child1>Child1</our:Child1>
+      <our:Child2>Child2</our:Child2>
+      <our:Child2>Child3</our:Child2>
+    </our:Body1>
+  </env:Body>
+</env:Envelope>

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-11-21 06:23:18 UTC (rev 8771)
@@ -53,3 +53,6 @@
 
 # [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
 org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+
+# [JBWS-2403] Attachments failure (WIP)
+org/jboss/test/ws/jaxws/jbws2403/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-11-21 06:23:18 UTC (rev 8771)
@@ -47,3 +47,6 @@
 
 # [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
 org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+
+# [JBWS-2403] Attachments failure (WIP)
+org/jboss/test/ws/jaxws/jbws2403/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss424.txt	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss424.txt	2008-11-21 06:23:18 UTC (rev 8771)
@@ -47,3 +47,6 @@
 
 # [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
 org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+
+# [JBWS-2403] Attachments failure (WIP)
+org/jboss/test/ws/jaxws/jbws2403/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-11-21 06:23:18 UTC (rev 8771)
@@ -46,3 +46,6 @@
 
 # [JBWS-2400] Rewrite large attachment testcase
 org/jboss/test/ws/jaxws/jbws2000/**
+
+# [JBWS-2403] Attachments failure (WIP)
+org/jboss/test/ws/jaxws/jbws2403/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-11-20 19:07:07 UTC (rev 8770)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-11-21 06:23:18 UTC (rev 8771)
@@ -40,3 +40,6 @@
 
 # [JBWS-2400] Rewrite large attachment testcase
 org/jboss/test/ws/jaxws/jbws2000/**
+
+# [JBWS-2403] Attachments failure (WIP)
+org/jboss/test/ws/jaxws/jbws2403/**




More information about the jbossws-commits mailing list