OPENJPA-428. Clarification that 'openjpa.Id' is a configuration property, not a JPA property.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@592102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-11-05 17:41:50 +00:00
parent e5556e0fe5
commit 3ca7d9d4d6
1 changed files with 5 additions and 4 deletions

View File

@ -44,10 +44,11 @@ invalid-list-config: There was an error setting up the \
of the same.
invalid-property-descriptors: Errors occurred while creating property \
descriptors for the following properties: {0}.
invalid-property: The property named "{0}" was not recognized and will \
be ignored.
invalid-property-hint: The property named "{0}" was not recognized and will \
be ignored, although the name closely matches a valid property called "{1}".
invalid-property: The configuration property named "{0}" was not recognized \
and will be ignored.
invalid-property-hint: The configuration property named "{0}" was not \
recognized and will be ignored, although the name closely matches a valid \
property called "{1}".
invalid-plugin: Instantiation of plugin "{0}" with value "{1}" caused an \
error "{2}". The alias or class name may have been misspelled, or the \
class may not be available in the class path.