Author: curtisr7
Date: Thu Dec 23 00:18:04 2010
New Revision: 1052116

URL: http://svn.apache.org/viewvc?rev=1052116&view=rev
Log:
OPENJPA-1906: Fix message so that variable substitution works.

Modified:
    
openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties

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=1052116&r1=1052115&r2=1052116&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
 Thu Dec 23 00:18:04 2010
@@ -245,10 +245,10 @@ invalid-persistence-property: The proper
 and cannot be configured at the provider level, so it is ignored. Please 
consult the documentation for the correct \
 usage of this property.
 retain-always: The persistence property 'openjpa.ConnectionRetainMode' is set 
to 'always' for PersistenceUnit \
-'{0}'. Each EntityManager created for this PersistenceUnit will open a single 
connection. The connection will not be \
+"{0}". Each EntityManager created for this PersistenceUnit will open a single 
connection. The connection will not be \
 released until the EntityManager is closed. 
 cm-retain-always: The persistence property 'openjpa.ConnectionRetainMode' is 
set to 'always' for the container \
-managed PersistenceUnit '{0}'. Each EntityManager created for this 
PersistenceUnit will open a single connection. The \
+managed PersistenceUnit "{0}". Each EntityManager created for this 
PersistenceUnit will open a single connection. The \
 connection will not be released until the EntityManager is closed. If the 
application uses container managed \
 EntityManagers this property should not be used because these EntityManagers 
may remain open for extended periods of \
 time.


Reply via email to