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 jo...@apache.org on 2008/05/07 16:05:36 UTC

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

Author: johnemb
Date: Wed May  7 07:05:34 2008
New Revision: 654112

URL: http://svn.apache.org/viewvc?rev=654112&view=rev
Log:
DERBY-232: Added link to wiki for debugging lock timeouts (FAQ 5.4)


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

Modified: db/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/faq.html?rev=654112&r1=654111&r2=654112&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/faq.html (original)
+++ db/derby/site/trunk/build/site/faq.html Wed May  7 07:05:34 2008
@@ -911,8 +911,12 @@
       making it possible 
       to narrow down which statements may be holding the locks.
       </p>
+<p>Further information is available on the 
+      <a class="external" href="http://wiki.apache.org/db-derby/LockDebugging">LockDebugging</a>
+      wiki page.
+      </p>
 </div>
-<a name="N1021F"></a><a name="identity"></a>
+<a name="N10226"></a><a name="identity"></a>
 <h4 class="faq">5.5. 
       Can Derby generate unique identifiers like sequences?
       </h4>
@@ -929,9 +933,9 @@
        function returns the most recently assigned number.
       </p>
 </div>
-<a name="N1022F"></a><a name="users_client"></a>
+<a name="N10236"></a><a name="users_client"></a>
 <h3 class="boxed">6. Using Derby: Client Programming</h3>
-<a name="N10233"></a><a name="clientserv"></a>
+<a name="N1023A"></a><a name="clientserv"></a>
 <h4 class="faq">6.1. 
       Can you use Derby for client-server applications?
       </h4>
@@ -952,7 +956,7 @@
       <a class="external" href="http://sequoia.continuent.org/HomePage">Sequoia</a>.
       </p>
 </div>
-<a name="N1024F"></a><a name="netclient"></a>
+<a name="N10256"></a><a name="netclient"></a>
 <h4 class="faq">6.2. 
       Does Derby include a client-server ("network") jdbc driver?
       </h4>
@@ -968,7 +972,7 @@
       and it became available starting with Derby 10.1.
       </p>
 </div>
-<a name="N1025B"></a><a name="db2_jcc_errors"></a>
+<a name="N10262"></a><a name="db2_jcc_errors"></a>
 <h4 class="faq">6.3. 
       How can I get the message text for an error using the DB2 JDBC
       Universal Driver?
@@ -986,7 +990,7 @@
       mail list topic.
       </p>
 </div>
-<a name="N1026A"></a><a name="derby_xa"></a>
+<a name="N10271"></a><a name="derby_xa"></a>
 <h4 class="faq">6.4. 
       Can you execute a query that spans two Derby databases 
       across different JVMs?
@@ -1002,7 +1006,7 @@
       <a href="http://db.apache.org/derby/docs/10.2/adminguide/cadminapps811478.html">Admin and Server Guide</a>.
       </p>
 </div>
-<a name="N10276"></a><a name="derby_faster"></a>
+<a name="N1027D"></a><a name="derby_faster"></a>
 <h4 class="faq">6.5. 
       Are there any tips to make Derby go faster?
       </h4>
@@ -1037,7 +1041,7 @@
       
 </ol>
 </div>
-<a name="N1028F"></a><a name="jdbc_lob"></a>
+<a name="N10296"></a><a name="jdbc_lob"></a>
 <h4 class="faq">6.6. 
       Where is an example that shows how to insert a CLOB?
       </h4>
@@ -1055,7 +1059,7 @@
       provides another example.
       </p>
 </div>
-<a name="N102A2"></a><a name="jdbc4"></a>
+<a name="N102A9"></a><a name="jdbc4"></a>
 <h4 class="faq">6.7. 
       Does Derby support JDBC 4.0?
       </h4>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=654112&r1=654111&r2=654112&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/faq.xml Wed May  7 07:05:34 2008
@@ -527,6 +527,10 @@
       making it possible 
       to narrow down which statements may be holding the locks.
       </p>
+      <p>Further information is available on the 
+      <a href="http://wiki.apache.org/db-derby/LockDebugging">LockDebugging</a>
+      wiki page.
+      </p>
       </answer>
     </faq>
     <faq id="identity">