svn commit: r1344999 - /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: r1344999 - /ofbiz/trunk/framework/entity/dtd/entity-config.xsd

jacopoc
Author: jacopoc
Date: Fri Jun  1 07:10:39 2012
New Revision: 1344999

URL: http://svn.apache.org/viewvc?rev=1344999&view=rev
Log:
Removed default value for the attribute for inline-jdbc used to specify an XA wrapper class: it was set to a specific implementation (Enhydra).


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=1344999&r1=1344998&r2=1344999&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entity-config.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/entity-config.xsd Fri Jun  1 07:10:39 2012
@@ -457,7 +457,7 @@ under the License.
         <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" default="org.enhydra.jdbc.standard.StandardXADataSource"/>
+        <xs:attribute type="xs:string" name="pool-xa-wrapper-class"/>
     </xs:attributeGroup>
     <xs:element name="jndi-jdbc">
         <xs:complexType>