svn commit: r1482796 - /ofbiz/trunk/framework/entity/dtd/entity-config.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1482796 - /ofbiz/trunk/framework/entity/dtd/entity-config.xsd

jleroux@apache.org
Author: jleroux
Date: Wed May 15 12:50:54 2013
New Revision: 1482796

URL: http://svn.apache.org/r1482796
Log:
When I moved XA Pool to the Attic I forgot to remove these XA Pool specific attributes. There were now misleading.

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=1482796&r1=1482795&r2=1482796&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entity-config.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/entity-config.xsd Wed May 15 12:50:54 2013
@@ -462,12 +462,6 @@ 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:attribute type="xs:nonNegativeInteger" name="pool-lifetime" default="600000"/>
-        <xs:attribute type="xs:nonNegativeInteger" name="pool-deadlock-maxwait" default="300000"/>
-        <xs:attribute type="xs:nonNegativeInteger" name="pool-deadlock-retrywait" default="10000"/>
-        <xs:attribute type="xs:string" name="pool-jdbc-test-stmt"/>
-        <xs:attribute type="xs:string" name="pool-xa-wrapper-class"/>
     </xs:attributeGroup>
     <xs:element name="jndi-jdbc">
         <xs:complexType>