mirror of https://github.com/apache/openjpa.git
OPENJPA-2076. Too many newline characters in this one message...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1243537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9cf3b7919
commit
e6d667e6db
|
@ -102,11 +102,11 @@ native-seq-usage: Usage: java org.apache.openjpa.jdbc.kernel.NativeJDBCSeq\n\
|
||||||
bad-level: Invalid isolation level. Valid levels are -1, \
|
bad-level: Invalid isolation level. Valid levels are -1, \
|
||||||
"none"(0), "read-uncommitted"(1), "read-committed"(2), \
|
"none"(0), "read-uncommitted"(1), "read-committed"(2), \
|
||||||
"repeatable-read"(4) or "serializable"(8). Specified value: {0}.
|
"repeatable-read"(4) or "serializable"(8). Specified value: {0}.
|
||||||
no-nullable-fk: No nullable foreign key found to resolve circular flush\n\
|
no-nullable-fk: No nullable foreign key found to resolve circular flush \
|
||||||
dependency. During flush processing, changes to instances, new\n\
|
dependency. During flush processing, changes to instances, new \
|
||||||
instances, and deleted instances must be processed in a specific sequence\n\
|
instances, and deleted instances must be processed in a specific sequence \
|
||||||
to avoid foreign key constraint violations. The changes required in this\n\
|
to avoid foreign key constraint violations. The changes required in this \
|
||||||
transaction cannot be reordered because none of the foreign key constraints\n\
|
transaction cannot be reordered because none of the foreign key constraints \
|
||||||
is nullable (optional).
|
is nullable (optional).
|
||||||
graph-not-cycle-free: A circular flush dependency has been found after all \
|
graph-not-cycle-free: A circular flush dependency has been found after all \
|
||||||
circular dependencies should have been resolved.
|
circular dependencies should have been resolved.
|
||||||
|
|
Loading…
Reference in New Issue