You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jg...@apache.org on 2012/09/25 18:10:31 UTC

svn commit: r1389955 - /openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties

Author: jgrassel
Date: Tue Sep 25 16:10:30 2012
New Revision: 1389955

URL: http://svn.apache.org/viewvc?rev=1389955&view=rev
Log:
OPENJPA-1845: Update message text

Modified:
    openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties

Modified: openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties?rev=1389955&r1=1389954&r2=1389955&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties (original)
+++ openjpa/branches/2.0.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties Tue Sep 25 16:10:30 2012
@@ -167,9 +167,10 @@ exclude-not-executor: Query "{0}" is not
     data store.    
 exclude-externalized-param: Query "{0}" is not cached because some parameterized \
     field values are externalized.  
-exclude-user-strategy: Query "{0}" is not cached because some parameterized \
-    field value depends on user-defined field strategy.        
-exclude-pagination: Query "{0}" is not cached because it uses pagination.
-exclude-in-expression: Query "{0}" is not cached because it uses IN expression with \
-    variable-length parameter.
+exclude-user-strategy: The following query is not cached because some parameterized \
+    field value depends on a user-defined field strategy: {0}        
+exclude-pagination: The following query is not cached because the query uses \
+    pagination: {0}
+exclude-in-expression: The following query is not cached because the query uses an IN \
+    expression with a variable-length parameter: {0}
       
\ No newline at end of file