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 A52713745 for ; Thu, 28 Apr 2011 15:15:56 +0000 (UTC) Received: (qmail 84568 invoked by uid 500); 28 Apr 2011 15:15:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84549 invoked by uid 500); 28 Apr 2011 15:15:56 -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 84542 invoked by uid 99); 28 Apr 2011 15:15:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 15:15:56 +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; Thu, 28 Apr 2011 15:15:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8FC20B8D69 for ; Thu, 28 Apr 2011 15:15:17 +0000 (UTC) Date: Thu, 28 Apr 2011 15:15:17 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Message-ID: <494346492.9166.1304003717585.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1626526994.58361.1302803226129.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-5191) Documentation needed for connection URL attribute retrieveMessageText 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-5191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026339#comment-13026339 ] Kim Haase commented on DERBY-5191: ---------------------------------- Thanks, Dag, for the feedback on the confusing sentence. The topic's first sentence begins, "If set to true (the default), ..." This is what we did with deregister=true. So I believe the default is clearly stated. > Documentation needed for connection URL attribute retrieveMessageText > --------------------------------------------------------------------- > > Key: DERBY-5191 > URL: https://issues.apache.org/jira/browse/DERBY-5191 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.7.1.1, 10.8.1.2 > Reporter: Kim Haase > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-5191.diff, DERBY-5191.stat, rrefattribretrievemsgtext.html > > > The connection URL attribute retrieveMessageText, mentioned in the Admin Guide in the topic "Accessing the Network Server by using the network client driver (cadminappsclient.dita), is not documented in the Reference Manual but should be. > I can't find any javadoc comments on this attribute in the implementation code in java/client/org/apache/derby/jdbc/ClientBaseDataSource.java or client/org/apache/derby/client/am/Connection.java. > The Admin Guide just says the following, noting that the default setting is true: > "Retrieve message text from the server. A stored procedure is called to retrieve the message text with each SQLException and might start a new unit of work. Set this property to false if you do not want the performance impact or when starting new units of work." > This last sentence is confusing. Seems like it should be something like "Set this property to false if you do not want the performance impact or do not want to start a new unit of work." Does that make more sense? > I know the attribute is client-specific. > Must it be combined with any other attributes, or are there some that it must NOT be combined with? > What else needs to be said? > I'll pick this up if someone can clear up these few points. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira