Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 53283 invoked from network); 27 May 2009 22:47:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 22:47:17 -0000 Received: (qmail 4148 invoked by uid 500); 27 May 2009 21:02:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 4120 invoked by uid 500); 27 May 2009 21:02:11 -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 4101 invoked by uid 99); 27 May 2009 21:02:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 21:02:10 +0000 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; Wed, 27 May 2009 21:02:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0C018234C056 for ; Wed, 27 May 2009 14:01:46 -0700 (PDT) Message-ID: <333665374.1243458106048.JavaMail.jira@brutus> Date: Wed, 27 May 2009 14:01:46 -0700 (PDT) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1104) Separate DBDictionaries for DB2 Z/OS and iSeries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Separate DBDictionaries for DB2 Z/OS and iSeries ------------------------------------------------ Key: OPENJPA-1104 URL: https://issues.apache.org/jira/browse/OPENJPA-1104 Project: OpenJPA Issue Type: Improvement Affects Versions: 1.3.0, 2.0.0 Reporter: Michael Dick The DB2Dictionary class behaves significantly differently when connected to Z/OS or iSeries (there are further differences for version numbers). As a result the class is becoming tough to read and maintain. It'd be easier to create separate classes for the unique platforms (Z and I series), in the past we didn't do this since we wouldn't be able to detect the type of dictionary without obtaining a connection - now that there are significant differences I think the benefit of out weighs the cost. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.