Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 4828 invoked from network); 9 Nov 2007 20:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2007 20:09:12 -0000 Received: (qmail 70579 invoked by uid 500); 9 Nov 2007 20:08:59 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70540 invoked by uid 500); 9 Nov 2007 20:08:59 -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 70531 invoked by uid 99); 9 Nov 2007 20:08:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 12:08:59 -0800 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, 09 Nov 2007 20:09:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6FAA71420A for ; Fri, 9 Nov 2007 12:08:50 -0800 (PST) Message-ID: <31167015.1194638930812.JavaMail.jira@brutus> Date: Fri, 9 Nov 2007 12:08:50 -0800 (PST) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3168) Reference Manual lacks topics on trace-related connection URL attributes In-Reply-To: <24039176.1193860190698.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-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-3168: ----------------------------- Attachment: DERBY-3168.zip DERBY-3168.diff Attaching patch, DERBY-3168.diff and DERBY-3168.zip, containing first drafts of three new topics: rrefattribtracedirectory.dita rrefattribtracefile.dita rrefattribtracelevel.dita In the Reference Manual, these topics will appear in the section "Setting attributes for the database connection URL." The drafts contain some questions about security, interaction with other attributes, and the like. The output of the "svn stat" command looks like this: A src/ref/rrefattribtracedirectory.dita A src/ref/rrefattribtracelevel.dita A src/ref/rrefattribtracefile.dita M src/ref/refderby.ditamap Thanks in advance for any comments. > Reference Manual lacks topics on trace-related connection URL attributes > ------------------------------------------------------------------------ > > Key: DERBY-3168 > URL: https://issues.apache.org/jira/browse/DERBY-3168 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.3.1.4 > Reporter: Kim Haase > Assignee: Kim Haase > Attachments: DERBY-3168.diff, DERBY-3168.zip > > > The Admin Guide topic "Network client tracing" describes three connection URL attributes that enable network client tracing: > http://db.apache.org/derby/docs/dev/adminguide/cadminappsclienttracing.html > The URL attributes are traceFile, traceDirectory, and traceLevel. > These three attributes are missing from the Reference Manual section where all the connection URL attributes are listed and described: > http://db.apache.org/derby/docs/dev/ref/rrefattrib24612.html > Like the securityMechanism and ssl attributes, these attributes appear to apply only to the client/server mode of Derby, not to the embedded mode. > I'll add topics to the Reference Manual for each of these attributes, unless there is some reason not to. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.