Author: kwsutter
Date: Mon Aug 20 09:50:20 2007
New Revision: 567748
URL: http://svn.apache.org/viewvc?rev=567748&view=rev
Log:
OPENJPA-323. Committing message updates per Teresa's patch. Thanks, Teresa!
Modified:
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/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/kernel/localizer.properties
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
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=567748&r1=567747&r2=567748&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
Mon Aug 20 09:50:20 2007
@@ -59,8 +59,8 @@
embedded.
not-oid: "{0}" species an object id mapping strategy, but it is not \
an object id field.
-oid-not-joinable: Field "{0}" embedded within object id field "{1}" cannot be \
- a primary key value. Its mapping does not it to be a join target.
+# oid-not-joinable: Field "{0}" embedded within object id field "{1}" cannot be \
+# a primary key value. Its mapping does not allow it to be a join target.
flat-table: Type "{0}" uses a flat inheritance mapping, but declares a table \
name of "{1}", which does not match the superclass table "{2}".
not-string: Field "{0}" declares a string field mapping strategy, but is not \
@@ -95,7 +95,7 @@
impossible to correctly null the inverse foreign keys when the field is \
deleted. OpenJPA may leave orphan key values in the database if you do \
not provide an owning inverse relation using the "mapped-by" attribute.
-not-map: Field "{0}" declares a map mapping strategy, but is not a map type.
+not-map: Field "{0}" declares a Map mapping strategy, but it is not a Map type.
mapped-by-key: Map field "{0}" is attempting to use a map table, but its key \
is mapped by another field. Use an inverse key or join table mapping.
not-mapped-by-key: Map field "{0}" is attempting to use an inverse key or join \
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=567748&r1=567747&r2=567748&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
Mon Aug 20 09:50:20 2007
@@ -88,8 +88,8 @@
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}" does not have a \
- public string or class + string constructor.
+str-cons: The id type "{0}" specfied 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 \
identity, uses a built-in identity type, or inherits the identity class \
Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=567748&r1=567747&r2=567748&view=diff
==============================================================================
--- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
(original)
+++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
Mon Aug 20 09:50:20 2007
@@ -109,7 +109,7 @@
the "NontransactionalRead" property must be set on the Transaction.
non-trans-write: To perform writes on persistent data outside of a \
transaction, the "NontransactionalWrite" property must be set to true.
-write-operation: To perform this operation, you must be withing a transaction, \
+write-operation: To perform this operation, it must be written within a transaction, \
or your settings must allow nontransactional writes and must not detach \
all nontransactional reads.
not-managed: The given instance "{0}" is not managed by this context.
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=567748&r1=567747&r2=567748&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
Mon Aug 20 09:50:20 2007
@@ -202,7 +202,7 @@
"{1}". This is not a recognized strategy, though it closely resembles \
the standard strategy "{2}". Available strategies are: {3}
not-interface: Cannot set type "{0}" to be a managed interface as it is not \
- and interface.
+ an interface.
interface: The type "{0}" is an unmanaged interface and therefore cannot be \
made persistent.
enum: Type "{0}" is an enumeration and therefore cannot be made persistent.
@@ -238,7 +238,7 @@
set it to "{0}" failed.
val-not-pc: The map value type of field "{0}" with a derived key must be a \
persistent class.
-val-not-one-pk: The map value type of field "{0}" a derived key must be a \
+val-not-one-pk: The map value type of field "{0}" with a derived key must be a \
persistent class with exactly one primary key field.
# this is a comma-separated set of prefixes that we want to
# exclude from top-level validation, so that extensions that
|