gdamour 2005/03/02 06:43:22 Modified: modules/openejb-builder/src/schema openejb-jar.xsd Log:
GERONIMO-580 o add an itests test verifying the correct behavior of the implementation. GERONIMO-598 o add the flush-cache-before-query optional element, which identifies if the transactional cache should be flushed before the execution of the associated finder or select operation; and o update the various XValuedFinder and XValuedSelect in order to flush the transaction cache if required. Revision Changes Path 1.9 +2 -1 openejb/modules/openejb-builder/src/schema/openejb-jar.xsd Index: openejb-jar.xsd =================================================================== RCS file: /home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/openejb-jar.xsd,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openejb-jar.xsd 25 Feb 2005 03:44:04 -0000 1.8 +++ openejb-jar.xsd 2 Mar 2005 11:43:22 -0000 1.9 @@ -186,7 +186,8 @@ </xs:complexType> </xs:element> <xs:element name="result-type-mapping" minOccurs="0" type="xs:string"/> - <xs:element name="ejb-ql" type="xs:string" minOccurs="1" maxOccurs="1"/> + <xs:element name="ejb-ql" type="xs:string" minOccurs="0"/> + <xs:element name="flush-cache-before-query" minOccurs="0"/> </xs:sequence> </xs:complexType>