Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83708 invoked from network); 17 May 2007 20:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 20:08:41 -0000 Received: (qmail 18575 invoked by uid 500); 17 May 2007 20:08:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18520 invoked by uid 500); 17 May 2007 20:08:43 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 18492 invoked by uid 99); 17 May 2007 20:08:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 13:08:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 17 May 2007 13:08:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3053D714065 for ; Thu, 17 May 2007 13:08:16 -0700 (PDT) Message-ID: <10375404.1179432496178.JavaMail.jira@brutus> Date: Thu, 17 May 2007 13:08:16 -0700 (PDT) From: "toby cabot (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3171) java 1.6 compile fix for geronimo-naming mock DataSource class In-Reply-To: <1697794.1179432376202.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] toby cabot updated GERONIMO-3171: --------------------------------- Summary: java 1.6 compile fix for geronimo-naming mock DataSource class (was: java 1.6 compile fix) > java 1.6 compile fix for geronimo-naming mock DataSource class > -------------------------------------------------------------- > > Key: GERONIMO-3171 > URL: https://issues.apache.org/jira/browse/GERONIMO-3171 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: naming > Affects Versions: 2.0-M6 > Environment: Java(TM) SE Runtime Environment (build 1.6.0_01-b06) > Fedora Core 4 > Reporter: toby cabot > Priority: Trivial > Fix For: 2.0-M6 > > Attachments: j6-patch.txt > > > I was curious to see if Geronimo could build and/or run using java 1.6 so I tried to build. There's a compile-time problem in one of the mock classes in geronimo-naming caused by a change in 1.6's interfaces. > 1.5: http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/DataSource.html > 1.6: http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html > I'll include a patch that adds the new required methods to the mock DataSource. They seem to work fine in 1.5 also. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.