Author: pcl
Date: Thu Apr 2 20:26:09 2009
New Revision: 761417
URL: http://svn.apache.org/viewvc?rev=761417&view=rev
Log:
fixed spacing issue with some localization messages that wrap. This pushes some
lines to 81 characters; we could re-wrap these lines if needed.
Modified:
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/enhance/localizer.properties
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
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=761417&r1=761416&r2=761417&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
Thu Apr 2 20:26:09 2009
@@ -71,7 +71,7 @@
necessary for the driver to properly support large result sets.
oracle-syntax: Oracle 8 does not support SQL92 syntax. You can avoid \
this message by setting the "JoinSyntax" DBDictionary property \
- to "database".\
+ to "database". \
For example:\n\
openjpa.jdbc.DBDictionary: oracle(JoinSyntax=database)
oracle-batch-lob: LOB operations not allowed for batched statement: {0}
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=761417&r1=761416&r2=761417&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
Thu Apr 2 20:26:09 2009
@@ -584,7 +584,7 @@
can be specified.
cache-marshaller-multiple-resources: Multiple resources exist for resource \
location {1} for CacheMarshaller {0}: {2}.
-cache-marshaller-multiple-resources-warn: Multiple resources exist for
resource\
+cache-marshaller-multiple-resources-warn: Multiple resources exist for
resource \
location {1} for CacheMarshaller {0}: {2}. The first one will be used.
cache-marshaller-bad-url: An error occurred while loading resource location \
{1} for CacheMarshaller {0}.
@@ -597,7 +597,7 @@
cache-marshaller-found: Cache marshaller of type {1} found for id {0}.
spec-different: A different Specification "{0}" has overwritten the current \
Specification "{1}".
-spec-version-higher: Attempt to set a higer Specification "{0}" version
failed.\
+spec-version-higher: Attempt to set a higer Specification "{0}" version
failed. \
The Specification is already set to "{1}".
spec-version-lower: Specification is set to a lower version "{0}" than the \
current Specification "{1}".
@@ -607,4 +607,4 @@
spec-wrong-version-format: "{0}" is not a valid version for Specification. The
\
correct version format is "<major>[.<minor>]" where <major> is the
integer \
major version number and <minor> is a string.
-spec-wrong-obj: Can not set Specification from "{0}" of "{1}".
\ No newline at end of file
+spec-wrong-obj: Can not set Specification from "{0}" of "{1}".
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=761417&r1=761416&r2=761417&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
Thu Apr 2 20:26:09 2009
@@ -151,7 +151,7 @@
To use final types, you must run the OpenJPA enhancer after compilation, \
or deploy to an environment that supports deploy-time enhancement, such as
\
a Java EE 5 application server. Failed type: {0}
-subclasser-no-private-classes: OpenJPA cannot dynamically subclass final
types.\
+subclasser-no-private-classes: OpenJPA cannot dynamically subclass final
types. \
To use final types, you must run the OpenJPA enhancer after compilation, \
or deploy to an environment that supports deploy-time enhancement, such as
\
a Java EE 5 application server. Failed type: {0}
@@ -161,7 +161,7 @@
persistent types, you must enhance all of them.
subclasser-private-ctor: Unenhanced classes must have a public or protected \
no-args constructor. Type {0}'s no-args constructor is private or \
- package-visible. If you do not want to add such a constructor, you must\
+ package-visible. If you do not want to add such a constructor, you must \
run the OpenJPA enhancer after compilation, \
or deploy to an environment that supports deploy-time enhancement, such as
\
a Java EE 5 application server.
@@ -193,7 +193,7 @@
subclasser-static-methods-not-supported: The method {1} in type {0} is static.
\
OpenJPA requires methods in unenhanced instances to be non-static.
subclasser-fetch-group-override: The field {1} in type {0} is configured to be
\
- lazily loaded, but lazy loading is not available for classes that use
field\
+ lazily loaded, but lazy loading is not available for classes that use
field \
access when not running the OpenJPA enhancer or when dynamic class \
redefinition is not available.
no-accessor: Could not find method called {0} in type {1}.
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=761417&r1=761416&r2=761417&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
Thu Apr 2 20:26:09 2009
@@ -143,12 +143,12 @@
no-oid-meta: Could not locate metadata for the class using oid "{0}" of \
type "{1}". Registered oid type mappings: "{2}"
no-alias-meta: Could not locate metadata for the class using alias "{0}". \
- This could mean that you have mis-spelled the alias, or that OpenJPA
failed\
+ This could mean that you have mis-spelled the alias, or that OpenJPA
failed \
to properly load the metadata for the type whose alias is "{0}". \
Registered alias mappings: "{1}"
no-alias-meta-hint: Could not locate metadata for the class using alias "{0}".
\
Perhaps you meant {2}, which is a close match. \
- This could mean that you have mis-spelled the alias, or that OpenJPA
failed\
+ This could mean that you have mis-spelled the alias, or that OpenJPA
failed \
to properly load the metadata for the type whose alias is "{0}". \
Registered alias mappings: "{1}"
error-registered: An error occurred while processing registered class "{0}".
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=761417&r1=761416&r2=761417&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
Thu Apr 2 20:26:09 2009
@@ -92,7 +92,7 @@
is an overly-restrictive security manager.\n{1}
bad-product-derivations: Some product derivations are being skipped. For \
information about product derivation status, run:\njava {0}
-before-close-ex: An exception occurred during
ProductDerivations.beforeClose().\
+before-close-ex: An exception occurred during
ProductDerivations.beforeClose(). \
This exception will be ignored, and is logged along with this message.
Log-name: Log factory
@@ -116,4 +116,4 @@
current configuration is read-only.
jndi-lookup-failed: JNDI lookup for "{0}" with key "{1}" returned null.
multiple-load-key: Equivalent property keys "{0}" and "{1}" are specified in \
- configuration.
\ No newline at end of file
+ configuration.