Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC30280CB for ; Tue, 13 Sep 2011 14:28:05 +0000 (UTC) Received: (qmail 23746 invoked by uid 500); 13 Sep 2011 14:28:05 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 23717 invoked by uid 500); 13 Sep 2011 14:28:05 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 23710 invoked by uid 99); 13 Sep 2011 14:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 14:28:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 14:28:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 107F623889BB; Tue, 13 Sep 2011 14:27:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170194 - /db/derby/docs/trunk/src/ref/rrefexcept71493.dita Date: Tue, 13 Sep 2011 14:27:43 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110913142744.107F623889BB@eris.apache.org> Author: myrnavl Date: Tue Sep 13 14:27:43 2011 New Revision: 1170194 URL: http://svn.apache.org/viewvc?rev=1170194&view=rev Log: DERBY-5287; 10.8.2 release tasks matching up trunk documentation re messages also Modified: db/derby/docs/trunk/src/ref/rrefexcept71493.dita Modified: db/derby/docs/trunk/src/ref/rrefexcept71493.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefexcept71493.dita?rev=1170194&r1=1170193&r2=1170194&view=diff ============================================================================== --- db/derby/docs/trunk/src/ref/rrefexcept71493.dita (original) +++ db/derby/docs/trunk/src/ref/rrefexcept71493.dita Tue Sep 13 14:27:43 2011 @@ -480,7 +480,7 @@ the corresponding text in messages.xml a 22003 - The length (<number>) exceeds the maximum length for the data type (<datatypeName>). + The length (<number>) exceeds the maximum length (<datatypeName>) for the data type. 22005 @@ -528,7 +528,7 @@ the corresponding text in messages.xml a 2200H - Sequence generator '<sequenceName>' does not cycle. No more values can be obtained from this sequence generator. + Sequence generator '<schemaName>.<sequenceName>' does not cycle. No more values can be obtained from this sequence generator. 2200L @@ -994,6 +994,10 @@ the corresponding text in messages.xml a Role <authorizationID> cannot be granted to <authorizationID> because this would create a circularity. + 4251D + Only the database owner can view this data. + + 42601 In an ALTER TABLE statement, the column '<columnName>' has been specified as NOT NULL and either the DEFAULT clause was not specified or was specified as DEFAULT NULL. @@ -2458,6 +2462,14 @@ the corresponding text in messages.xml a X0Y84 Too much contention on sequence <sequenceName>. + + X0Y85 + The Derby property '<propertyName>' identifies a class which cannot be instantiated: '<className>'. See the next exception for details. + + + X0Y86 + Derby could not obtain the locks needed to release the unused, preallocated values for the sequence '<schemaName>'.'<sequenceName>'. As a result, unexpected gaps may appear in this sequence. + @@ -2962,10 +2974,6 @@ ln=lower-case two-letter ISO-639 languag XCL52 The statement has been cancelled or timed out. - - XCL53 - Stream is closed - @@ -3460,10 +3468,6 @@ ln=lower-case two-letter ISO-639 languag Length of BLOB/CLOB, <number>, is too large. The length cannot exceed <number>. - XJ094 - This object is already closed. - - XJ095 An attempt to execute a privileged action failed.