From jdo-dev-return-5533-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Tue Mar 06 17:21:45 2007 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 17129 invoked from network); 6 Mar 2007 17:21:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 17:21:45 -0000 Received: (qmail 74187 invoked by uid 500); 6 Mar 2007 17:21:53 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 74175 invoked by uid 99); 6 Mar 2007 17:21:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 09:21:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 09:21:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E1D8714091 for ; Tue, 6 Mar 2007 09:21:24 -0800 (PST) Message-ID: <6749159.1173201684315.JavaMail.root@brutus> Date: Tue, 6 Mar 2007 09:21:24 -0800 (PST) From: "Matthew T. Adams (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-468) Identify JDK 1.3 XML parser or increase requisite minimum JDK level to 1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Identify JDK 1.3 XML parser or increase requisite minimum JDK level to 1.4 -------------------------------------------------------------------------- Key: JDO-468 URL: https://issues.apache.org/jira/browse/JDO-468 Project: JDO Issue Type: Task Components: api2, api2-legacy, specification Affects Versions: JDO 2 maintenance release 1 Reporter: Matthew T. Adams Fix For: JDO 2 maintenance release 1 With the additions proposed in JDO-467, we need to identify the XML parser to use. The current minimum JDK supported by JDO is 1.3, which doesn't come standard with an XML parser. We can either update the minimum required JDK to 1.4, which does come with an XML parser out of the box, or identify a solution that works in a 1.3 and later environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.