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 ch...@apache.org on 2014/02/17 17:21:28 UTC

svn commit: r1569042 - in /db/derby/docs/trunk/src/ref: rrefjdbc16643.dita rrefjdbc32052.dita

Author: chaase3
Date: Mon Feb 17 16:21:27 2014
New Revision: 1569042

URL: http://svn.apache.org/r1569042
Log:
DERBY-6236  Oracle Java documentation URLs need updating

Modified 2 Reference Manual topics.

Patch: DERBY-6236-ref-2.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefjdbc16643.dita
    db/derby/docs/trunk/src/ref/rrefjdbc32052.dita

Modified: db/derby/docs/trunk/src/ref/rrefjdbc16643.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefjdbc16643.dita?rev=1569042&r1=1569041&r2=1569042&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefjdbc16643.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefjdbc16643.dita Mon Feb 17 16:21:27 2014
@@ -37,7 +37,8 @@ in the <ph conref="../conrefs.dita#pub/c
 <p>Exceptions raised by <ph conref="../conrefs.dita#prod/productshortname"></ph>
 will generally be one of the refined subclasses of <i>SQLException</i>. These
 refined exceptions are raised under the conditions described by their respective
-API documentation.</p>
+API documentation. The subclasses include the following. For a complete list,
+see the API documentation for your version of the Java SE platform.</p>
 <ul>
 <li><b>java.sql.SQLClientInfoException</b></li>
 <li><b>java.sql.SQLDataException</b></li>

Modified: db/derby/docs/trunk/src/ref/rrefjdbc32052.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefjdbc32052.dita?rev=1569042&r1=1569041&r2=1569042&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefjdbc32052.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefjdbc32052.dita Mon Feb 17 16:21:27 2014
@@ -39,8 +39,9 @@ exceptions to this rule.</p>
 driver, call the <i>Class.forName().newInstance()</i> method to do so:</p>
 <codeblock>Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();</codeblock>
 <p>You also need to call the <i>Class.forName</i> method in this way if you need
-to load a non-default driver -- for example, if you want to load the embedded
-driver when using the Network Server. See, for example, "Overview of the
+to boot the <ph conref="../conrefs.dita#prod/productshortname"></ph> engine
+without actually connecting to it -- for example, if you want to start an
+embedded Network Server instance. See, for example, "Overview of the
 SimpleNetworkServer Sample program" in the
 <ph conref="../conrefs.dita#pub/citadmin"></ph>.</p>
 </section>