Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 36594 invoked from network); 23 Sep 2010 13:05:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 13:05:15 -0000 Received: (qmail 23166 invoked by uid 500); 23 Sep 2010 13:05:15 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 23102 invoked by uid 500); 23 Sep 2010 13:05:13 -0000 Mailing-List: contact commits-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 commits@openjpa.apache.org Received: (qmail 23095 invoked by uid 99); 23 Sep 2010 13:05:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 13:05:13 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 13:05:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A795E23889EA; Thu, 23 Sep 2010 13:04:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1000447 - /openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml Date: Thu, 23 Sep 2010 13:04:52 -0000 To: commits@openjpa.apache.org From: dwoods@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100923130452.A795E23889EA@eris.apache.org> Author: dwoods Date: Thu Sep 23 13:04:52 2010 New Revision: 1000447 URL: http://svn.apache.org/viewvc?rev=1000447&view=rev Log: OPENJPA-1804 Add note that dynamic enhancer behaves the same as the javaagent loaded enhancer, in that when a list is given in the PU, then only those classes will be enhanced. Modified: openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml Modified: openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml?rev=1000447&r1=1000446&r2=1000447&view=diff ============================================================================== --- openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml (original) +++ openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml Thu Sep 23 13:04:52 2010 @@ -416,6 +416,14 @@ java -javaagent:/home/dev/openjpa/lib/op enhancement. + + + Just as with the Javaagent approach, if you + declare a persistent class list, then OpenJPA + will only search for metadata and try to + enhance the listed classes. + + When then dynamic enhancer is loaded, the following