Author: chaase3
Date: Fri Nov 5 18:33:31 2010
New Revision: 1031703
URL: http://svn.apache.org/viewvc?rev=1031703&view=rev
Log:
DERBY-4826: Documentation tasks for new minor release of Derby
Updated files in getstart, devguide and tools with new command output.
Patches: DERBY-4826-2.diff
Modified:
db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita
db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita
db/derby/docs/trunk/src/getstart/twwdactivity1.dita
db/derby/docs/trunk/src/getstart/twwdactivity2.dita
db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita
db/derby/docs/trunk/src/getstart/twwdactivity4.dita
db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita
Modified: db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita Fri Nov 5 18:33:31 2010
@@ -41,11 +41,15 @@ has been shut down or until you shut dow
<p>When <ph conref="../conrefs.dita#prod/productshortname"></ph> boots
a database,
a message is added to the log file. The message includes the <ph conref="../conrefs.dita#prod/productshortname"></ph>
version
that the database was booted with, for example:</p>
-<codeblock>2010-02-11 22:17:36.174 GMT:
- Booting <ph conref="../conrefs.dita#prod/productshortname"></ph> version The
Apache Software Foundation - <ph
-conref="../conrefs.dita#prod/productlongname"></ph>
-- 10.6.0.0 - (908506): instance a816c00e-0121-2140-ffd9-fffff0cfee85
-on database directory C:\sampledb</codeblock>
+<codeblock>Thu Nov 04 16:32:06 EDT 2010:
+ Booting Derby version The Apache Software Foundation - Apache Derby
+- 10.7.1.0 - (1031070): instance a816c00e-012c-1896-832c-00002ded7282
+on database directory C:\sampledb with class loader
+sun.misc.Launcher$AppClassLoader@7d772e
+Loaded from file:C:\db-derby-10.7.1.0-bin\lib\derby.jar
+java.vendor=Sun Microsystems Inc.
+java.runtime.version=1.6.0_21-b06
+Database Class Loader started - derby.database.classpath=''</codeblock>
<p>The number of databases running in a <ph conref="../conrefs.dita#prod/productshortname"></ph>
system
is limited only by the amount of memory available in the JVM.</p>
</conbody>
Modified: db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita (original)
+++ db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita Fri Nov 5 18:33:31 2010
@@ -33,8 +33,14 @@ the application shuts down the <ph conre
by issuing the following JDBC call:</p><codeblock>DriverManager.getConnection("jdbc:derby:;shutdown=true");</codeblock><p>Shutdown
commands always raise <i>SQLExceptions</i>.</p><p>When a <ph conref="../conrefs.dita#prod/productshortname"></ph>
system
shuts down, a message goes to the log file:</p>
-<codeblock>2010-02-11 22:19:13.372 GMT:
-Shutting down instance a816c00e-0121-2140-ffd9-fffff0cfee85</codeblock>
+<codeblock>----------------------------------------------------------------
+Thu Nov 04 16:32:41 EDT 2010: Shutting down Derby engine
+----------------------------------------------------------------
+Thu Nov 04 16:32:41 EDT 2010:
+Shutting down instance a816c00e-012c-1896-832c-00002ded7282 on
+database directory C:\sampledb with class loader
+sun.misc.Launcher$AppClassLoader@7d772e
+----------------------------------------------------------------</codeblock>
<p>Typically,
an application using an embedded <ph conref="../conrefs.dita#prod/productshortname"></ph>
engine
shuts down <ph conref="../conrefs.dita#prod/productshortname"></ph> just before
Modified: db/derby/docs/trunk/src/getstart/twwdactivity1.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity1.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity1.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity1.dita Fri Nov 5 18:33:31 2010
@@ -47,12 +47,12 @@ relcolwidth="1* 4*">
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
ij</userinput></b>
-<systemoutput>ij version 10.6</systemoutput></codeblock></stentry>
+<systemoutput>ij version @RELEASE_ID_SHORT@</systemoutput></codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
ij</userinput></b>
-<systemoutput>ij version 10.6</systemoutput></codeblock></stentry>
+<systemoutput>ij version @RELEASE_ID_SHORT@</systemoutput></codeblock></stentry>
</strow>
</simpletable></stepxmp></step>
<step><cmd>Create the database and open a connection to the database using
@@ -100,8 +100,7 @@ not have an SQL <codeph>create database
3 rows selected</systemoutput></codeblock></stepxmp></step>
<step><cmd>Perform a qualified select of the record with column ID=20.</cmd>
-<stepxmp><codeblock><b><userinput>SELECT * FROM FIRSTTABLE
-WHERE ID=20;</userinput></b>
+<stepxmp><codeblock><b><userinput>SELECT * FROM FIRSTTABLE WHERE
ID=20;</userinput></b>
<systemoutput>ID |NAME
------------------------
20 |TWENTY
@@ -142,17 +141,25 @@ ij> insert into COUNTRIES values ( 'Alba
<stepxmp><ul>
<li>The <codeph>derby.log</codeph> file. This file is a message and error
log that, under normal circumstances, contains a set of startup messages and
-a shutdown message. <codeblock><systemoutput>----------------------------------------------------------------
-2010-02-11 21:56:41.744 GMT:
- Booting Derby version The Apache Software Foundation - Apache
- Derby - 10.6.0.0 - (908506):
- instance a816c00e-0121-2126-a56a-000000418588
- on database directory C:\DERBYTUTOR\firstdb
-
+a shutdown message. <codeblock><systemoutput>
+----------------------------------------------------------------
+Thu Nov 04 15:43:01 EDT 2010:
+Booting Derby version The Apache Software Foundation - Apache
+ Derby - 10.7.1.0 - (1031070):
+ instance a816c00e-012c-1869-e1d2-000000bc30c8
+on database directory C:\DERBYTUTOR\firstdb
+ with class loader sun.misc.Launcher$AppClassLoader@7d772e
+Loaded from file:C:\db-derby-10.7.1.0-bin\lib\derby.jar
+java.vendor=Sun Microsystems Inc.
+java.runtime.version=1.6.0_21-b06
Database Class Loader started - derby.database.classpath=''
-
-2010-02-11 21:57:38.008 GMT:
-Shutting down instance a816c00e-0121-2126-a56a-000000418588
+----------------------------------------------------------------
+Thu Nov 04 15:43:40 EDT 2010: Shutting down Derby engine
+----------------------------------------------------------------
+Thu Nov 04 15:43:40 EDT 2010:
+Shutting down instance a816c00e-012c-1869-e1d2-000000bc30c8 on
+ database directory C:\DERBYTUTOR\firstdb
+ with class loader sun.misc.Launcher$AppClassLoader@7d772e
----------------------------------------------------------------</systemoutput></codeblock></li>
<li>The <codeph>firstdb</codeph> database directory. Within the directory
are the subdirectories <codeph>seg0</codeph> (containing the data files) and
<codeph>log</codeph> (containing
Modified: db/derby/docs/trunk/src/getstart/twwdactivity2.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity2.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity2.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity2.dita Fri Nov 5 18:33:31 2010
@@ -49,19 +49,19 @@ perform some basic SQL operations.</p></
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
server start</userinput></b>
-<systemoutput>2010-02-11 22:00:38.982 GMT GMT : Security manager
+<systemoutput>Thu Nov 04 15:50:38 EDT 2010 : Security manager
installed using the Basic server security policy.
-2010-02-11 22:00:39.661 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) started and ready to
+Thu Nov 04 15:50:39 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) started and ready to
accept connections on port 1527</systemoutput></codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
server start</userinput></b>
-<systemoutput>2010-02-11 22:00:38.982 GMT : Security manager
+<systemoutput>Thu Nov 04 15:50:38 EDT 2010 : Security manager
installed using the Basic server security policy.
-2010-02-11 22:00:39.661 : Apache Derby Network
- Server - 10.6.0.0 - (908506) started and ready to
+Thu Nov 04 15:50:39 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) started and ready to
accept connections on port 1527</systemoutput></codeblock></stentry>
</strow>
</simpletable></stepxmp><stepresult>A Network Server startup message appears
@@ -80,12 +80,12 @@ relcolwidth="1* 4*">
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
ij</userinput></b>
-<systemoutput>ij version 10.6</systemoutput></codeblock></stentry>
+<systemoutput>ij version @RELEASE_ID_SHORT@</systemoutput></codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
ij</userinput></b>
-<systemoutput>ij version 10.6</systemoutput></codeblock></stentry>
+<systemoutput>ij version @RELEASE_ID_SHORT@</systemoutput></codeblock></stentry>
</strow>
</simpletable></stepxmp><stepresult>You will enter all subsequent commands
from the network client, so you will type the commands in the Shell-2 command
@@ -132,14 +132,14 @@ Server.</cmd><stepxmp><simpletable relco
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
server shutdown</userinput></b>
-<systemoutput>2010-02-11 22:04:30.301 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) shutdown</systemoutput></codeblock></stentry>
+<systemoutput>Thu Nov 04 15:56:01 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) shutdown</systemoutput></codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
server shutdown</userinput></b>
-<systemoutput>2010-02-11 22:04:30.301 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) shutdown</systemoutput></codeblock></stentry>
+<systemoutput>Thu Nov 04 15:56:01 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) shutdown</systemoutput></codeblock></stentry>
</strow>
</simpletable></stepxmp><stepresult>The server shutdown confirmation appears
in both command windows.</stepresult></step>
Modified: db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita Fri Nov 5 18:33:31 2010
@@ -89,15 +89,15 @@ Connected to database jdbcDemoDB
. . . . creating table WISH_LIST
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>a peppermint stick</userinput></b>
-<systemoutput> __________________________________________________________
-On 2010-02-11 17:11:13.838 I wished for a peppermint stick
- __________________________________________________________
+<systemoutput> __________________________________________________
+On 2010-11-04 16:09:25.686 I wished for a peppermint stick
+ __________________________________________________
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>a long vacation</userinput></b>
-<systemoutput> __________________________________________________________
-On 2010-02-11 17:11:13.838 I wished for a peppermint stick
-On 2010-02-11 17:11:19.381 I wished for a long vacation
- __________________________________________________________
+<systemoutput> __________________________________________________
+On 2010-11-04 16:09:25.686 I wished for a peppermint stick
+On 2010-11-04 16:09:31.948 I wished for a long vacation
+ __________________________________________________
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>exit</userinput></b>
<systemoutput>Closed connection
Modified: db/derby/docs/trunk/src/getstart/twwdactivity4.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity4.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity4.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity4.dita Fri Nov 5 18:33:31 2010
@@ -121,20 +121,20 @@ performed successfully.) </stepresult></
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
server start</userinput></b>
-2010-02-11 22:14:03.613 GMT : Security manager
+Thu Nov 04 16:31:45 EDT 2010 : Security manager
installed using the Basic server security policy.
-2010-02-11 22:14:04.278 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) started and ready to
- accept connections on port 1527</codeblock></stentry>
+Thu Nov 04 16:31:46 EDT 2010 : Apache Derby
+ Network Server - 10.7.1.0 - (1031070) started and
+ ready to accept connections on port 1527</codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
server start</userinput></b>
-2010-02-11 22:14:03.613 GMT : Security manager
+Thu Nov 04 16:31:45 EDT 2010 : Security manager
installed using the Basic server security policy.
-2010-02-11 22:14:04.278 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) started and ready to
- accept connections on port 1527</codeblock></stentry>
+Thu Nov 04 16:31:46 EDT 2010 : Apache Derby
+ Network Server - 10.7.1.0 - (1031070) started and
+ ready to accept connections on port 1527</codeblock></stentry>
</strow>
</simpletable> </stepxmp></substep>
</substeps>
@@ -142,8 +142,9 @@ performed successfully.) </stepresult></
<step><cmd>Run the client program using the following steps:</cmd>
<substeps>
<substep><cmd>Return to the Client-Shell window.</cmd></substep>
-<substep><cmd>If not already set, set the <codeph>CLASSPATH</codeph>
environment
-variable to include the location of the file <codeph>derbyclient.jar</codeph>:</cmd>
+<substep><cmd>Set the <codeph>CLASSPATH</codeph> environment
+variable to include the location of the file <codeph>derbyclient.jar</codeph>
+(not <codeph>derby.jar</codeph> as in the embedded example):</cmd>
<stepxmp> <simpletable relcolwidth="1* 4*">
<sthead>
<stentry>Operating System</stentry>
@@ -166,19 +167,19 @@ in the classpath. </note> </stepxmp></su
Connected to database jdbcDemoDB
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>a sunny day</userinput></b>
-<systemoutput> __________________________________________________________
-On 2010-02-11 17:11:13.838 I wished for a peppermint stick
-On 2010-02-11 17:11:19.381 I wished for a long vacation
-On 2010-02-11 17:17:43.521 I wished for a sunny day
- __________________________________________________________
+<systemoutput> __________________________________________________
+On 2010-11-04 16:09:25.686 I wished for a peppermint stick
+On 2010-11-04 16:09:31.948 I wished for a long vacation
+On 2010-11-04 16:32:13.17 I wished for a sunny day
+ __________________________________________________
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>a new car</userinput></b>
-<systemoutput> __________________________________________________________
-On 2010-02-11 17:11:13.838 I wished for a peppermint stick
-On 2010-02-11 17:11:19.381 I wished for a long vacation
-On 2010-02-11 17:17:43.521 I wished for a sunny day
-On 2010-02-11 17:17:48.547 I wished for a new car
- __________________________________________________________
+<systemoutput> __________________________________________________
+On 2010-11-04 16:09:25.686 I wished for a peppermint stick
+On 2010-11-04 16:09:31.948 I wished for a long vacation
+On 2010-11-04 16:32:13.17 I wished for a sunny day
+On 2010-11-04 16:32:19.349 I wished for a new car
+ __________________________________________________
Enter wish-list item (enter exit to end):</systemoutput>
<b><userinput>exit</userinput></b>
<systemoutput>Closed connection
@@ -195,15 +196,15 @@ Getting Started With Derby JDBC program
<stentry><lines>UNIX
(Korn Shell)</lines></stentry>
<stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar
server shutdown</userinput></b>
-<systemoutput>2010-02-11 22:19:13.475 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) shutdown</systemoutput>
+<systemoutput>Thu Nov 04 16:32:41 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) shutdown</systemoutput>
</codeblock></stentry>
</strow>
<strow>
<stentry><lines>Windows</lines></stentry>
<stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar
server shutdown</userinput></b>
-<systemoutput>2010-02-11 22:19:13.475 GMT : Apache Derby Network
- Server - 10.6.0.0 - (908506) shutdown</systemoutput>
+<systemoutput>Thu Nov 04 16:32:41 EDT 2010 : Apache Derby Network
+ Server - 10.7.1.0 - (1031070) shutdown</systemoutput>
</codeblock></stentry>
</strow>
</simpletable> </stepxmp><stepresult>The server shutdown confirmation appears
Modified: db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita?rev=1031703&r1=1031702&r2=1031703&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita Fri Nov 5 18:33:31 2010
@@ -27,12 +27,12 @@ limitations under the License.
<refbody>
<example>When you run the <codeph>sysinfo</codeph> command using the
<codeph>derbyrun.jar</codeph> file, the output looks something like this:
-<codeblock><b>java -jar C:\db-derby-10.6.0.0-bin\lib\derbyrun.jar sysinfo</b>
+<codeblock><b>java -jar C:\db-derby-10.7.1.0-bin\lib\derbyrun.jar sysinfo</b>
------------------ Java Information ------------------
-Java Version: 1.6.0_20
+Java Version: 1.6.0_21
Java Vendor: Sun Microsystems Inc.
-Java home: C:\jdk1.6.0_20\jre
-Java classpath: C:\db-derby-10.6.0.0-bin\lib\derbyrun.jar
+Java home: C:\jdk1.6.0_21\jre
+Java classpath: C:\db-derby-10.7.1.0-bin\lib\derbyrun.jar
OS name: Windows XP
OS architecture: x86
OS version: 5.1
@@ -41,42 +41,42 @@ Java user home: C:\Documents and Settin
Java user dir: C:\DERBYDBS
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
-java.runtime.version: 1.6.0_20-b02
+java.runtime.version: 1.6.0_21-b06
--------- Derby Information --------
JRE - JDBC: Java SE 6 - JDBC 4.0
-[C:\db-derby-10.6.0.0-bin\lib\derby.jar] 10.6.0.0 - (908506)
-[C:\db-derby-10.6.0.0-bin\lib\derbytools.jar] 10.6.0.0 - (908506)
-[C:\db-derby-10.6.0.0-bin\lib\derbynet.jar] 10.6.0.0 - (908506)
-[C:\db-derby-10.6.0.0-bin\lib\derbyclient.jar] 10.6.0.0 - (908506)
+[C:\db-derby-10.7.1.0-bin\lib\derby.jar] 10.7.1.0 - (1031070)
+[C:\db-derby-10.7.1.0-bin\lib\derbytools.jar] 10.7.1.0 - (1031070)
+[C:\db-derby-10.7.1.0-bin\lib\derbynet.jar] 10.7.1.0 - (1031070)
+[C:\db-derby-10.7.1.0-bin\lib\derbyclient.jar] 10.7.1.0 - (1031070)
------------------------------------------------------
----------------- Locale Information -----------------
Current Locale : [English/United States [en_US]]
Found support for locale: [cs]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [de_DE]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [es]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [fr]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [hu]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [it]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [ja_JP]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [ko_KR]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [pl]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [pt_BR]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [ru]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [zh_CN]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
Found support for locale: [zh_TW]
- version: 10.6.0.0 - (908506)
+ version: 10.7.1.0 - (1031070)
------------------------------------------------------</codeblock></example>
<section><p>When you request help for a problem by posting to the derby-user
mailing list, include a copy of the information provided
|