Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 31722 invoked from network); 2 Dec 2010 09:34:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 09:34:29 -0000 Received: (qmail 57580 invoked by uid 500); 2 Dec 2010 09:34:29 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 57399 invoked by uid 500); 2 Dec 2010 09:34:26 -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 57368 invoked by uid 99); 2 Dec 2010 09:34:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 09:34:24 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of idanmo@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 09:34:18 +0000 Received: from jim.nabble.com ([192.168.236.80]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1PO5Y6-000700-8B for dev@openjpa.apache.org; Thu, 02 Dec 2010 01:33:58 -0800 Date: Thu, 2 Dec 2010 01:33:58 -0800 (PST) From: idan To: dev@openjpa.apache.org Message-ID: <1291282438195-5795311.post@n2.nabble.com> Subject: Build time enhancer custom PersistenceProvider MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey, I implemented a custom PersistenceProvider (i need it for injecting instances through spring). When trying to enhance at build time i'm getting a ClassNotFoundException saying my provider is not found. How can I include additional class path locations for the enhancement task? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/Build-time-enhancer-custom-PersistenceProvider-tp5795311p5795311.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.