Jacques, please do not remove these settings because they may be used to integrate other XA integrations; for example I have used pool-xa-wrapper-class to integrate Atomikos TX (and hopefully this code will be contributed as soon as we will fix the final issues I am having with it, there is a Jira task for this); in fact I don't think that they are specific to XA Pool.
Jacopo On May 15, 2013, at 2:50 PM, [email protected] wrote: > 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> > >
