You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/02/07 17:02:18 UTC

svn commit: r1067989 - /openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties

Author: mikedd
Date: Mon Feb  7 16:02:17 2011
New Revision: 1067989

URL: http://svn.apache.org/viewvc?rev=1067989&view=rev
Log:
restore missing message

Modified:
    openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/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=1067989&r1=1067988&r2=1067989&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 Feb  7 16:02:17 2011
@@ -134,7 +134,8 @@ bad-unmapped-rel: "{0}" cannot be mapped
 	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}".