Author: djencks
Date: Fri Jan 21 16:22:42 2005
New Revision: 125988

URL: http://svn.apache.org/viewcvs?view=rev&rev=125988
Log:
TEMPORARY HACK to allow service references to work with xmlbeans 1
Modified:
   
geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd

Modified: 
geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd
Url: 
http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd?view=diff&rev=125988&p1=geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd&r1=125987&p2=geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd&r2=125988
==============================================================================
--- 
geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd
      (original)
+++ 
geronimo/trunk/modules/j2ee-schema/src/j2ee_1_4schema/j2ee_web_services_client_1_1.xsd
      Fri Jan 21 16:22:42 2005
@@ -114,18 +114,18 @@
       <xsd:element name="service-ref"
                   type="j2ee:service-refType"
                   minOccurs="0" maxOccurs="unbounded">
-       <xsd:key name="service-ref_handler-name-key">
-         <xsd:annotation>
-           <xsd:documentation>
-
-             Defines the name of the handler. The name must be unique
-             within the module.
-
-           </xsd:documentation>
-         </xsd:annotation>
-         <xsd:selector xpath="j2ee:handler"/>
-         <xsd:field xpath="j2ee:handler-name"/>
-       </xsd:key>
+<!--   <xsd:key name="service-ref_handler-name-key">-->
+<!--     <xsd:annotation>-->
+<!--       <xsd:documentation>-->
+<!---->
+<!--         Defines the name of the handler. The name must be unique-->
+<!--         within the module.-->
+<!---->
+<!--       </xsd:documentation>-->
+<!--     </xsd:annotation>-->
+<!--     <xsd:selector xpath="j2ee:handler"/>-->
+<!--     <xsd:field xpath="j2ee:handler-name"/>-->
+<!--   </xsd:key>-->
       </xsd:element>
     </xsd:sequence>
   </xsd:group>

Reply via email to