Author: curtisr7
Date: Wed Nov 14 21:43:09 2012
New Revision: 1409441
URL: http://svn.apache.org/viewvc?rev=1409441&view=rev
Log:
OPENJPA-1532: Minor message updates.
Modified:
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
Modified:
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties?rev=1409441&r1=1409440&r2=1409441&view=diff
==============================================================================
---
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
(original)
+++
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties
Wed Nov 14 21:43:09 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/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=1409441&r1=1409440&r2=1409441&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
Wed Nov 14 21:43:09 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.