You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2016/05/12 16:25:20 UTC

svn commit: r1743523 - /openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties

Author: struberg
Date: Thu May 12 16:25:20 2016
New Revision: 1743523

URL: http://svn.apache.org/viewvc?rev=1743523&view=rev
Log:
OPENJPA-2401 I've added a msg which has a hint to orm.xml

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

Modified: openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties?rev=1743523&r1=1743522&r2=1743523&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties (original)
+++ openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties Thu May 12 16:25:20 2016
@@ -65,8 +65,8 @@ bad-meta-anno: The type of field "{0}" i
 no-pers-strat: Fields "{0}" are not a default persistent type, and do not \
 	have any annotations indicating their persistence strategy. They will \
 	be treated as non-persistent. If you intended for these fields to be \
-	persistent, be sure to annotate them appropriately. Otherwise annotate \
-	them with @Transient.
+	persistent, be sure to annotate them appropriately or declare them in orm.xml. \
+    Otherwise annotate them with @Transient.
 generator-bad-strategy: "{0}" declares generator name "{1}", but uses the AUTO \
 	generation type.  The only valid generator names under AUTO are "uuid-hex" \
 	and "uuid-string".