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 jt...@apache.org on 2005/06/22 20:46:06 UTC

svn commit: r192974 - in /incubator/derby/site/trunk: build/site/faq.html src/documentation/content/xdocs/faq.xml

Author: jta
Date: Wed Jun 22 11:46:05 2005
New Revision: 192974

URL: http://svn.apache.org/viewcvs?rev=192974&view=rev
Log:
Corrected JDK 5.1 / 1.5 references in the FAQ to be JDK 5.0.

Modified:
    incubator/derby/site/trunk/build/site/faq.html
    incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml

Modified: incubator/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/faq.html?rev=192974&r1=192973&r2=192974&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/faq.html (original)
+++ incubator/derby/site/trunk/build/site/faq.html Wed Jun 22 11:46:05 2005
@@ -217,7 +217,7 @@
 </li>
 <li>
 <a href="#derby_jdk51">2.6. 
-      Can I use Derby on JDK 5.1?
+      Can I use Derby on JDK 5.0?
       </a>
 </li>
 <li>
@@ -476,21 +476,24 @@
 </div>
 <a name="N100BA"></a><a name="derby_jdk51"></a>
 <h4 class="faq">2.6. 
-      Can I use Derby on JDK 5.1?
+      Can I use Derby on JDK 5.0?
       </h4>
 <div align="right">
 <a href="#derby_jdk51-menu">^</a>
 </div>
 <div style="margin-left: 15px">
 <p>
-      Two problems with handling Decimal conversion on JDK 1.5 
+      Two problems with handling Decimal conversion on 
+      JDK 5.0 
       (<a class="external" href="http://issues.apache.org/jira/browse/DERBY-74">DERBY-74</a>
       and
       <a class="external" href="http://issues.apache.org/jira/browse/DERBY-83">DERBY-83</a>)
       have been fixed in the Derby 10.1 development codeline.
+      <a class="external" href="http://java.sun.com/j2se/naming_versioning_5_0.html">JDK 
+      5.0 is also known as JDK 1.5</a>.
       </p>
 </div>
-<a name="N100CA"></a><a name="in_memory"></a>
+<a name="N100CE"></a><a name="in_memory"></a>
 <h4 class="faq">2.7. 
       Does Derby have a mode that causes it to run entirely in memory?
       </h4>
@@ -507,9 +510,9 @@
       Check that mail list for current status.
       </p>
 </div>
-<a name="N100DA"></a><a name="users_sql"></a>
+<a name="N100DE"></a><a name="users_sql"></a>
 <h3 class="boxed">3. Using Derby: SQL</h3>
-<a name="N100DE"></a><a name="null_args"></a>
+<a name="N100E2"></a><a name="null_args"></a>
 <h4 class="faq">3.1. 
       Why can't my SQL function/procedure pass a NULL INTEGER?
       </h4>
@@ -528,7 +531,7 @@
       mail list topic.
       </p>
 </div>
-<a name="N100EA"></a><a name="limit"></a>
+<a name="N100EE"></a><a name="limit"></a>
 <h4 class="faq">3.2. 
       Does Derby support a LIMIT command? 
       </h4>
@@ -541,7 +544,7 @@
       <a class="external" href="http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200411.mbox/%3c41A95632.3010301@debrunners.com%3e">JDBC</a>.
       </p>
 </div>
-<a name="N100F6"></a><a name="schema_exist"></a>
+<a name="N100FA"></a><a name="schema_exist"></a>
 <h4 class="faq">3.3. 
       Why do I get the error 'schema does not exist'?
       </h4>
@@ -573,7 +576,7 @@
       to create in a particular schema and no explicit CREATE SCHEMA was issued.
       </p>
 </div>
-<a name="N10107"></a><a name="debug_lock_timeout"></a>
+<a name="N1010B"></a><a name="debug_lock_timeout"></a>
 <h4 class="faq">3.4. 
       I get a lock timeout error. How do I debug this?
       </h4>
@@ -602,9 +605,9 @@
       to narrow down which statements may be holding the locks.
       </p>
 </div>
-<a name="N10121"></a><a name="users_client"></a>
+<a name="N10125"></a><a name="users_client"></a>
 <h3 class="boxed">4. Using Derby: Client Programming</h3>
-<a name="N10125"></a><a name="clientserv"></a>
+<a name="N10129"></a><a name="clientserv"></a>
 <h4 class="faq">4.1. 
       Can you use Derby for client-server applications?
       </h4>
@@ -625,7 +628,7 @@
       <a href="papers/DerbyClientSpec.html">Derby Network Client</a>.
       </p>
 </div>
-<a name="N1013D"></a><a name="netclient"></a>
+<a name="N10141"></a><a name="netclient"></a>
 <h4 class="faq">4.2. 
       Does Derby include a client-server ("network") jdbc driver?
       </h4>
@@ -653,7 +656,7 @@
       must not be used for production</a>.
       </p>
 </div>
-<a name="N10154"></a><a name="db2_jcc_errors"></a>
+<a name="N10158"></a><a name="db2_jcc_errors"></a>
 <h4 class="faq">4.3. 
       How can I get the message text for an error using the DB2 JDBC
       Universal Driver?
@@ -671,7 +674,7 @@
       mail list topic.
       </p>
 </div>
-<a name="N10163"></a><a name="derby_xa"></a>
+<a name="N10167"></a><a name="derby_xa"></a>
 <h4 class="faq">4.4. 
       Can you execute a query that spans two Derby databases 
       across different JVMs?
@@ -697,7 +700,7 @@
       used for production</a>.
       </p>
 </div>
-<a name="N1017A"></a><a name="derby_faster"></a>
+<a name="N1017E"></a><a name="derby_faster"></a>
 <h4 class="faq">4.5. 
       Are there any tips to make Derby go faster?
       </h4>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=192974&r1=192973&r2=192974&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml Wed Jun 22 11:46:05 2005
@@ -198,15 +198,18 @@
     </faq>
     <faq id="derby_jdk51">
       <question>
-      Can I use Derby on JDK 5.1?
+      Can I use Derby on JDK 5.0?
       </question>
       <answer>
       <p>
-      Two problems with handling Decimal conversion on JDK 1.5 
+      Two problems with handling Decimal conversion on 
+      JDK 5.0 
       (<a href="http://issues.apache.org/jira/browse/DERBY-74">DERBY-74</a>
       and
       <a href="http://issues.apache.org/jira/browse/DERBY-83">DERBY-83</a>)
       have been fixed in the Derby 10.1 development codeline.
+      <a href="http://java.sun.com/j2se/naming_versioning_5_0.html">JDK 
+      5.0 is also known as JDK 1.5</a>.
       </p>
       </answer>
     </faq>