Author: curtisr7
Date: Wed Nov 14 21:44:18 2012
New Revision: 1409443
URL: http://svn.apache.org/viewvc?rev=1409443&view=rev
Log:
OPENJPA-1532: Minor message updates. Merged from trunk.
Modified:
openjpa/branches/2.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
openjpa/branches/2.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
Modified: openjpa/branches/2.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties?rev=1409443&r1=1409442&r2=1409443&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
(original)
+++ openjpa/branches/2.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
Wed Nov 14 21:44:18 2012
@@ -115,5 +115,5 @@ partition-cache-default-partition: You h
invalid-types-excluded-types: Failed to configure openjpa.DataCache Types, ExcludedTypes.
\
Types "{0}" were found in both lists, but can only appear one of the lists.
recommend_jpa2_caching: You have specified the openjpa.DataCache property "{0}", but using
that \
- property is not recommended. Please utilize the JPA 2.0 shared-cache-mode element "{1}"
\
+ property is not recommended. Use the JPA 2.0 shared-cache-mode element "{1}" \
in conjunction with the javax.persistence.Cacheable annotation instead.
Modified: openjpa/branches/2.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties?rev=1409443&r1=1409442&r2=1409443&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
(original)
+++ openjpa/branches/2.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
Wed Nov 14 21:44:18 2012
@@ -255,4 +255,4 @@ connection will not be released until th
EntityManagers this property should not be used because these EntityManagers may remain open
for extended periods of \
time.
shared-cache-mode-take-precedence: The DataCache is set to {0} while the shared-cache-mode
Element or \
-javax.persistence.sharedCache.mode property is set to NONE. The shared-cache-mode take the
precedence and caching will be disabled.
+javax.persistence.sharedCache.mode property is set to NONE. The shared-cache-mode takes precedence
and caching is disabled.
|