You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2007/05/14 23:48:16 UTC

[jira] Commented: (DERBY-2296) getProperties method deprecated on ClientDataSource

    [ https://issues.apache.org/jira/browse/DERBY-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495794 ] 

Daniel John Debrunner commented on DERBY-2296:
----------------------------------------------

Since this summary isn't very useful, e.g. I can't determine from the summary if this would concern me or not:

"4 new public methods were created for ClientDataSource:"

How about something like:

 "ClientDataSource now supports the createDatabase and shutdownDatabase properties"

> 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.3.0.0
>
>         Attachments: DERBY-2296.htm, DERBY-2296_20070412.diff, DERBY-2296_20070413.diff, releaseNote.html, releaseNote.html, releaseNote.html, releaseNote.html, releaseNote.html, relnoteDERBY-2296.html
>
>
> 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.