Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 58062 invoked from network); 15 Aug 2008 22:19:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 22:19:47 -0000 Received: (qmail 77078 invoked by uid 500); 15 Aug 2008 22:19:45 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 77070 invoked by uid 500); 15 Aug 2008 22:19:45 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 77061 invoked by uid 99); 15 Aug 2008 22:19:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 15:19:45 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 22:18:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A15023889BB; Fri, 15 Aug 2008 15:19:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686401 - in /openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/ openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/ openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/ openjpa-jdbc/src/m... Date: Fri, 15 Aug 2008 22:19:25 -0000 To: commits@openjpa.apache.org From: allee8285@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080815221926.2A15023889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: allee8285 Date: Fri Aug 15 15:19:24 2008 New Revision: 686401 URL: http://svn.apache.org/viewvc?rev=686401&view=rev Log: Minor typo corrections in message files. Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties (original) +++ openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties Fri Aug 15 15:19:24 2008 @@ -69,7 +69,7 @@ SubclassFetchMode-name: Subclass fetch mode SubclassFetchMode-desc: Specifies the default subclass fetch mode to use. \ - Eitehr "none" to always select data in base class tables only, "join" to \ + Either "none" to always select data in base class tables only, "join" to \ outer-join to tables for all subclasses, or "parallel" to execute a \ separate select in parallel for each possible subclass. Parallel mode is \ only applicable to Query execution; in other situations it mirrors \ Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties (original) +++ openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties Fri Aug 15 15:19:24 2008 @@ -129,7 +129,7 @@ generic-bad-fktarget: "{0}" defines a target of "{1}" for column "{2}", but \ that target does not exist in table "{3}". generic-bad-fktargetcls: "{0}" defines target field "{1}" for column \ - "{2}", but OpenJPA cannot deterimine the owning class for that field. + "{2}", but OpenJPA cannot determine the owning class for that field. generic-bad-fktargetfield: "{0}" defines target field "{1}" for column \ "{2}", but that field does not exist in type "{3}". generic-fktargetfield-cols: "{0}" defines target field "{1}" for column \ @@ -146,7 +146,7 @@ deferred constraints. Creating an undeferred constraint. generic-unsupported-fk-action: "{0}" uses an unsupported foreign key delete or \ update action on its columns. Reverting to a logical foreign key. -generic-const-join: "{0}" attmpts to join a constant value to another constant \ +generic-const-join: "{0}" attempts to join a constant value to another constant \ value. superclass-no-fk-cols: Type "{0}" is missing information on how to join to \ its superclass. @@ -169,7 +169,7 @@ superclass-bad-fktarget: Type "{0}" defines a target of "{1}" for superclass \ join column "{2}", but that target does not exist in table "{3}". superclass-bad-fktargetcls: "{0}" defines target field "{1}" for superclass \ - join column "{2}", but OpenJPA cannot deterimine the owning class for that \ + join column "{2}", but OpenJPA cannot determine the owning class for that \ field. superclass-bad-fktargetfield: Type "{0}" defines target field of "{1}" for \ superclass join column "{2}", but that field does not exist in type "{3}". @@ -191,7 +191,7 @@ superclass-unsupported-fk-action: Type "{0}" uses an unsupported foreign key \ delete or update action on its superclass join columns. Reverting to a \ logical foreign key. -superclass-const-join: "{0}" attmpts to join a constant value to another \ +superclass-const-join: "{0}" attempts to join a constant value to another \ constant value. join-no-index-cols: "{0}" declares a join index, but has no join columns. join-index-exists: "{0}" marks its join columns as explicitly not indexed, but \ @@ -237,7 +237,7 @@ join-bad-fktarget: "{0}" defines a target of "{1}" for join column "{2}", but \ that target does not exist in table "{3}". join-bad-fktargetcls: "{0}" defines target field "{1}" for join column "{2}", \ - but OpenJPA cannot deterimine the owning class for that field. + but OpenJPA cannot determine the owning class for that field. join-bad-fktargetfield: "{0}" defines target field of "{1}" for join column \ "{2}", but that field does not exist in type "{3}". join-fktargetfield-cols: "{0}" defines target field "{1}" for join column \ @@ -255,7 +255,7 @@ support deferred constraints. Creating an undeferred constraint. join-unsupported-fk-action: "{0}" uses an unsupported foreign key delete or \ update action on its join columns. Reverting to a logical foreign key. -join-const-join: "{0}" attmpts to join a constant value to another constant \ +join-const-join: "{0}" attempts to join a constant value to another constant \ value. unmapped: Attempt to map "{0}" failed: the owning entity is not mapped. col-wrong-table: When mapping "{0}" to table "{1}", found a column mapped to \ Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties (original) +++ openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties Fri Aug 15 15:19:24 2008 @@ -126,7 +126,7 @@ "traditional" join syntax, which does not support outer joins. To \ use SQL 92 joins instead, set the following property:\n\ openjpa.jdbc.DBDictionary: JoinSyntax=sql92 -unknown-discrim-value: Could not map disciminator value "{0}" to any \ +unknown-discrim-value: Could not map discriminator value "{0}" to any \ known subclasses of the requested class "{1}" (known discriminator \ values: {2}). bad-unmapped-rel: "{0}" cannot be mapped without stringifying the oid of \ Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties (original) +++ openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Fri Aug 15 15:19:24 2008 @@ -157,9 +157,9 @@ column-not-mapped: SQLResultSetMapping "{0}" does not map the columns "{1}" \ that are selected by the SQL query\r\n "{2}" dictionary-configuration: DBDictionary configuration: \n{0} -oracle-timestamp-bug: An ArrayIndexOutOfBoundsException has occured when \ +oracle-timestamp-bug: An ArrayIndexOutOfBoundsException has occurred when \ getting a timestamp value. This can happen when using versions of the \ - Oracle JDBC driver greater than 9.2 in conjuncion with a server version \ + Oracle JDBC driver greater than 9.2 in conjunction with a server version \ less than 9.2. Downgrading the driver will solve this, or it can be \ worked around by setting the "SupportsTimestampNanos" DBDictionary \ property to "true". Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties Fri Aug 15 15:19:24 2008 @@ -129,7 +129,7 @@ MaxFetchDepth-expert: true FetchGroups-name: Fetch groups to add to default fetch group -FetchGroups-desc: A comma-separated list of fetch group names that wll be \ +FetchGroups-desc: A comma-separated list of fetch group names that will be \ loaded by default when fetching data from the data store. FetchGroups-type: Optimization FetchGroups-cat: Fetching Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties Fri Aug 15 15:19:24 2008 @@ -29,7 +29,7 @@ WebSphere managed transaction. Please ensure that your are running the \ application from within WebSphere Application Server (version 5.0.2 or \ newer). -was-reflection-exception: An error occured reflecting WebSphere proprietary \ +was-reflection-exception: An error occurred reflecting WebSphere proprietary \ interfaces. Please ensure that you are running the application from within \ WebSphere Application Server (version 5.0.2 or newer). was-lookup-error: An error occurred looking up the WebSphere extended JTA \ Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties Fri Aug 15 15:19:24 2008 @@ -78,7 +78,7 @@ Adding a {1} no-args constructor. enhance-cloneable:The type "{0}" implements Cloneable but does not call \ super.clone (). Adding protected super.clone () invocation. -enhance-uid-access: An IllegalAccessException occured when trying to \ +enhance-uid-access: An IllegalAccessException occurred when trying to \ obtain the serialVersionUID field for the class "{0}". This is a known \ bug in JDK 1.4+ when using a custom ClassLoader to enhance a \ class that implements java.io.Serializable. If compatibility with \ @@ -91,7 +91,7 @@ factory-not-oidloader: Attempt to run the application id tool under metadata \ configuration that does not support it. The application id tool can only \ run under certain metadata factory settings. -str-cons: The id type "{0}" specfied by persistent type "{1}" \ +str-cons: The id type "{0}" specified by persistent type "{1}" \ does not have a public {0}(String) or {0}(Class, String) constructor. appid-start: Generating an application id for type "{0}". appid-invalid: Type "{0}" does not have metadata, does not use application \ Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties Fri Aug 15 15:19:24 2008 @@ -311,8 +311,8 @@ parse-found-names: parsePersistentTypeNames() found {0}. interface-load: Dynamic implementation of managed "{0}" can not be defined \ using classloader "{1}". See nested exception for details. -interface-load2: Enhanced dynamic implementaion of managed "{0}" can not be \ +interface-load2: Enhanced dynamic implementation of managed "{0}" can not be \ defined using classloader "{1}". See nested exception for details. -interface-badenhance: Dynamic implementaion of "{0}" can not be enhanced. +interface-badenhance: Dynamic implementation of "{0}" can not be enhanced. bad-externalized-value: Value "{0}" was not found in the list of \ ExternalValues for field "{2}". Valid values are {1} Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties Fri Aug 15 15:19:24 2008 @@ -34,7 +34,7 @@ not-found: The instance "{0}" does not exist in the data store. obj-exists: The instance "{0}" cannot be persisted, because it conflicts with \ an existing instance. -not-found-multi: The follwing instnaces do not exist in the data store: {0} +not-found-multi: The following instances do not exist in the data store: {0} opt-lock: An optimistic lock violation was detected when flushing object \ instance "{0}" to the data store. This indicates that the \ object was concurrently modified in another transaction. @@ -44,7 +44,7 @@ opt-lock-nested: Optimistic locking errors were detected when \ flushing to the data store. This indicates that some objects were \ concurrently modified in another transaction. Each exception in \ - the nested throwables array contains a failed object representing \ + the nested Throwables array contains a failed object representing \ a concurrently modified object. bad-array: Unable to copy array: {0}. no-proxy-final: Unable to create a second class object proxy for final class \ Modified: openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties (original) +++ openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties Fri Aug 15 15:19:24 2008 @@ -21,7 +21,7 @@ sure the class has a public no-args constructor. prop-parse: There was an error parsing the properties string "{0}". Please \ check that the format is: "= = ...". -naming-err: There was an error duing JNDI lookup of the name "{0}". +naming-err: There was an error during JNDI lookup of the name "{0}". invalid-config-params: There was an error while setting up the configuration \ plugin option "{0}". The plugin was of type "{1}". Setter methods for the \ following plugin properties were not available in that type: {2}. \ Modified: openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties (original) +++ openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties Fri Aug 15 15:19:24 2008 @@ -35,7 +35,7 @@ tracker-max: max tracker-average: average tracker-ms: ms -tracker-occurances: occurances +tracker-occurances: occurrences tracker-slowest-statements: slowest statements rsrc-closed: The connection "{0}" has already been closed. The embedded \ stack trace for this exception details the closure point. Modified: openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties?rev=686401&r1=686400&r2=686401&view=diff ============================================================================== --- openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties (original) +++ openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties Fri Aug 15 15:19:24 2008 @@ -59,7 +59,7 @@ bad-fg-field: Fetch group "{0}" in type "{1}" includes field "{2}", but \ this field is not declared in "{1}", or is not persistent. Currently, \ OpenJPA only supports declared fields in fetch groups. -missing-included-fg:"{0}" declares a fecth group "{1}" includes "{2}". But \ +missing-included-fg:"{0}" declares a fetch group "{1}" includes "{2}". But \ the included fetch group "{2}" can not be found in "{0}". Currently, all \ included fetch groups must be declared within the same entity scope. not-update-delete-query: Cannot perform an update or delete operation \