Author: pcl
Date: Mon Nov  5 09:41:50 2007
New Revision: 592102

URL: http://svn.apache.org/viewvc?rev=592102&view=rev
Log:
OPENJPA-428. Clarification that 'openjpa.Id' is a configuration property, not a 
JPA property.

Modified:
    
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties

Modified: 
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties?rev=592102&r1=592101&r2=592102&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
 (original)
+++ 
openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
 Mon Nov  5 09:41:50 2007
@@ -44,10 +44,11 @@
        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.


Reply via email to