The attached patch adds a default of "true" for the managedtx attribute.
Brent
Index: src/main/resources/config.xsd
===================================================================
--- src/main/resources/config.xsd (revision 423097)
+++ src/main/resources/config.xsd (working copy)
@@ -35,7 +35,7 @@
<xsd:complexType name="ConnectionInfo">
<xsd:attribute name="dataSource" type="xsd:string"/>
- <xsd:attribute name="managedtx" type="xsd:boolean"/>
+ <xsd:attribute name="managedtx" type="xsd:boolean" default="true"/>
</xsd:complexType>
<xsd:complexType name="Command">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]