Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 91406 invoked from network); 19 Feb 2009 17:00:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 17:00:41 -0000 Received: (qmail 85825 invoked by uid 500); 19 Feb 2009 17:00:41 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 85291 invoked by uid 500); 19 Feb 2009 17:00:40 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 85282 invoked by uid 99); 19 Feb 2009 17:00:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 09:00:40 -0800 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 learn.koa@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 17:00:33 +0000 Received: by yw-out-2324.google.com with SMTP id 5so171923ywh.85 for ; Thu, 19 Feb 2009 09:00:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=AcSIHLx0KBrP/TQMgZR6N7sKQpH+eq9vaVmGRxuLJ5k=; b=JSpIt7hqeaklhW5lmiHZo4EH9rqTxuFk8n1xtq/sTeeg1wZJuVbQNhZQtoy2NX/KpX hC2Q2klT7bGb4JCqh32OW5Yc3LKq5lTd1wI0Pa/z6MTIFEl2JJBgmSJH0WdVusl6IuB6 PCIvLoOe2QCgyTjbEHhauIJoIXDIb6+cGbWrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=FJFzLwj9+3+HEn1uHbnucsYYG9bv9jorj9u5KdzV+QHebbGUDMV/ZPDoLnjcVYvTZQ bRRetdkWpglFf0zCUCbbRtVxEirbuDY64T0wSWdjKfYUikYbr3wGvzlZnEUXEayQ7H/m hXubQ7sU997nXfi9mX3C7iIadVfVjdCwGoTSc= MIME-Version: 1.0 Received: by 10.100.91.3 with SMTP id o3mr577053anb.66.1235062802865; Thu, 19 Feb 2009 09:00:02 -0800 (PST) Date: Fri, 20 Feb 2009 01:00:02 +0800 Message-ID: Subject: How to upgrade OpenJPA in Geronimo From: CG To: user@geronimo.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi , the version of OpenJPA that come with Geronimo 2.1.3 is , 1.0.3 . Since OpenJPA already release version 1.1 , 1.2 , I would like to manually upgrade openJPA in Geronimo to solve some issue cause by OpenJPA bugs. However, I have no idea how to do that. How should I do , to be able to upgrade the openJPA in Geronimo with version 1.2 ? Can I just put the openjpa-1.2.0.jar in GERONIMO_HOME/repository/org/apache/openjpa/openjpa/1.2.0/ ? Thanks. CG