Return-Path: Delivered-To: apmail-openjpa-users-archive@locus.apache.org Received: (qmail 11345 invoked from network); 14 Sep 2007 19:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2007 19:17:26 -0000 Received: (qmail 63973 invoked by uid 500); 14 Sep 2007 19:17:19 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 63948 invoked by uid 500); 14 Sep 2007 19:17:18 -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 63939 invoked by uid 99); 14 Sep 2007 19:17:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 12:17:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.defoy@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 19:17:17 +0000 Received: by py-out-1112.google.com with SMTP id f47so1830289pye for ; Fri, 14 Sep 2007 12:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=t4Q86tJt8q9lGSV+/2wZB5AtWpw9jubs3D70/HZNYQw=; b=e5hYRPkjtSas4wamzk0wePNOVgsFhf4mr7LbgfhxWKKPameXIb25BEBjX6yK2Dcqbjtb6frttgphHWHmjOGKows6c+VNBccyIP+SktpuceXY1pJibiuKkWWIRC+Ck6CDscvWk8Nh+9Svl6iqk+X8Pohpk4yjtxQ7ISeBwk8c/VM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AMNlFrbOVNtfYNC/r0w3h3z0odHJcsxApabxMRD0SbFzRqJ0IqF/NybR+s1AyuQ4BYtdAFX0MWNIP3zHKayiXCvjiNdpbycqpo4lEjuDvfFDnGlzFrVrSwsgbaXNfUJrCMbhJbSsifF1SnuFZnUEuiRHHsQ/EFCK0X1r3hmwAcs= Received: by 10.65.239.14 with SMTP id q14mr4920277qbr.1189797415539; Fri, 14 Sep 2007 12:16:55 -0700 (PDT) Received: by 10.65.61.7 with HTTP; Fri, 14 Sep 2007 12:16:55 -0700 (PDT) Message-ID: <967946b0709141216p41303454t8cdd582a5411f9d8@mail.gmail.com> Date: Fri, 14 Sep 2007 15:16:55 -0400 From: "Christian Defoy" To: users@openjpa.apache.org Subject: Why is Derby Jar in OpenJPA distribution? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello! Do I need to distribute the Derby jar with my application because it is part of the OpenJPA 0.9.7 distribution? Included in the distribution is derby-10.2.2.0.jar. I did not include it in the classpath for testing and I have seen no problem so far. Is one lurking in the shadows? Am I asking for trouble by not including the jar? Thanks in advance! Christian