Return-Path: Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: (qmail 19923 invoked from network); 29 Jan 2009 14:31:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2009 14:31:45 -0000 Received: (qmail 53089 invoked by uid 500); 29 Jan 2009 14:31:45 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 53069 invoked by uid 500); 29 Jan 2009 14:31:44 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 53058 invoked by uid 99); 29 Jan 2009 14:31:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 06:31:44 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists+1214986160035-208411@n2.nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 14:31:35 +0000 Received: from tervel.nabble.com ([192.168.236.150]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LSXvG-0002JY-Do for users@openjpa.apache.org; Thu, 29 Jan 2009 06:31:14 -0800 Message-ID: <1233239474420-2239148.post@n2.nabble.com> Date: Thu, 29 Jan 2009 06:31:14 -0800 (PST) From: Pinaki Poddar To: users@openjpa.apache.org Subject: Re: [URGENT] performance issues In-Reply-To: <1233224692819-2238071.post@n2.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ppoddar@apache.org References: <1233150086336-2232295.post@n2.nabble.com> <89c0c52c0901280619j1b33c78ib7d9020cbc1cf886@mail.gmail.com> <1233166398306-2233824.post@n2.nabble.com> <89c0c52c0901281201o48f9935dq18391e137134090a@mail.gmail.com> <1233174439116-2234702.post@n2.nabble.com> <1233205746604-2237146.post@n2.nabble.com> <1233224692819-2238071.post@n2.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, > but using build-time enhancer. I tried ant-runner for maven but was unable > to enhance my classes > if I don't give any class name I get this message: A few minutes of digging with classpath and other beasts to enhance at build-time will save you a lot of pain and gain performance. Enhancer fails mostly with classpath issues and availability of META-INF/persistence.xml etc. If you have access to OpenJPA source code, follow the trail at ./openjpa-persistence-jdbc/pom.xml and ./openjpa-persistence-jdbc/src/main/ant/enhancer.xml It shows one way to enhance 100's of Entity classes used for testing. -- View this message in context: http://n2.nabble.com/-URGENT--performance-issues-tp2232295p2239148.html Sent from the OpenJPA Users mailing list archive at Nabble.com.