From dev-return-8513-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Jun 26 19:30:06 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 58740 invoked from network); 26 Jun 2008 19:30:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 19:30:06 -0000 Received: (qmail 51976 invoked by uid 500); 26 Jun 2008 19:30:07 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 51956 invoked by uid 500); 26 Jun 2008 19:30:07 -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 51945 invoked by uid 99); 26 Jun 2008 19:30:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:30:07 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 19:29:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E8AE234C14D for ; Thu, 26 Jun 2008 12:29:45 -0700 (PDT) Message-ID: <111091821.1214508585110.JavaMail.jira@brutus> Date: Thu, 26 Jun 2008 12:29:45 -0700 (PDT) From: "Catalina Wei (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-644) Handle databaseProductVersion string from newer jcc driver for DB2 ISeries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Handle databaseProductVersion string from newer jcc driver for DB2 ISeries -------------------------------------------------------------------------- Key: OPENJPA-644 URL: https://issues.apache.org/jira/browse/OPENJPA-644 Project: OpenJPA Issue Type: Bug Components: jdbc Affects Versions: 1.2.0 Reporter: Catalina Wei Assignee: Catalina Wei A recent change in the newer db2jcc.jar has changed the databaseProductVersion to "QSQ05040" for V5R4M0, "QSQ06010" for V6R1M0. DB2Dictionary need to handle the new databaseProductVersion string for DB2 ISeries. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.