You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2011/09/13 16:27:43 UTC

svn commit: r1170194 - /db/derby/docs/trunk/src/ref/rrefexcept71493.dita

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
                         </row>
                         <row>
                             <entry colname="col1">22003</entry>
-                            <entry colname="col2">The length (<varname>&lt;number&gt;</varname>) exceeds the maximum length for the data type (<varname>&lt;datatypeName&gt;</varname>).</entry>
+                            <entry colname="col2">The length (<varname>&lt;number&gt;</varname>) exceeds the maximum length (<varname>&lt;datatypeName&gt;</varname>) for the data type.</entry>
                         </row>
                         <row>
                             <entry colname="col1">22005</entry>
@@ -528,7 +528,7 @@ the corresponding text in messages.xml a
                         </row>
                         <row>
                             <entry colname="col1">2200H</entry>
-                            <entry colname="col2">Sequence generator '<varname>&lt;sequenceName&gt;</varname>' does not cycle. No more values can be obtained from this sequence generator.</entry>
+                            <entry colname="col2">Sequence generator '<varname>&lt;schemaName&gt;</varname>.<varname>&lt;sequenceName&gt;</varname>' does not cycle. No more values can be obtained from this sequence generator.</entry>
                         </row>
                         <row>
                             <entry colname="col1">2200L</entry>
@@ -994,6 +994,10 @@ the corresponding text in messages.xml a
                             <entry colname="col2">Role <varname>&lt;authorizationID&gt;</varname> cannot be granted to <varname>&lt;authorizationID&gt;</varname> because this would create a circularity.</entry>
                         </row>
                         <row>
+                            <entry colname="col1">4251D</entry>
+                            <entry colname="col2">Only the database owner can view this data.</entry>
+                        </row>
+                        <row>
                             <entry colname="col1">42601</entry>
                             <entry colname="col2">In an ALTER TABLE statement, the column '<varname>&lt;columnName&gt;</varname>' has been specified as NOT NULL and either the DEFAULT clause was not specified or was specified as DEFAULT NULL.</entry>
                         </row>
@@ -2458,6 +2462,14 @@ the corresponding text in messages.xml a
                             <entry colname="col1">X0Y84</entry>
                             <entry colname="col2">Too much contention on sequence <varname>&lt;sequenceName&gt;</varname>.</entry>
                         </row>
+                        <row>
+                            <entry colname="col1">X0Y85</entry>
+                            <entry colname="col2">The Derby property '<varname>&lt;propertyName&gt;</varname>' identifies a class which cannot be instantiated: '<varname>&lt;className&gt;</varname>'. See the next exception for details.</entry>
+                        </row>
+                        <row>
+                            <entry colname="col1">X0Y86</entry>
+                            <entry colname="col2">Derby could not obtain the locks needed to release the unused, preallocated values for the sequence '<varname>&lt;schemaName&gt;</varname>'.'<varname>&lt;sequenceName&gt;</varname>'. As a result, unexpected gaps may appear in this sequence.</entry>
+                        </row>
                     </tbody>
                 </tgroup>
             </table>
@@ -2962,10 +2974,6 @@ ln=lower-case two-letter ISO-639 languag
                             <entry colname="col1">XCL52</entry>
                             <entry colname="col2">The statement has been cancelled or timed out.</entry>
                         </row>
-                        <row>
-                            <entry colname="col1">XCL53</entry>
-                            <entry colname="col2">Stream is closed</entry>
-                        </row>
                     </tbody>
                 </tgroup>
             </table>
@@ -3460,10 +3468,6 @@ ln=lower-case two-letter ISO-639 languag
                             <entry colname="col2">Length of BLOB/CLOB, <varname>&lt;number&gt;</varname>, is too large.  The length cannot exceed <varname>&lt;number&gt;</varname>.</entry>
                         </row>
                         <row>
-                            <entry colname="col1">XJ094</entry>
-                            <entry colname="col2">This object is already closed.</entry>
-                        </row>
-                        <row>
                             <entry colname="col1">XJ095</entry>
                             <entry colname="col2">An attempt to execute a privileged action failed.</entry>
                         </row>