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.2.0, 10.2.1.6
Environment: All
Reporter: Matt Hogstrom
Fix For: 10.2.2.1
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.