From 0a40e8c9a40d16300a94f7c46de76129327ee810 Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Mon, 20 Aug 2007 22:25:37 +0000 Subject: [PATCH] OPENJPA-323. If it was ok to comment out, it must be ok to remove altogether. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@567858 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/openjpa/jdbc/meta/strats/localizer.properties | 2 -- 1 file changed, 2 deletions(-) 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 6672b8d31..115918d4d 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 @@ -59,8 +59,6 @@ not-embed: "{0}" specifies an embedded mapping strategy, but it is not \ 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 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 \