From dev-return-11105-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Sun Mar 22 03:24:09 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 89325 invoked from network); 22 Mar 2009 03:24:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2009 03:24:09 -0000 Received: (qmail 11773 invoked by uid 500); 22 Mar 2009 03:24:08 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 11678 invoked by uid 500); 22 Mar 2009 03:24:08 -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 11600 invoked by uid 99); 22 Mar 2009 03:24:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 03:24:08 +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; Sun, 22 Mar 2009 03:24:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96BBF234C041 for ; Sat, 21 Mar 2009 19:05:50 -0700 (PDT) Message-ID: <224078941.1237687550616.JavaMail.jira@brutus> Date: Sat, 21 Mar 2009 19:05:50 -0700 (PDT) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-988) Refactor JPA2/MixedLockManager to conform architectual module dependency In-Reply-To: <1300915954.1237475390696.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-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee resolved OPENJPA-988. -------------------------------- Resolution: Fixed > Refactor JPA2/MixedLockManager to conform architectual module dependency > ------------------------------------------------------------------------ > > Key: OPENJPA-988 > URL: https://issues.apache.org/jira/browse/OPENJPA-988 > Project: OpenJPA > Issue Type: Improvement > Components: jdbc, jpa > Affects Versions: 2.0.0 > Reporter: Albert Lee > Assignee: Albert Lee > Priority: Minor > Fix For: 2.0.0 > > > Currently JPA2LockManager is in openjpa-persistence module. Due to implementation, it extends PessimisticLockManager which is in openjpa-jdbc module. Since persistence should not (architectually) depends on jdbc module, the JPA2LockManager needs to be refactored to avoid such dependency. > Albert Lee. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.