You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Prasad Kashyap (JIRA)" <ji...@apache.org> on 2007/07/25 17:58:31 UTC

[jira] Updated: (GERONIMO-2127) Expose the ability to use Select for Update on CMP entity beans

     [ https://issues.apache.org/jira/browse/GERONIMO-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Kashyap updated GERONIMO-2127:
-------------------------------------

    Fix Version/s:     (was: 2.0-M5)
                       (was: 1.x)
                   2.0.x

> Expose the ability to use Select for Update on CMP entity beans
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-2127
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2127
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: All
>            Reporter: Matt Hogstrom
>             Fix For: 2.0.x
>
>
> Currently TranQL supports the generation sql to execute a select for update.  Unfortunately, OpenEJB does not expose the ability in the current XSD to support this.  As a result the CMP implementation we have does pass CTS but lacks the ability to deploy an application that is performant and provides for data consistency.
> This improvement will add an attribute into the XSD for OpenEJB so a new attribute will be added <select-for-update> that is an indicator to use a select for update on a query so database locking can be employed.
> Changes will be made to TranQL (Syntax Factories) to create the correct SQL as well as OpenEJB's CMP builders to honor the request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.