Author: ay
Date: Thu Jun 14 09:14:12 2012
New Revision: 1350141

URL: http://svn.apache.org/viewvc?rev=1350141&view=rev
Log:
reverting part of schema update for compatibility (CXF-4362)

Modified:
    cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd

Modified: 
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd?rev=1350141&r1=1350140&r2=1350141&view=diff
==============================================================================
--- 
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd 
(original)
+++ 
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd 
Thu Jun 14 09:14:12 2012
@@ -192,7 +192,7 @@
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
-          <xs:attribute name="initialReconnectDelay" type="xs:long" 
default="60000">
+          <xs:attribute name="initialReconnectDelay" type="xs:long">
             <xs:annotation>
               <xs:documentation>
                   The initialy delay before attempting to reconnect to the 
database. The subsequent
@@ -200,7 +200,7 @@
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
-          <xs:attribute name="maxReconnectAttempts" type="xs:int" default="10">
+          <xs:attribute name="maxReconnectAttempts" type="xs:int">
             <xs:annotation>
               <xs:documentation>
                   The maximum number of attemps taken to reconnect to the 
database after a connection error.


Reply via email to