You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/05/31 13:42:34 UTC

svn commit: r410498 - /geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd

Author: jsisson
Date: Wed May 31 04:42:34 2006
New Revision: 410498

URL: http://svn.apache.org/viewvc?rev=410498&view=rev
Log:
 GERONIMO-2070 - config.xml validation error when attempting to clear references for a GBean

Modified:
    geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd

Modified: geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd?rev=410498&r1=410497&r2=410498&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd (original)
+++ geronimo/branches/1.1/modules/system/src/schema/local-attributes-1.1.xsd Wed May 31 04:42:34 2006
@@ -99,7 +99,7 @@
 
     <xsd:complexType name="referenceType">
         <xsd:sequence>
-            <xsd:element name="pattern" minOccurs="1" maxOccurs="unbounded">
+            <xsd:element name="pattern" minOccurs="0" maxOccurs="unbounded">
               <xsd:complexType>
                   <xsd:sequence>
                       <xsd:element name="groupId" type="xsd:string" minOccurs="0"/>