You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by fa...@apache.org on 2010/09/15 17:52:34 UTC

svn commit: r997373 - /openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties

Author: fancy
Date: Wed Sep 15 15:52:34 2010
New Revision: 997373

URL: http://svn.apache.org/viewvc?rev=997373&view=rev
Log:
OPENJPA-1798: Improve messages in localizer.properties

Modified:
    openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties

Modified: openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties?rev=997373&r1=997372&r2=997373&view=diff
==============================================================================
--- openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties (original)
+++ openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties Wed Sep 15 15:52:34 2010
@@ -35,18 +35,18 @@ count-distinct-multi-col-only: Count dis
     supported when there are other projection items.
 count-distinct-multi-col-subselect-unsupported: Count distinct multiple columns \
 	in the subselect is not supported.
-invalid-type-argument: The argument "{0}" in type discriminator is not involved in any \
+invalid-type-argument: The argument "{0}" in TYPE discriminator is not involved in any \
     inheritance class hierarchy. Nonpolymorphic type comparison is not supported.
 type-argument-unsupported: A single valued object path "{0}" for the TYPE argument in \
-    a table per class inheritance hierarchy is not supported.
-type-not-equal-unsupported: The argument "{0}" in type discriminator is in a table per class \
-    or mapped super class inheritance hierarchy. The not equal type comparison for such entity \
-    is not supported. Rewrite the query in type equal comparison  \
-    and or operators for polymorphic query results.
-type-in-expression-unsupported: The argument "{0}" in type discriminator is in a table per class \
-    inheritance hierarchy. The type discriminator in IN expression for such entity \
-    is not supported. Rewrite the query in type equal comparison  \
-    and or operators for polymorphic query results.
+    a table-per-class inheritance hierarchy is not supported.
+type-not-equal-unsupported: The argument "{0}" in TYPE discriminator is in a table-per-class \
+    or mapped-super-class inheritance hierarchy. The not equal TYPE comparison for such entity \
+    is not supported. Rewrite the query in TYPE equal comparison(s)  \
+    and combine them with OR operators for polymorphic query results.
+type-in-expression-unsupported: The argument "{0}" in TYPE discriminator is in a table-per-class \
+    inheritance hierarchy. The TYPE discriminator in IN expression for such entity \
+    is not supported. Rewrite the query in TYPE equal comparison(s)  \
+    and combine them with OR operators for polymorphic query results.
 collection-param-unsupported: The collection parameter used in IN expression is not supported \
-    for table per class inheritance hierarchy or inheritance type joined strategy. \
-    Use type equal comparison and or operators for polymorphic query results.
+    for table-per-class inheritance hierarchy or inheritance type joined strategy. \
+    Use TYPE equal comparison(s) and combine them with OR operators for polymorphic query results.