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 4599E10D2B for ; Tue, 18 Feb 2014 17:46:40 +0000 (UTC) Received: (qmail 88269 invoked by uid 500); 18 Feb 2014 17:46:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88058 invoked by uid 500); 18 Feb 2014 17:46:31 -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 87918 invoked by uid 99); 18 Feb 2014 17:46:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 17:46:29 +0000 Date: Tue, 18 Feb 2014 17:46:29 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6478) Fix language about supported DataSources for Compact Profiles MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904303#comment-13904303 ] ASF subversion and git services commented on DERBY-6478: -------------------------------------------------------- Commit 1569440 from [~chaase3] in branch 'docs/trunk' [ https://svn.apache.org/r1569440 ] DERBY-6478 Fix language about supported DataSources for Compact Profiles Modified 4 Admin Guide, 1 Developer's Guide, and 3 Reference Manual topics. Patch: DERBY-6478-2.diff > Fix language about supported DataSources for Compact Profiles > ------------------------------------------------------------- > > Key: DERBY-6478 > URL: https://issues.apache.org/jira/browse/DERBY-6478 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.11.0.0 > Reporter: Kim Haase > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-6478-2.diff, DERBY-6478-2.zip, DERBY-6478.diff, DERBY-6478.stat, DERBY-6478.zip > > > Knut Anders Hatlen pointed out the following in his review of a patch for DERBY-6236: > "One little inaccuracy in the changed text (existing problem, not introduced by the patch): It seems to imply that only the basic data sources work on Compact Profile 3. That is not the case. The ordinary data sources are supported on CP3. Only CP2 lacks the necessary classes (javax.naming.*) and need the basic data sources. (The basic data sources do work on CP3, though, so it's not a problem if applications choose to use them if they don't need the extra functionality of the ordinary data sources.)" > This means that numerous topics in the Admin Guide, Reference Manual, and Developer's Guide probably need some fixes. For example, the topic "JDBC support for Java SE 8 Compact Profiles" in the Reference Manual should probably add something like the following at the end of the topic: > "Users of Compact Profile 3 on the Java SE 8 platform can use either these DataSource classes or the Datasource classes for the full Java SE platform." > As another example, the topic "Network client security" in the Admin Guide should probably be changed to something like this: > "Derby provides two ClientDataSource implementations. Use the org.apache.derby.jdbc.ClientDataSource class on all supported Java SE versions except Java SE 8 Compact Profiles 1 and 2. On Java SE 8 Compact Profile 2, use the org.apache.derby.jdbc.BasicClientDataSource40 class." > Please let me know if these tweaks need further tweaking -- in the meantime I will start work on implementing them. Thanks. -- This message was sent by Atlassian JIRA (v6.1.5#6160)