Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 71456 invoked from network); 26 Aug 2006 01:03:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2006 01:03:36 -0000 Received: (qmail 75798 invoked by uid 500); 26 Aug 2006 01:03:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75582 invoked by uid 500); 26 Aug 2006 01:03:35 -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 75573 invoked by uid 99); 26 Aug 2006 01:03:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 18:03:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 18:03:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ECFCF7141B8 for ; Sat, 26 Aug 2006 01:00:22 +0000 (GMT) Message-ID: <2761692.1156554022966.JavaMail.jira@brutus> Date: Fri, 25 Aug 2006 18:00:22 -0700 (PDT) From: "Stan Bradbury (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1634) Documented syntax for storing jar files in a db has syntax errors In-Reply-To: <26511486.1154556254786.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1634?page=comments#action_12430677 ] Stan Bradbury commented on DERBY-1634: -------------------------------------- These commands are documented correctly in the Developers Guide. In addition to the above problems the qualifiedJarName also needs quotes plus splitting the quoted jarFilePath across example lines makes if very difficult to read. Here's the current and corrected text. Current: CALL SQL.install_jar(' jarFilePath ', qualifiedJarName, 0) CORRECT: CALL sqlj.install_jar('jarFilePath', 'qualifiedJarName', 0) Current: CALL SQLJ.remove_jar (' jarFilePath ', qualifiedJarName, 0) CORRECT: CALL sqlj.remove_jar( 'qualifiedJarName', 0) Current: CALL SQLJ.replace_jar(' jarFilePath ', qualifiedJarName, 0) CORRECT: CALL sqlj.replace_jar( 'jarFilePath', 'qualifiedJarName') > Documented syntax for storing jar files in a db has syntax errors > ------------------------------------------------------------------ > > Key: DERBY-1634 > URL: http://issues.apache.org/jira/browse/DERBY-1634 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.1.3.1 > Reporter: Kathey Marsden > Priority: Minor > Fix For: 10.2.1.0 > > > The 'Adding a jar > file' section (link below) is missing a J from the "SQL." > portion (should be SQLJ). The 'Removing a jar file' and > 'Adding a jar file' sections have 3 parameters in the syntax > description and should only have 2 parameters. > http://db.apache.org/derby/docs/10.1/tools/ttoolsjarload1002986.html > http://db.apache.org/derby/docs/10.1/tools/ttoolsjarload1003059.html > It would also be good to clarify the meaning of the parameters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira