mirror of https://github.com/apache/openjpa.git
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:
parent
e5556e0fe5
commit
3ca7d9d4d6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue