[ https://issues.apache.org/jira/browse/GERONIMO-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jay D. McHugh updated GERONIMO-2127: ------------------------------------ Fix Version/s: (was: 2.0.3) 2.0.4 > 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.4 > > > 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.