From dev-return-11174-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Mar 27 21:18:12 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 11875 invoked from network); 27 Mar 2009 21:18:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2009 21:18:11 -0000 Received: (qmail 27901 invoked by uid 500); 27 Mar 2009 21:18:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 27810 invoked by uid 500); 27 Mar 2009 21:18:11 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 27800 invoked by uid 99); 27 Mar 2009 21:18:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 21:18:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 21:18:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BD26234C044 for ; Fri, 27 Mar 2009 14:17:50 -0700 (PDT) Message-ID: <101721857.1238188670571.JavaMail.jira@brutus> Date: Fri, 27 Mar 2009 14:17:50 -0700 (PDT) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-957) Support lock timeout hint on applicable methods In-Reply-To: <1004455987.1236272156183.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee updated OPENJPA-957: ------------------------------- Attachment: OPENJPA_957.patch Add more clean up, refactoring and test paths. > Support lock timeout hint on applicable methods > ----------------------------------------------- > > Key: OPENJPA-957 > URL: https://issues.apache.org/jira/browse/OPENJPA-957 > Project: OpenJPA > Issue Type: Sub-task > Components: jpa > Affects Versions: 2.0.0 > Reporter: Jeremy Bauer > Assignee: Albert Lee > Attachments: OPENJPA_957.patch > > > This task is to provide support for the lock timeout hint on applicable interface methods. OpenJPA currently supports the openjpa.LockTimeout property. This support will be extended to allow more granular configuration at the method level, where applicable. The pattern used for specifying lock modes at a method level should be considered for extension or as a guide. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.