improved error message

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@451707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2006-10-01 01:28:25 +00:00
parent 9fb0a9a6f5
commit bc9422ea5d
1 changed files with 5 additions and 2 deletions

View File

@ -268,6 +268,9 @@ pc-and-aware: Attempt to register "{0}" as a persistence-aware class failed. \
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.