Author: hthomann
Date: Tue Nov 6 16:25:01 2012
New Revision: 1406207
URL: http://svn.apache.org/viewvc?rev=1406207&view=rev
Log:
OPENJPA-2196: Made an update to the message which was added to
localizer.properties via this JIRA.
Modified:
openjpa/branches/2.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
Modified:
openjpa/branches/2.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties?rev=1406207&r1=1406206&r2=1406207&view=diff
==============================================================================
---
openjpa/branches/2.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
(original)
+++
openjpa/branches/2.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
Tue Nov 6 16:25:01 2012
@@ -173,6 +173,6 @@ exclude-user-strategy: Query "{0}" is no
field value depends on user-defined field strategy.
exclude-pagination: Query "{0}" is not cached because it uses pagination.
fallback-no-seq-cache: Unable to cache sequence values for sequence "{0}". \
- This can occur if your application is not configured connecting to the \
- database with the appropriate permission to execute an ALTER SEQUENCE
command.
-
\ No newline at end of file
+ Your application does not have permission to run an ALTER SEQUENCE \
+ command. Ensure that it has the appropriate permission to run an \
+ ALTER SEQUENCE command.
\ No newline at end of file