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


Dain: This (transaction cache is to be flushed before the execution of the  
associated finder or select) should be the default mode.  The spec requires 
flushing, but we  can optionally turn it off.

Need to "reverse" the implementation. 

> 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