Author: jleroux
Date: Wed May 15 15:38:43 2013
New Revision: 1482911

URL: http://svn.apache.org/r1482911
Log:
Reverts r1482796 and comments about no current implementation rather than 
removing attributes
Thanks to Jacopo's comment in dev ML

Modified:
    ofbiz/trunk/framework/entity/dtd/entity-config.xsd

Modified: ofbiz/trunk/framework/entity/dtd/entity-config.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entity-config.xsd?rev=1482911&r1=1482910&r2=1482911&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entity-config.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/entity-config.xsd Wed May 15 15:38:43 2013
@@ -462,6 +462,48 @@ under the License.
             </xs:annotation>
         </xs:attribute>
         <xs:attribute type="xs:nonNegativeInteger" 
name="time-between-eviction-runs-millis" default="600000"/>
+        <xs:attribute type="xs:nonNegativeInteger" name="pool-sleeptime" 
default="300000">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:nonNegativeInteger" name="pool-lifetime" 
default="600000">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:nonNegativeInteger" 
name="pool-deadlock-maxwait" default="300000">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:nonNegativeInteger" 
name="pool-deadlock-retrywait" default="10000">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="pool-jdbc-test-stmt">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="pool-xa-wrapper-class">
+            <xs:annotation>
+                <xs:documentation>
+                    This parameter is currently not implemented
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="jndi-jdbc">
         <xs:complexType>


Reply via email to