From open-jpa-dev-return-162-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Thu Jul 27 18:50:09 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 4290 invoked from network); 27 Jul 2006 18:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 18:50:09 -0000 Received: (qmail 50297 invoked by uid 500); 27 Jul 2006 18:50:08 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 50240 invoked by uid 500); 27 Jul 2006 18:50:08 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 50231 invoked by uid 99); 27 Jul 2006 18:50:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 11:50:08 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of michael.d.dick@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 11:50:07 -0700 Received: by nf-out-0910.google.com with SMTP id x4so269272nfb for ; Thu, 27 Jul 2006 11:49:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RyueqsVvpkR42uBY4yLcTmdmZt7+fzbriRNQ4BLgvK8o7A4XDCEzjWyV7r1AcnerSdw8xZ0GkXck/Qf1d1aZYOAhyaHOBF4p2UQgH3TuFHfQPd5pEpGNLaXjZFxR6xtF9/dMK1B1+wccIUfbOYCKLZ7g4Qwne+w38dZ9T9NFCyY= Received: by 10.48.210.20 with SMTP id i20mr320353nfg; Thu, 27 Jul 2006 11:49:43 -0700 (PDT) Received: by 10.49.64.18 with HTTP; Thu, 27 Jul 2006 11:49:43 -0700 (PDT) Message-ID: <72c1350f0607271149j4b30f0e2ndc1398f5d2c17675@mail.gmail.com> Date: Thu, 27 Jul 2006 13:49:43 -0500 From: "Michael Dick" To: open-jpa-dev@incubator.apache.org Subject: RuntimeEnhancement MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_150372_21711026.1154026183458" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_150372_21711026.1154026183458 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I did some experimentation with runtime enhancement (the doc Marc posted was helpful here). All the code required is checked in to SVN, but you I did have to add Premain-Class: org.apache.openjpa.enhance.PCEnhancerAgent to the manifest for openjpa-kernel-5-0.9.0.jar. Is this right way to resolve the problem? The documentation refers to org.apache.openjpa.jar which presumably would contain the manifest. Admittedly this is a minor issue and I have a workaround, but if I can I'd like to help get the change back into svn. Regards, -- -Michael Dick ------=_Part_150372_21711026.1154026183458--