From dev-return-16444-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri May 14 15:01:50 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 70731 invoked from network); 14 May 2010 15:01:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 15:01:50 -0000 Received: (qmail 78982 invoked by uid 500); 14 May 2010 15:01:50 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 78894 invoked by uid 500); 14 May 2010 15:01:49 -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 78880 invoked by uid 99); 14 May 2010 15:01:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:01:49 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:01:44 +0000 Received: from jim.nabble.com ([192.168.236.80]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OCwOB-0003uy-Uv for dev@openjpa.apache.org; Fri, 14 May 2010 08:01:23 -0700 Date: Fri, 14 May 2010 08:01:23 -0700 (PDT) From: Pinaki Poddar To: dev@openjpa.apache.org Message-ID: <1273849283950-5051307.post@n2.nabble.com> In-Reply-To: References: <1273825928017-5049997.post@n2.nabble.com> Subject: Re: Still not working MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The error stack trace points to some sort of configuration mistake. The possible causes/resolutions are a) persistence.xml (and hence the connection details) is not visible by the runtime. Append the unit name as anchor. For example, org.apache.openjpa.jdbc.kernel.TableJDBCSeq -p ${project_path}/src/META-INF/persistence.xml#XYZ where XYZ is the persistence unit name. b) Ensure that the requiste JDBC driver does exist in the runtime classpath. Can not see a Derby Driver in -classpath /home/webautomator/openjpa-all-2.0.0-beta3.jar (or are we now packaging Derby driver in openjpa-all.jar?) ----- Pinaki -- View this message in context: http://openjpa.208410.n2.nabble.com/Still-not-working-tp5049761p5051307.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.