restore missing message

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1068004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2011-02-07 16:31:40 +00:00
parent 039abeba79
commit e525deca26
1 changed files with 2 additions and 1 deletions

View File

@ -134,6 +134,7 @@ bad-unmapped-rel: "{0}" cannot be mapped without stringifying the oid of \
its "{1}" primary key field does not use a simple mapping. its "{1}" primary key field does not use a simple mapping.
unmapped-datastore-value: Instances of type "{0}" are not valid query \ unmapped-datastore-value: Instances of type "{0}" are not valid query \
parameters because the type is not mapped. 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 \ multi-column-version-unsupported:You have specified more than one column for \
version data, but the "{1}" version strategy does not support multi-column \ version data, but the "{1}" version strategy does not support multi-column \
versioning. versioning.