You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by aw...@apache.org on 2006/10/04 02:10:29 UTC

svn commit: r452681 [1/2] - /incubator/openjpa/trunk/openjpa-project/src/doc/manual/

Author: awhite
Date: Tue Oct  3 17:10:28 2006
New Revision: 452681

URL: http://svn.apache.org/viewvc?view=rev&rev=452681
Log:
Fix relative Javadoc URLs.


Modified:
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_em.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_persistence.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_remote.xml
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml Tue Oct  3 17:10:28 2006
@@ -282,7 +282,7 @@
         <note>
             <para>
 All exceptions thrown by OpenJPA implement
-<ulink url="../apidocs/org/apache/openjpa/util/ExceptionInfo.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/util/ExceptionInfo.html"><classname>
 org.apache.openjpa.util.ExceptionInfo</classname></ulink> to provide you with
 additional error information.
             </para>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_em.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_em.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_em.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_em.xml Tue Oct  3 17:10:28 2006
@@ -26,7 +26,7 @@
         <para>
 OpenJPA extends the standard <classname>EntityManager</classname> interface with
 the 
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
 <classname>org.apache.openjpa.persistence.OpenJPAEntityManager</classname>
 </ulink> interface to provide additional functionality.
         </para>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml Tue Oct  3 17:10:28 2006
@@ -22,7 +22,7 @@
         <para>
 OpenJPA extends the standard <classname>EntityManagerFactory</classname>
 interface with the
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManagerFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManagerFactory.html">
 <classname>OpenJPAEntityManagerFactory</classname></ulink> to provide additional
 functionality.
         </para>
@@ -143,7 +143,7 @@
                     <para>
 <literal>openjpa.&lt;property&gt;</literal>, where <emphasis>&lt;property&gt;
 </emphasis> is any JavaBean property of the
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
 <classname>
 org.apache.openjpa.persistence.OpenJPAEntityManager</classname></ulink>.
                     </para>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml Tue Oct  3 17:10:28 2006
@@ -861,7 +861,7 @@
                 </itemizedlist>
                 <para>
 These string constants are defined in
-<ulink url="../apidocs/org/apache/openjpa/persistence/Generator.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/Generator.html">
 <classname>org.apache.openjpa.persistence.Generator</classname></ulink>.
                 </para>
             </note>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_persistence.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_persistence.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_persistence.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_persistence.xml Tue Oct  3 17:10:28 2006
@@ -40,7 +40,7 @@
     <note>
         <para>
 OpenJPA also includes the
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAPersistence.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAPersistence.html">
 <classname>OpenJPAPersistence</classname></ulink> helper class to provide 
 additional utility methods.
         </para>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml Tue Oct  3 17:10:28 2006
@@ -22,7 +22,7 @@
         </listitem>
         <listitem>
             <para>
-<ulink url="../apidocs/index.html">OpenJPA Javadoc</ulink>
+<ulink url="../javadoc/index.html">OpenJPA Javadoc</ulink>
             </para>
         </listitem>
         <listitem>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml Tue Oct  3 17:10:28 2006
@@ -198,7 +198,7 @@
 </programlisting>
             </example>
             <para>
-See the <ulink url="../apidocs/org/apache/openjpa/persistence/DataCache.html">
+See the <ulink url="../javadoc/org/apache/openjpa/persistence/DataCache.html">
 <classname>org.apache.openjpa.persistence.DataCache</classname></ulink> Javadoc
 for more information on the <classname>DataCache</classname> annotation.
             </para>
@@ -261,7 +261,7 @@
             <para>
 The <literal>org.apache.openjpa.datacache</literal> package defines OpenJPA's
 data caching framework. While you may use this framework directly (see its
-<ulink url="../apidocs/org/apache/openjpa/datacache/package-summary.html">
+<ulink url="../javadoc/org/apache/openjpa/datacache/package-summary.html">
 Javadoc</ulink> for details), its APIs are meant primarily for service
 providers. In fact, <xref linkend="ref_guide_cache_extension"/> below has
 tips on how to use this package to extend OpenJPA's caching service yourself.
@@ -270,7 +270,7 @@
 Rather than use the low-level <literal>org.apache.openjpa.datacache</literal>
 package APIs, JPA users should typically access the data cache through OpenJPA's
 high-level 
-<ulink url="../apidocs/org/apache/openjpa/persistence/StoreCache.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/StoreCache.html">
 <classname>org.apache.openjpa.persistence.StoreCache</classname></ulink> facade.
 This facade has methods to pin and unpin records, evict data from the cache, and
 more.
@@ -347,7 +347,7 @@
             </example>
             <para>
 See the <classname>StoreCache</classname>
-<ulink url="../apidocs/org/apache/openjpa/persistence/StoreCache.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/StoreCache.html">
 Javadoc</ulink> for information on additional functionality it provides. Also,
 <xref linkend="ref_guide_runtime"/> discusses OpenJPA's other extensions
 to the standard set of JPA runtime interfaces.
@@ -411,7 +411,7 @@
             </para>
             <para>
 OpenJPA exposes a high-level interface to the query cache through the
-<ulink url="../apidocs/org/apache/openjpa/persistence/QueryResultCache.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/QueryResultCache.html">
 <classname>org.apache.openjpa.persistence.QueryResultCache</classname></ulink> 
 class. You can access this class through the <classname>
 OpenJPAEntityManagerFactory</classname>.

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Tue Oct  3 17:10:28 2006
@@ -103,11 +103,11 @@
             <para>
 Internally, the OpenJPA runtime environment and development
 tools manipulate property settings through a general
-<ulink url="../apidocs/ResultObjectProvider/lib/conf/Configuration.html">
+<ulink url="../javadoc/ResultObjectProvider/lib/conf/Configuration.html">
 <classname>Configuration</classname></ulink> interface, and in particular its
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html">
 <classname>OpenJPAConfiguration</classname></ulink> and
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
 <classname>JDBCConfiguration</classname></ulink> subclasses. For advanced
 customization, OpenJPA's extended runtime interfaces and its development tools
 allow you to access these interfaces directly. See the <ulink url="../javadoc">
@@ -377,7 +377,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAggregateListeners">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAggregateListeners">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getAggregateListeners
 </methodname></ulink>
             </para>
@@ -391,7 +391,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A comma-separated list of plugin
 strings (see <xref linkend="ref_guide_conf_plugins"/>) describing custom
-<ulink url="../apidocs/org/apache/openjpa/jdbc/kernel/exps/JDBCAggregateListener.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/exps/JDBCAggregateListener.html">
 <classname> org.apache.openjpa.jdbc.kernel.exps.JDBCAggregateListener
 </classname></ulink>s to make available to all queries, in addition to the
 standard set of listeners. See <xref linkend="ref_guide_enterprise_queryext"/>
@@ -425,7 +425,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoClear">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoClear">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getAutoClear
 </methodname></ulink>
             </para>
@@ -472,7 +472,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoDetach">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoDetach">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getAutoDetach
 </methodname></ulink>
             </para>
@@ -507,7 +507,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerFactory">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerFactory">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getBrokerFactory
 </methodname></ulink>
             </para>
@@ -525,7 +525,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/kernel/BrokerFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/kernel/BrokerFactory.html">
 <classname>org.apache.openjpa.kernel.BrokerFactory</classname></ulink> type to
 use.
             </para>
@@ -553,7 +553,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerImpl">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerImpl">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getBrokerImpl
 </methodname></ulink>
             </para>
@@ -567,7 +567,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/kernel/Broker.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/kernel/Broker.html"><classname>
 org.apache.openjpa.kernel.Broker</classname></ulink> type to use at runtime. See
 <xref linkend="ref_guide_runtime_pmextension"/> on for details.
             </para>
@@ -595,7 +595,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getClassResolver">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getClassResolver">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getClassResolver
 </methodname></ulink>
             </para>
@@ -609,7 +609,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/util/ClassResolver.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/util/ClassResolver.html"><classname>
 org.apache.openjpa.util.ClassResolver</classname></ulink> implementation to use
 for class name resolution. You may wish to plug in your own resolver if you have
 special classloading needs.
@@ -635,7 +635,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCompatibility">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCompatibility">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getCompatibility
 </methodname></ulink>
             </para>
@@ -674,7 +674,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionDriverName">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionDriverName">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionDriverName
 </methodname></ulink>
@@ -716,7 +716,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2DriverName">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2DriverName">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2DriverName
 </methodname></ulink>
@@ -759,7 +759,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory
 </methodname></ulink>
             </para>
@@ -799,7 +799,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2
 </methodname></ulink>
             </para>
@@ -839,7 +839,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryName">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryName">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryName
 </methodname></ulink>
@@ -880,7 +880,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Name">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Name">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2Name
 </methodname></ulink>
@@ -921,7 +921,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryMode">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryMode">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryMode
 </methodname></ulink>
@@ -966,7 +966,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryProperties">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryProperties">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryProperties
 </methodname></ulink>
@@ -1008,7 +1008,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Properties">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Properties">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2Properties
 </methodname></ulink>
@@ -1051,7 +1051,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionPassword">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionPassword">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionPassword
 </methodname></ulink>
             </para>
@@ -1091,7 +1091,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Password">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Password">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2Password
 </methodname></ulink>
             </para>
@@ -1133,7 +1133,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionProperties">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionProperties">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionProperties
 </methodname></ulink>
@@ -1175,7 +1175,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Properties">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Properties">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2Properties
 </methodname></ulink>
@@ -1218,7 +1218,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionURL">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionURL">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionURL
 </methodname></ulink>
             </para>
@@ -1257,7 +1257,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2URL">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2URL">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2URL
 </methodname></ulink>
             </para>
@@ -1299,7 +1299,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionUserName">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionUserName">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionUserName
 </methodname></ulink>
             </para>
@@ -1339,7 +1339,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2UserName">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2UserName">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2UserName
 </methodname></ulink>
             </para>
@@ -1381,7 +1381,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionRetainMode">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionRetainMode">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionRetainMode
 </methodname></ulink>
@@ -1422,7 +1422,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCache">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCache">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDataCache
 </methodname></ulink>
             </para>
@@ -1436,7 +1436,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin list string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/datacache/DataCache.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/datacache/DataCache.html"><classname>
 org.apache.openjpa.datacache.DataCache</classname></ulink>s to use for data
 caching. See <xref linkend="ref_guide_cache_conf"/> for details.
             </para>
@@ -1464,7 +1464,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheManager">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheManager">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheManager
 </methodname></ulink>
             </para>
@@ -1478,7 +1478,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/datacache/DataCacheManager.html">
+<ulink url="../javadoc/org/apache/openjpa/datacache/DataCacheManager.html">
 <classname>openjpa.datacache.DataCacheManager</classname></ulink> that manages
 the system data caches. See <xref linkend="ref_guide_cache"/> for details
 on data caching.
@@ -1507,7 +1507,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheTimeout">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheTimeout">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheTimeout
 </methodname></ulink>
             </para>
@@ -1551,7 +1551,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDetachState">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDetachState">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDetachState
 </methodname></ulink>
             </para>
@@ -1603,7 +1603,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicDataStructs">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicDataStructs">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDynamicDataStructs
 </methodname></ulink>
             </para>
@@ -1650,7 +1650,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchBatchSize">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchBatchSize">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getFetchBatchSize
 </methodname></ulink>
             </para>
@@ -1685,7 +1685,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchGroups">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchGroups">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getFetchGroups
 </methodname></ulink>
             </para>
@@ -1727,7 +1727,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFilterListeners">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFilterListeners">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getFilterListeners
 </methodname></ulink>
             </para>
@@ -1741,7 +1741,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A comma-separated list of full
 plugin strings (see <xref linkend="ref_guide_conf_plugins"/>) for custom
-<ulink url="../apidocs/org/apache/openjpa/jdbc/kernel/exps/JDBCFilterListener.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/exps/JDBCFilterListener.html">
 <classname> org.apache.openjpa.jdbc.kernel.exps.JDBCFilterListener</classname>
 </ulink>s to make available to all queries, in addition to the standard set of
 listeners. You can also add filter listeners to individual queries. See
@@ -1784,7 +1784,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFlushBeforeQueries">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFlushBeforeQueries">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getFlushBeforeQueries
 </methodname></ulink>
             </para>
@@ -1816,7 +1816,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getIgnoreChanges">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getIgnoreChanges">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getIgnoreChanges
 </methodname></ulink>
             </para>
@@ -1860,7 +1860,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInverseManager">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInverseManager">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getInverseManager
 </methodname></ulink>
             </para>
@@ -1878,7 +1878,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/kernel/InverseManager.html">
+<ulink url="../javadoc/org/apache/openjpa/kernel/InverseManager.html">
 <classname>org.apache.openjpa.kernel.InverseManager</classname></ulink> to use
 for managing bidirectional relations upon a flush. See
 <xref linkend="ref_guide_inverses"/> for usage documentation.
@@ -1907,7 +1907,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockManager">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockManager">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getLockManager
 </methodname></ulink>
             </para>
@@ -1925,7 +1925,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/kernel/LockManager.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/kernel/LockManager.html"><classname>
 org.apache.openjpa.kernel.LockManager</classname></ulink> to use for acquiring
 locks on persistent instances during transactions.
             </para>
@@ -1953,7 +1953,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockTimeout">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockTimeout">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getLockTimeout
 </methodname></ulink>
             </para>
@@ -1992,7 +1992,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLog">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLog">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getLog</methodname>
 </ulink>
             </para>
@@ -2010,7 +2010,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/lib/log/LogFactory.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/lib/log/LogFactory.html"><classname>
 org.apache.openjpa.lib.log.LogFactory</classname></ulink> to use for logging.
 For details on logging, see <xref linkend="ref_guide_logging"/>.
             </para>
@@ -2041,7 +2041,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getManagedRuntime">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getManagedRuntime">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getManagedRuntime
 </methodname></ulink>
             </para>
@@ -2055,7 +2055,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/ee/ManagedRuntime.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/ee/ManagedRuntime.html"><classname>
 org.apache.openjpa.ee.ManagedRuntime</classname></ulink> implementation to use
 for obtaining a reference to the <classname>TransactionManager</classname> in an
 enterprise environment.
@@ -2076,7 +2076,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMapping">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMapping">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getMapping</methodname>
 </ulink>
             </para>
@@ -2115,7 +2115,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMaxFetchDepth">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMaxFetchDepth">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getMaxFetchDepth
 </methodname></ulink>
             </para>
@@ -2155,7 +2155,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataFactory">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataFactory">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getMetaDataFactory
 </methodname></ulink>
             </para>
@@ -2169,7 +2169,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/meta/MetaDataFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/meta/MetaDataFactory.html">
 <classname>openjpa.meta.MetaDataFactory</classname></ulink> to use to store and
 retrieve metadata for your persistent classes. See
 <xref linkend="ref_guide_meta_factory"/> for details.
@@ -2198,7 +2198,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMultithreaded">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMultithreaded">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getMultithreaded
 </methodname></ulink>
             </para>
@@ -2238,7 +2238,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimistic">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimistic">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getOptimistic
 </methodname></ulink>
             </para>
@@ -2277,7 +2277,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOrphanedKeyAction">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOrphanedKeyAction">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getOrphanedKeyAction
 </methodname></ulink>
             </para>
@@ -2295,7 +2295,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/event/OrphanedKeyAction.html">
+<ulink url="../javadoc/org/apache/openjpa/event/OrphanedKeyAction.html">
 <classname>org.apache.openjpa.event.OrphanedKeyAction</classname></ulink> to
 invoke when OpenJPA discovers an orphaned datastore key. See
 <xref linkend="ref_guide_orphan"/> for details.
@@ -2316,7 +2316,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalRead">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalRead">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getNontransactionalRead
 </methodname></ulink>
@@ -2348,7 +2348,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalWrite">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalWrite">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getNontransactionalWrite
 </methodname></ulink>
@@ -2389,7 +2389,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getProxyManager">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getProxyManager">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getProxyManager
 </methodname></ulink>
             </para>
@@ -2403,7 +2403,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/util/ProxyManager.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/util/ProxyManager.html"><classname>
 org.apache.openjpa.util.ProxyManager</classname></ulink> to use for proxying
 mutable second class objects. See
 <xref linkend="ref_guide_pc_scos_proxy_custom"/> for details.
@@ -2432,7 +2432,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getQueryCache">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getQueryCache">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getQueryCache
 </methodname></ulink>
             </para>
@@ -2448,7 +2448,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/datacache/QueryCache.html">
+<ulink url="../javadoc/org/apache/openjpa/datacache/QueryCache.html">
 <classname>org.apache.openjpa.datacache.QueryCache</classname></ulink>
 implementation to use for caching of queries loaded from the data store. See
 <xref linkend="ref_guide_cache_query"/> for details.
@@ -2477,7 +2477,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getReadLockLevel">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getReadLockLevel">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getReadLockLevel
 </methodname></ulink>
             </para>
@@ -2531,7 +2531,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRemoteCommitProvider">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRemoteCommitProvider">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getRemoteCommitProvider
 </methodname></ulink>
@@ -2546,7 +2546,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/event/RemoteCommitProvider.html">
+<ulink url="../javadoc/org/apache/openjpa/event/RemoteCommitProvider.html">
 <classname>org.apache.openjpa.event.RemoteCommitProvider</classname></ulink>
 implementation to use for distributed event notification. See
 <xref linkend="ref_guide_event_conf"/> for more information.
@@ -2567,7 +2567,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRestoreState">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRestoreState">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getRestoreState
 </methodname></ulink>
             </para>
@@ -2602,7 +2602,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetainState">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetainState">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getRetainState
 </methodname></ulink>
             </para>
@@ -2641,7 +2641,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetryClassRegistration">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetryClassRegistration">
 <methodname>
 org.apache.openjpa.conf.OpenJPAConfiguration.getRetryClassRegistration
 </methodname></ulink>
@@ -2672,7 +2672,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSavepointManager">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSavepointManager">
 org.apache.openjpa.conf.OpenJPAConfiguration.getSavepointManager</ulink>
             </para>
             <para>
@@ -2689,7 +2689,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing a
-<ulink url="../apidocs/org/apache/openjpa/kernel/SavepointManager.html">
+<ulink url="../javadoc/org/apache/openjpa/kernel/SavepointManager.html">
 <classname>org.apache.openjpa.kernel.SavepointManager</classname></ulink> to 
 use for managing transaction savepoints. See 
 <xref linkend="ref_guide_savepoints"/> for details.
@@ -2710,7 +2710,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSequence">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSequence">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getSequence
 </methodname></ulink>
             </para>
@@ -2724,7 +2724,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/kernel/Seq.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/kernel/Seq.html"><classname>
 org.apache.openjpa.kernel.Seq</classname></ulink> implementation to use for the
 system sequence. See <xref linkend="ref_guide_sequence"/> for more
 information.
@@ -2753,7 +2753,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getTransactionMode">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getTransactionMode">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getTransactionMode
 </methodname></ulink>
             </para>
@@ -2796,7 +2796,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getWriteLockLevel">
+<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getWriteLockLevel">
 <methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getWriteLockLevel
 </methodname></ulink>
             </para>
@@ -2858,7 +2858,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getConnectionDecorators">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getConnectionDecorators">
 <methodname>
 org.apache.openjpa.jdbc.conf.JDBCConfiguration.getConnectionDecorators
 </methodname></ulink>
@@ -2873,7 +2873,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A comma-separated list of plugin
 strings (see <xref linkend="ref_guide_conf_plugins"/>) describing
-<ulink url="../apidocs/org/apache/openjpa/lib/jdbc/ConnectionDecorator.html">
+<ulink url="../javadoc/org/apache/openjpa/lib/jdbc/ConnectionDecorator.html">
 <classname>org.apache.openjpa.lib.jdbc.ConnectionDecorator</classname></ulink>
 instances to install on the connection factory. These decorators can wrap
 connections passed from the underlying <classname>DataSource</classname> to add
@@ -2906,7 +2906,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDBDictionary">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDBDictionary">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getDBDictionary
 </methodname></ulink>
             </para>
@@ -2923,7 +2923,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/DBDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.DBDictionary</classname></ulink> to use
 for database interaction. OpenJPA typically auto-configures the dictionary based
 on the JDBC URL, but you may have to set this property explicitly if you are
@@ -2955,7 +2955,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDriverDataSource">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDriverDataSource">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getDriverDataSource
 </methodname></ulink>
             </para>
@@ -2969,7 +2969,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> The alias or full class name of
 the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/DriverDataSource.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/DriverDataSource.html">
 <classname>org.apache.openjpa.jdbc.schema.DriverDataSource</classname></ulink>
 implementation to use to wrap JDBC Driver classes with javax.sql.DataSource
 instances.
@@ -2998,7 +2998,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getEagerFetchMode">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getEagerFetchMode">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getEagerFetchMode
 </methodname></ulink>
             </para>
@@ -3042,7 +3042,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getFetchDirection">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getFetchDirection">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getFetchDirection
 </methodname></ulink>
             </para>
@@ -3086,7 +3086,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getJDBCListeners">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getJDBCListeners">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getJDBCListeners
 </methodname></ulink>
             </para>
@@ -3100,7 +3100,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A comma-separated list of plugin
 strings (see <xref linkend="ref_guide_conf_plugins"/>) describing
-<ulink url="../apidocs/org/apache/openjpa/lib/jdbc/JDBCListener.html">
+<ulink url="../javadoc/org/apache/openjpa/lib/jdbc/JDBCListener.html">
 <classname>org.apache.openjpa.lib.jdbc.JDBCListener</classname></ulink> event
 listeners to install. These listeners will be notified on various JDBC-related
 events.
@@ -3129,7 +3129,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getLRSSize">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getLRSSize">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getLRSSize
 </methodname></ulink>
             </para>
@@ -3173,7 +3173,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingDefaults">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingDefaults">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getMappingDefaults
 </methodname></ulink>
             </para>
@@ -3187,7 +3187,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/meta/MappingDefaults.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/meta/MappingDefaults.html">
 <classname>org.apache.openjpa.jdbc.meta.MappingDefaults</classname></ulink> to
 use to define default column names, table names, and constraints for your
 persistent classes. See <xref linkend="ref_guide_mapping_factory"/> for
@@ -3217,7 +3217,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingFactory">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingFactory">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getMappingFactory
 </methodname></ulink>
             </para>
@@ -3231,7 +3231,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/meta/MetaDataFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/meta/MetaDataFactory.html">
 <classname>org.apache.openjpa.meta.MetaDataFactory</classname></ulink> to use to
 store and retrieve object-relational mapping information for your persistent
 classes. See <xref linkend="ref_guide_mapping_factory"/> for details.
@@ -3260,7 +3260,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getResultSetType">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getResultSetType">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getResultSetType
 </methodname></ulink>
             </para>
@@ -3299,7 +3299,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchema">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchema">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchema
 </methodname></ulink>
             </para>
@@ -3339,7 +3339,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemaFactory">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemaFactory">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchemaFactory
 </methodname></ulink>
             </para>
@@ -3358,7 +3358,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/SchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/SchemaFactory.html">
 <classname>org.apache.openjpa.jdbc.schema.SchemaFactory</classname></ulink> to
 use to store and retrieve information about the database schema. See
 <xref linkend="ref_guide_schema_info_factory"/> for details.
@@ -3382,7 +3382,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemas">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemas">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchemas
 </methodname></ulink>
             </para>
@@ -3422,7 +3422,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSQLFactory">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSQLFactory">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSQLFactory
 </methodname></ulink>
             </para>
@@ -3436,7 +3436,7 @@
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see
 <xref linkend="ref_guide_conf_plugins"/>) describing the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/SQLFactory.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/SQLFactory.html"><classname>
 org.apache.openjpa.jdbc.sql.SQLFactory</classname></ulink> to use to abstract
 common SQL constructs.
             </para>
@@ -3472,7 +3472,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSubclassFetchMode">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSubclassFetchMode">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSubclassFetchMode
 </methodname></ulink>
             </para>
@@ -3516,7 +3516,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSynchronizeMappings">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSynchronizeMappings">
 <methodname>
 org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSynchronizeMappings
 </methodname></ulink>
@@ -3566,7 +3566,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getTransactionIsolation">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getTransactionIsolation">
 <methodname>
 org.apache.openjpa.jdbc.conf.JDBCConfiguration.getTransactionIsolation
 </methodname></ulink>
@@ -3613,7 +3613,7 @@
             </para>
             <para>
 <emphasis role="bold">Configuration API:</emphasis>
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getUpdateManager">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getUpdateManager">
 <methodname>org.apache.openjpa.jdbc.conf.JDBCConfiguration.getUpdateManager
 </methodname></ulink>
             </para>
@@ -3626,11 +3626,11 @@
             </para>
             <para>
 <emphasis role="bold">Description:</emphasis> The full class name of the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/kernel/UpdateManager.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/UpdateManager.html">
 <classname>org.apache.openjpa.jdbc.kernel.UpdateManager</classname></ulink> to
 use to flush persistent object changes to the datastore. The provided default
 implementation is
-<ulink url="../apidocs/org/apache/openjpa/jdbc/kernel/OperationOrderUpdateManager">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/OperationOrderUpdateManager">
 <classname>org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager</classname>
 </ulink>.
             </para>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Tue Oct  3 17:10:28 2006
@@ -364,7 +364,7 @@
         </para>
         <para>
 The 
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManager.html">
 <methodname>OpenJPAEntityManager.getConnection</methodname></ulink> method
 returns an <classname>EntityManager</classname>'s connection. If the <classname>
 EntityManager</classname> does not already have a connection, it will obtain
@@ -455,7 +455,7 @@
         <para>
 If OpenJPA cannot detect what type of database you are using, or if you are
 using an unsupported database, you will have to tell OpenJPA what
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/DBDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.DBDictionary</classname></ulink> to use.
 The <classname>DBDictionary</classname> abstracts away the differences between
 databases. You can plug a dictionary into OpenJPA using the
@@ -474,7 +474,7 @@
                 </indexterm>
 <literal>access</literal>: Dictionary for Microsoft Access. This is an alias
 for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/AccessDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/AccessDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.AccessDictionary</classname></ulink>
 class.
                 </para>
@@ -487,7 +487,7 @@
                     </primary>
                 </indexterm>
 <literal>db2</literal>: Dictionary for IBM's DB2 database. This is an alias for
-the <ulink url="../apidocs/org/apache/openjpa/jdbc/sql/DB2Dictionary.html">
+the <ulink url="../javadoc/org/apache/openjpa/jdbc/sql/DB2Dictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.DB2Dictionary</classname></ulink> class.
                 </para>
             </listitem>
@@ -500,7 +500,7 @@
                 </indexterm>
 <literal>derby</literal>: Dictionary for the Apache Derby database. This is an
 alias for the 
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/DerbyDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/DerbyDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.DerbyDictionary</classname> class.
 </ulink>
                 </para>
@@ -514,7 +514,7 @@
                 </indexterm>
 <literal>empress</literal>: Dictionary for Empress database This is an alias
 for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/EmpressDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/EmpressDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.EmpressDictionary</classname></ulink>
 class.
                 </para>
@@ -528,7 +528,7 @@
                 </indexterm>
 <literal>foxpro</literal>: Dictionary for Microsoft Visual FoxPro. This is an
 alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/FoxProDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/FoxProDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.FoxProDictionary</classname></ulink>
 class.
                 </para>
@@ -542,7 +542,7 @@
                 </indexterm>
 <literal>hsql</literal>: Dictionary for the Hypersonic SQL database. This is an
 alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/HSQLDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/HSQLDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.HSQLDictionary</classname></ulink> class.
                 </para>
             </listitem>
@@ -555,7 +555,7 @@
                 </indexterm>
 <literal>informix</literal>: Dictionary for the Informix database. This is an
 alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/InformixDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/InformixDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.InformixDictionary</classname></ulink>
 class.
                 </para>
@@ -569,7 +569,7 @@
                 </indexterm>
 <literal>jdatastore</literal>: Dictionary for Borland JDataStore. This is an
 alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/JDataStoreDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/JDataStoreDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.JDataStoreDictionary</classname></ulink>
 class.
                 </para>
@@ -583,7 +583,7 @@
                 </indexterm>
 <literal>mysql</literal>: Dictionary for the MySQL database. This is an alias
 for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/MySQLDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/MySQLDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.MySQLDictionary</classname></ulink>
 class.
                 </para>
@@ -596,7 +596,7 @@
                     </primary>
                 </indexterm>
 <literal>oracle</literal>: Dictionary for Oracle. This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/OracleDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/OracleDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.OracleDictionary</classname></ulink>
 class.
                 </para>
@@ -610,7 +610,7 @@
                 </indexterm>
 <literal>pointbase</literal>: Dictionary for Pointbase Embedded database. This
 is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/PointbaseDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/PointbaseDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.PointbaseDictionary</classname></ulink>
 class.
                 </para>
@@ -623,7 +623,7 @@
                     </primary>
                 </indexterm>
 <literal>postgres</literal>: Dictionary for PostgreSQL. This is an alias for
-the <ulink url="../apidocs/org/apache/openjpa/jdbc/sql/PostgresDictionary.html">
+the <ulink url="../javadoc/org/apache/openjpa/jdbc/sql/PostgresDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.PostgresDictionary</classname></ulink>
 class.
                 </para>
@@ -637,7 +637,7 @@
                 </indexterm>
 <literal>sqlserver</literal>: Dictionary for Microsoft's SQLServer database.
 This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/SQLServerDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/SQLServerDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.SQLServerDictionary</classname></ulink>
 class.
                 </para>
@@ -650,7 +650,7 @@
                     </primary>
                 </indexterm>
 <literal>sybase</literal>: Dictionary for Sybase. This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/sql/SybaseDictionary.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/SybaseDictionary.html">
 <classname>org.apache.openjpa.jdbc.sql.SybaseDictionary</classname></ulink>
 class.
                 </para>
@@ -3325,7 +3325,7 @@
             </indexterm>
             <para>
 OpenJPA relies on the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/SchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/SchemaFactory.html">
 <classname>openjpa.jdbc.SchemaFactory</classname></ulink> interface for runtime
 schema information. You can control the schema factory OpenJPA uses through the
 <literal>openjpa.jdbc.SchemaFactory</literal> property. There are several
@@ -3335,7 +3335,7 @@
                 <listitem>
                     <para>
 <literal>dynamic</literal>: This is the default setting. It is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/DynamicSchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/DynamicSchemaFactory.html">
 <classname>
 org.apache.openjpa.jdbc.schema.DynamicSchemaFactory</classname></ulink>. The 
 <classname>DynamicSchemaFactory</classname> is the most performant
@@ -3350,7 +3350,7 @@
                 <listitem>
                     <para>
 <literal>native</literal>: This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/LazySchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/LazySchemaFactory.html">
 <classname>org.apache.openjpa.jdbc.schema.LazySchemaFactory</classname></ulink>
 . As persistent classes are loaded by the application, OpenJPA reads their
 metadata and object-relational mapping information. This factory uses the
@@ -3372,7 +3372,7 @@
                 <listitem>
                     <para>
 <literal>table</literal>: This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/TableSchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/TableSchemaFactory.html">
 <classname>org.apache.openjpa.jdbc.schema.TableSchemaFactory</classname></ulink>
 . This schema factory stores schema information as an XML document in a database
 table it creates for this purpose. If your JDBC driver doesn't support the
@@ -3407,7 +3407,7 @@
                 <listitem>
                     <para>
 <literal>file</literal>: This is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/FileSchemaFactory.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/FileSchemaFactory.html">
 <classname>org.apache.openjpa.jdbc.schema.FileSchemaFactory</classname></ulink>
 . This factory is a lot like the <classname>TableSchemaFactory</classname>, and
 has the same advantages and disadvantages. Instead of storing its XML schema
@@ -3505,7 +3505,7 @@
         </para>
         <para>
 You can invoke the schema tool through its Java class, 
-<ulink url="../apidocs/org/apache/openjpa/jdbc/schema/SchemaTool.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/schema/SchemaTool.html">
 <classname>org.apache.openjpa.jdbc.schema.SchemaTool</classname></ulink>. In
 addition to the universal flags of the <link linkend="ref_guide_conf">
 configuration framework</link>, the schema tool accepts the following command

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml Tue Oct  3 17:10:28 2006
@@ -39,7 +39,7 @@
 <classname>Persistence</classname> to add additional <classname>
 EntityManagerFactory</classname> creation methods. The <classname>
 org.apache.openjpa.persistence.OpenJPAPersistence</classname> class
-<ulink url="../apidocs/org/apache/openjpa/persistence/OpenJPAPersistence.html">
+<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAPersistence.html">
 Javadoc</ulink> details these extensions.
             </para>
             <para>
@@ -145,7 +145,7 @@
 accomplished through the <link linkend="openjpa.ManagedRuntime"><literal>
 openjpa.ManagedRuntime</literal></link> configuration property.  This
 property describes an 
-<ulink url="../apidocs/org/apache/openjpa/ee/ManagedRuntime.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/ee/ManagedRuntime.html"><classname>
 org.apache.openjpa.ee.ManagedRuntime</classname></ulink> implementation to use
 for transaction manager discovery.  You can specify your own implementation, 
 or use one of the built-ins:
@@ -154,7 +154,7 @@
 			<listitem>
 				<para>
 <literal>auto</literal>: This is the default.  It is an alias for the
-<ulink url="../apidocs/org/apache/openjpa/ee/AutomaticManagedRuntime.html">
+<ulink url="../javadoc/org/apache/openjpa/ee/AutomaticManagedRuntime.html">
 <classname>org.apache.openjpa.ee.AutomaticManagedRuntime</classname></ulink>
 class.  This managed runtime is able to automatically integrate with several 
 common application servers.
@@ -163,7 +163,7 @@
 			<listitem>
 				<para>
 <literal>invocation</literal>: An alias for the 
-<ulink url="../apidocs/org/apache/openjpa/ee/InvocationManagedRuntime.html">
+<ulink url="../javadoc/org/apache/openjpa/ee/InvocationManagedRuntime.html">
 <classname>org.apache.openjpa.ee.InvocationManagedRuntime</classname></ulink>
 class.  You can configure this runtime to invoke any static
 method in order to obtain the appserver's transaction manager.
@@ -172,7 +172,7 @@
 			<listitem>
 				<para>
 <literal>jndi</literal>: An alias for the 
-<ulink url="../apidocs/org/apache/openjpa/ee/JNDIManagedRuntime.html">
+<ulink url="../javadoc/org/apache/openjpa/ee/JNDIManagedRuntime.html">
 <classname>org.apache.openjpa.ee.JNDIManagedRuntime</classname></ulink>
 class.  You can configure this runtime to look up the transaction manager at 
 any JNDI location.

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml Tue Oct  3 17:10:28 2006
@@ -79,7 +79,7 @@
 All OpenJPA tasks accept a nested <literal>config</literal> element, which
 defines the configuration environment in which the specified task will run. The
 attributes for the <literal>config</literal> tag are defined by the
-<ulink url="../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
+<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
 <classname>JDBCConfiguration</classname></ulink> bean methods. Note that
 excluding the <literal>config</literal> element will cause the Ant task to use
 the default system configuration mechanism, such as the configuration defined in
@@ -268,7 +268,7 @@
 tool directly from within the Ant build process. The task's parameters
 correspond exactly to the long versions of the command-line arguments to the
 <link linkend="ref_guide_pc_appid_appidtool"><classname>
-org.openjpa.enhance.ApplicationIdTool</classname></link>.
+org.apache.openjpa.enhance.ApplicationIdTool</classname></link>.
             </para>
             <para>
 The application identity tool task accepts a nested <literal>fileset</literal>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml?view=diff&rev=452681&r1=452680&r2=452681
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml Tue Oct  3 17:10:28 2006
@@ -484,7 +484,7 @@
         </para>
         <para>
 A custom logging framework must include an implementation of the
-<ulink url="../apidocs/org/apache/openjpa/lib/log/LogFactory.html"><classname>
+<ulink url="../javadoc/org/apache/openjpa/lib/log/LogFactory.html"><classname>
 org.apache.openjpa.lib.log.LogFactory</classname></ulink> interface. We present
 a custom <classname>LogFactory</classname> below.
         </para>