Added missing 'join-bad-col-name' localized string.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@525029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-04-03 04:46:24 +00:00
parent cf7ae01b08
commit 24538f5431
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ join-no-fkcol-name: "{0}" does not supply a name for at least one declared \
join column.
join-bad-fkconst: "{0}" declares invalid constant value target "{1}" for \
join column with name "{2}".
join-bad-col-name: "{0}" declares column "{1}", but this column does not \
exist in table "{2}".
join-bad-fktarget-inverse: "{0}" declares a target for join column "{1}" in \
table "{3}", but all join targets must be in table "{2}".
join-bad-fk-inverse: "{0}" declares a join column in table "{1}", but all \