Author: jrbauer
Date: Mon Jan 24 17:33:48 2011
New Revision: 1062894

URL: http://svn.apache.org/viewvc?rev=1062894&view=rev
Log:
Updated messages to use standard double quotes around literals

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=1062894&r1=1062893&r2=1062894&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
 Mon Jan 24 17:33:48 2011
@@ -244,10 +244,10 @@ invalid-cfname-prop: The "{0}" configura
 invalid-persistence-property: The property "{0}={1}" was detected while 
loading configuration. However, it is invalid \
 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 \
+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 \
 released until the EntityManager is closed. 
-cm-retain-always: The persistence property 'openjpa.ConnectionRetainMode' is 
set to 'always' for the container \
+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 \
 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 \


Reply via email to