Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 23976 invoked from network); 16 Jun 2006 14:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 14:27:58 -0000 Received: (qmail 82042 invoked by uid 500); 16 Jun 2006 14:27:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81889 invoked by uid 500); 16 Jun 2006 14:27:50 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 81759 invoked by uid 99); 16 Jun 2006 14:27:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 07:27:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 07:27:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 063C37142A7 for ; Fri, 16 Jun 2006 14:26:31 +0000 (GMT) Message-ID: <22410761.1150467991022.JavaMail.jira@brutus> Date: Fri, 16 Jun 2006 14:26:31 +0000 (GMT+00:00) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2127) Expose the ability to use Select for Update on CMP entity beans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Expose the ability to use Select for Update on CMP entity beans --------------------------------------------------------------- Key: GERONIMO-2127 URL: http://issues.apache.org/jira/browse/GERONIMO-2127 Project: Geronimo Type: Improvement Security: public (Regular issues) Environment: All Reporter: Matt Hogstrom Fix For: 1.1.1 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 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira