From f05db496429bd707bca88ba53758c7028913da90 Mon Sep 17 00:00:00 2001 From: Milosz Tylenda Date: Sun, 14 Mar 2010 20:24:36 +0000 Subject: [PATCH] OPENJPA-1510: Correct broken links, remove link to non-existing locally mirrored JPA spec. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922946 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/jpa_overview_em.xml | 2 +- openjpa-project/src/doc/manual/jpa_resources.xml | 5 ----- openjpa-project/src/doc/manual/ref_guide_conf.xml | 6 +++--- openjpa-project/src/doc/manual/ref_guide_logging.xml | 4 ++-- openjpa-project/src/doc/manual/ref_guide_mapping.xml | 4 ++-- openjpa-project/src/doc/manual/ref_guide_runtime.xml | 2 +- 6 files changed, 9 insertions(+), 14 deletions(-) diff --git a/openjpa-project/src/doc/manual/jpa_overview_em.xml b/openjpa-project/src/doc/manual/jpa_overview_em.xml index a2444e29d..9db822941 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_em.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_em.xml @@ -515,7 +515,7 @@ public void lock(Object entity, LockModeType mode); This method locks the given entity using the named mode. The - + javax.persistence.LockModeType enum defines two modes: diff --git a/openjpa-project/src/doc/manual/jpa_resources.xml b/openjpa-project/src/doc/manual/jpa_resources.xml index 992164f2c..0f9af97ac 100644 --- a/openjpa-project/src/doc/manual/jpa_resources.xml +++ b/openjpa-project/src/doc/manual/jpa_resources.xml @@ -44,10 +44,5 @@ javax.persistence Javadoc OpenJPA Javadoc - - -Locally mirrored JPA specification - - diff --git a/openjpa-project/src/doc/manual/ref_guide_conf.xml b/openjpa-project/src/doc/manual/ref_guide_conf.xml index b6fb612a6..a4aa6f6c4 100644 --- a/openjpa-project/src/doc/manual/ref_guide_conf.xml +++ b/openjpa-project/src/doc/manual/ref_guide_conf.xml @@ -131,7 +131,7 @@ configuration resource to use, and to override any property. Internally, the OpenJPA runtime environment and development tools manipulate property settings through a general - + Configuration interface, and in particular its OpenJPAConfiguration and @@ -1874,8 +1874,8 @@ runtime. See for details. Description: A plugin list string (see ) describing the - -org.apache.openjpa.lib.EncryptionProviders to use for connection password + +org.apache.openjpa.lib.encryption.EncryptionProviders to use for connection password encryption. See for details. diff --git a/openjpa-project/src/doc/manual/ref_guide_logging.xml b/openjpa-project/src/doc/manual/ref_guide_logging.xml index 35b96587b..8ed090f64 100644 --- a/openjpa-project/src/doc/manual/ref_guide_logging.xml +++ b/openjpa-project/src/doc/manual/ref_guide_logging.xml @@ -388,8 +388,8 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender Set the openjpa.Log property to commons to -use the Apache -Jakarta Commons Logging thin library for issuing log messages. The +use the Apache +Commons Logging thin library for issuing log messages. The Commons Logging libraries act as a wrapper around a number of popular logging APIs, including the Jakarta Log4J diff --git a/openjpa-project/src/doc/manual/ref_guide_mapping.xml b/openjpa-project/src/doc/manual/ref_guide_mapping.xml index 7d977543d..74a5bc014 100644 --- a/openjpa-project/src/doc/manual/ref_guide_mapping.xml +++ b/openjpa-project/src/doc/manual/ref_guide_mapping.xml @@ -3093,8 +3093,8 @@ openjpa.jdbc.SubclassFetchMode property. Set the JPA org.apache.openjpa.persistence.jdbc.SubclassFetchMode annotation to a value from the - -org.apache.openjpa.persistence.jdbc.EagerFetchType + +org.apache.openjpa.persistence.jdbc.FetchMode enum: JOIN, PARALLEL, or NONE. See for a discussion of eager fetching. diff --git a/openjpa-project/src/doc/manual/ref_guide_runtime.xml b/openjpa-project/src/doc/manual/ref_guide_runtime.xml index 6ac65fdb7..21b04a613 100644 --- a/openjpa-project/src/doc/manual/ref_guide_runtime.xml +++ b/openjpa-project/src/doc/manual/ref_guide_runtime.xml @@ -1814,7 +1814,7 @@ and remove listeners. These methods are outside the bounds of the published Open For details on the transaction framework, see the org.apache.openjpa.event package -Javadoc. +Javadoc. Also see for a description of OpenJPA's remote event support.