Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 22604 invoked from network); 24 Jul 2007 16:30:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 16:30:52 -0000 Received: (qmail 57404 invoked by uid 500); 24 Jul 2007 16:30:53 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 57365 invoked by uid 500); 24 Jul 2007 16:30:53 -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 57355 invoked by uid 99); 24 Jul 2007 16:30:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 09:30:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 09:30:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FBAF71404B for ; Tue, 24 Jul 2007 09:30:31 -0700 (PDT) Message-ID: <5417680.1185294631049.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 09:30:31 -0700 (PDT) From: "Patrick Linskey (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-266) Add Extensibility: Change "private" field/method to "protected" or "public" in OpenJPA classes to be extendable In-Reply-To: <11442200.1182816385855.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515020 ] Patrick Linskey commented on OPENJPA-266: ----------------------------------------- Agreed. Additionally, it is already trivial for vendors to repackage OpenJPA with different dbdictionaries. All you need to do is create a ProductDerivation that changes the aliases listed in the JDBCConfigurationImpl.dbdictionaryPlugin. See JDBCPersistenceProductDerivation for an example of a product derivation that changes alias settings. > Add Extensibility: Change "private" field/method to "protected" or "public" in OpenJPA classes to be extendable > ---------------------------------------------------------------------------------------------------------------- > > Key: OPENJPA-266 > URL: https://issues.apache.org/jira/browse/OPENJPA-266 > Project: OpenJPA > Issue Type: Improvement > Components: jdbc > Affects Versions: 1.0.0 > Reporter: Catalina Wei > Priority: Trivial > Fix For: 1.0.0 > > Attachments: OpenJPA-266.patch, OPENJPA-266.patch.txt > > > In order to extend existing OpenJPA classes, for example OperationOrderUpdateManager, private field or method needed to change to protected or public. > This kind of modification is not adding any functionality but making OpenJPA classes subclassable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.