This should be the default mode. The spec requires flushing, but we can optionally turn it off.

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26

On Mar 2, 2005, at 3:53 AM, Gianny DAMOUR (JIRA) wrote:

     [ http://issues.apache.org/jira/browse/GERONIMO-598?page=history ]

Gianny DAMOUR closed GERONIMO-598:
----------------------------------

    Resolution: Fixed

This has been fixed.

An optional element, namely flush-cache-before-query, indicates if the transaction cache is to be flushed before the execution of the associated finder or select.

ejbFind<> or ejbSelect<> following ejbCreate<> within the same TX context
---------------------------------------------------------------------- ---


         Key: GERONIMO-598
         URL: http://issues.apache.org/jira/browse/GERONIMO-598
     Project: Geronimo
        Type: Bug
  Components: OpenEJB
    Versions: 1.0-M3
    Reporter: Gianny DAMOUR
    Assignee: Gianny DAMOUR
     Fix For: 1.0-M4


Currently database operations are flushed upon TX commit.
This is an issue where:
* an Entity Bean is created; and
* then an ejbFind<> or ejbSelect<>, whose result is modified by the previously created Entity Bean, is executed in the same TX context.
It should be possible to force/configure a database flush prior any finder or select method.

-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira



Reply via email to