Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 78372 invoked from network); 13 Apr 2007 22:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 22:45:38 -0000 Received: (qmail 96981 invoked by uid 500); 13 Apr 2007 22:45:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96927 invoked by uid 500); 13 Apr 2007 22:45:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 96637 invoked by uid 99); 13 Apr 2007 22:45:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 15:45:42 -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; Fri, 13 Apr 2007 15:45:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AF29B714082 for ; Fri, 13 Apr 2007 15:45:15 -0700 (PDT) Message-ID: <5110265.1176504315715.JavaMail.jira@brutus> Date: Fri, 13 Apr 2007 15:45:15 -0700 (PDT) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-2296) getProperties method deprecated on ClientDataSource In-Reply-To: <2182661.1170801425495.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/DERBY-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reassigned DERBY-2296: -------------------------------------------- Assignee: Myrna van Lunteren > getProperties method deprecated on ClientDataSource > --------------------------------------------------- > > Key: DERBY-2296 > URL: https://issues.apache.org/jira/browse/DERBY-2296 > Project: Derby > Issue Type: Bug > Components: Network Client > Affects Versions: 10.2.1.6, 10.2.2.0 > Environment: All > Reporter: Matt Hogstrom > Assigned To: Myrna van Lunteren > Fix For: 10.2.2.1 > > Attachments: DERBY-2296_20070412.diff > > > Not sure exactly where this was deprecated but on Client DataSources it appears that the getProperties method was made private. In Geronimo we were using this to inquire and set whether a create=true was set for a database. > We are moving from 10.1.3.1 to 10.2.1.6 (or perhaps 10.2.2.0) for our next version which we are targetting for April of this year. > Is it possible to add the following methods on the ClientDataSource: > setCreateDatabase (String) > getCreateDatabase() > setShutdownDatabase (String) > getShutdownDatabase() > as they are on the EmbeddedDataSource? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.