[jbossws-commits] JBossWS SVN: r7268 - in stack/native/trunk/modules/testsuite: native-tests/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 2 11:21:22 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-06-02 11:21:21 -0400 (Mon, 02 Jun 2008)
New Revision: 7268

Modified:
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl
   stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBAS-5388] JBossXBRuntimeException: Missing value for the required attribute

Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl	2008-06-02 14:21:26 UTC (rev 7267)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl	2008-06-02 15:21:21 UTC (rev 7268)
@@ -13,7 +13,7 @@
           <element name="strElement" type="string" minOccurs="0"/>
           <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
-        <attribute name="strAttr" type="string" use="required"/>
+        <attribute name="strAttr" type="string"/>
         <attribute ref="xml:lang"/>
       </complexType>
       <complexType name="getPropertyResponse">

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-02 14:21:26 UTC (rev 7267)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-02 15:21:21 UTC (rev 7268)
@@ -35,9 +35,6 @@
 # [JBAS-5257] jboss:service=defaultClassLoader is not registered with dynamic webapp deployment
 org/jboss/test/ws/jaxws/endpoint/**
 
-# [JBAS-5388] JBossXBRuntimeException: Missing value for the required attribute
-org/jboss/test/ws/jaxrpc/jbws720/**
-
 # [JBWS-2171] ServiceRef injection in EJB3 clients
 org/jboss/test/ws/jaxws/webserviceref/ServiceRefOverridesTestCase.*
 




More information about the jbossws-commits mailing list