mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
Updated messages to use standard double quotes around literals
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1062894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
212740ea77
commit
8695d9f54f
@ -244,10 +244,10 @@ invalid-cfname-prop: The "{0}" configuration option is not valid when the DataSo
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user