Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4BDA39C9E for ; Tue, 21 Feb 2012 19:55:17 +0000 (UTC) Received: (qmail 48934 invoked by uid 500); 21 Feb 2012 19:55:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48904 invoked by uid 500); 21 Feb 2012 19:55:16 -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 48868 invoked by uid 99); 21 Feb 2012 19:55:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 19:55:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 19:55:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 18EB81C2E15 for ; Tue, 21 Feb 2012 19:54:49 +0000 (UTC) Date: Tue, 21 Feb 2012 19:54:49 +0000 (UTC) From: "Kathey Marsden (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1552076363.502.1329854089103.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-4719) Define consistent Derby data source behavior MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4719: ---------------------------------- Urgency: Normal Labels: derby_triage10_9 (was: ) It would be nice to have consistent datasource behavior, but I agree incremental changes in that direction could be difficult for users. Since the datasources have their own implementation specific names, perhaps one solution for someone wanting to tackle this big project would be to create a new set of Datasources with new names that have the consistent behavior. > Define consistent Derby data source behavior > -------------------------------------------- > > Key: DERBY-4719 > URL: https://issues.apache.org/jira/browse/DERBY-4719 > Project: Derby > Issue Type: Task > Components: Documentation, Javadoc, JDBC, Network Client > Affects Versions: 10.7.1.1 > Reporter: Kristian Waagan > Labels: derby_triage10_9 > > The behavior of the various data source implementations in Derby isn't consistent. > As a starting point, from the thread [1] on derby-dev: > ----- > Hi, > I have been investigating how the various Derby data source implementations behave when it comes to [bean] properties. > Properties and attributes are used interchangeably, and I'll be using the following abbreviations: > o DS-[E|C] the "normal" data souce embedded/client > o CP-[E|C] ConnectionPoolDataSource embedded/client > o XA-[E|C] XADataSource embedded/client > Here are some of the current issues: > 1) CP-C and XA-C effectively ignore the connection attribute string for certain attributes (those who have individual setters, DERBY-4067) > 2) *-E don't update the internal property state based on the connection attribute string (i.e. specifying ";user=myuser" won't change the return value of getUser() after connect). > 3) Only some of the properties are updated from the connection attribute string. This is as expected, but it is confusing that for instance 'traceDirectory' is updated and 'traceLevel' isn't. > 4) *-C has 'APP' as the default user, *-E has . > 5) Some property setters accept all values, others throw an exception if the value is invalid. > I don't think all these issues should be fixed, but I'd like to fix (1), as it has caused some trouble in the past (i.e., user not understanding why the settings aren't taking effect). > There are several possible fixes for (1): > 1a) Make CP-C and XA-C process the connection attribute string to update the internal state. > 1b) Make DS-C ignore the connection attribute string (may break existing deployments). > 1c) Throw exception if a property with a setter is specified in the connection attribute string. > I don't care that much about which solution is chosen, but I'd prefer that the various data sources are consistent. For instance, it would be nice if a user could swap ClientDataSource with ClientConnectionPoolDataSource without having to change the data source definition. For instance, doing this today with "ssl=basic" in the connection attribute string would make DS-C connect with SSL, but CP-C would connection without SSL. > We have this wording in the JavaDoc for ClienBaseDataSource.setConnectionAttributes(String): > "Set this property to pass in more Derby specific connection URL attributes. > Any attributes that can be set using a property of this DataSource implementation (e.g user, password) should not be set in connectionAttributes. Conflicting settings in connectionAttributes and properties of the DataSource will lead to unexpected behaviour." > Any opinions or questions on any of this? > Regards, > ----- > [1] http://old.nabble.com/Derby-data-sources-to28692616.html#a28692616 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira