You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by sk...@apache.org on 2006/09/16 20:25:43 UTC

svn commit: r446909 - /incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties

Author: skim
Date: Sat Sep 16 11:25:43 2006
New Revision: 446909

URL: http://svn.apache.org/viewvc?view=rev&rev=446909
Log:
forgot localization

Modified:
    incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties

Modified: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties?view=diff&rev=446909&r1=446908&r2=446909
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties Sat Sep 16 11:25:43 2006
@@ -20,6 +20,8 @@
 found-pcs: Found {0} classes with metadata in {1} milliseconds.
 not-managed-interface: Cannot set type "{1}" as interface "{0}" implementor. \
     "{0}" is not a managed interface.
+declare-non-interface: Cannot declare on type "{0}" interface "{1}" as it is \
+    not an interface.
 unmanaged-sup-field: Superclass field "{0}" is mapped in the metadata for \
 	subclass "{1}", but is not a persistent field.
 bad-discover-class: The class "{0}" listed in the openjpa.MetaDataFactory \