From e525deca26c7095fc54526282ec8af37c2fa5472 Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Mon, 7 Feb 2011 16:31:40 +0000 Subject: [PATCH] restore missing message git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1068004 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/openjpa/jdbc/meta/strats/localizer.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties index 59c731614..11d08e517 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties @@ -134,7 +134,8 @@ bad-unmapped-rel: "{0}" cannot be mapped without stringifying the oid of \ its "{1}" primary key field does not use a simple mapping. unmapped-datastore-value: Instances of type "{0}" are not valid query \ parameters because the type is not mapped. +cant-set-value: Field "{1}" of "{0}" can not be set to "{2}" value. multi-column-version-unsupported:You have specified more than one column for \ version data, but the "{1}" version strategy does not support multi-column \ versioning. -not-enum-field: Field "{0}" is expected to be a enum but actually is of type "{1}". \ No newline at end of file +not-enum-field: Field "{0}" is expected to be a enum but actually is of type "{1}".