You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2006/10/01 03:28:25 UTC

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

Author: pcl
Date: Sat Sep 30 18:28:25 2006
New Revision: 451707

URL: http://svn.apache.org/viewvc?view=rev&rev=451707
Log:
improved error message

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=451707&r1=451706&r2=451707
==============================================================================
--- 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 30 18:28:25 2006
@@ -268,6 +268,9 @@
 not-non-mapped: Type "{0}" cannot be a non-mapped interface as the class is \
     not an interface
 non-mapped-pc: A non-mapped interface cannot also be mapped.
-no-metadatafactory: No configuration properties were found. If you are \
+no-metadatafactory: MetaDataFactory could not be configured \
+    (conf.newMetaDataFactoryInstance() returned null). This might mean that \
+    no configuration properties were found. If you are \
     using Ant, please see the <properties> or <propertiesFile> attributes \
-    of the task''s nested <config> element.
+    of the task''s nested <config> element. This can also occur if your \
+    OpenJPA distribution jars are corrupt.