Author: kwsutter
Date: Mon Feb 13 14:43:56 2012
New Revision: 1243537
URL: http://svn.apache.org/viewvc?rev=1243537&view=rev
Log:
OPENJPA-2076. Too many newline characters in this one message...
Modified:
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
Modified:
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties?rev=1243537&r1=1243536&r2=1243537&view=diff
==============================================================================
---
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
(original)
+++
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
Mon Feb 13 14:43:56 2012
@@ -102,11 +102,11 @@ native-seq-usage: Usage: java org.apache
bad-level: Invalid isolation level. Valid levels are -1, \
"none"(0), "read-uncommitted"(1), "read-committed"(2), \
"repeatable-read"(4) or "serializable"(8). Specified value: {0}.
-no-nullable-fk: No nullable foreign key found to resolve circular flush\n\
- dependency. During flush processing, changes to instances, new\n\
- instances, and deleted instances must be processed in a specific
sequence\n\
- to avoid foreign key constraint violations. The changes required in
this\n\
- transaction cannot be reordered because none of the foreign key
constraints\n\
+no-nullable-fk: No nullable foreign key found to resolve circular flush \
+ dependency. During flush processing, changes to instances, new \
+ instances, and deleted instances must be processed in a specific
sequence \
+ to avoid foreign key constraint violations. The changes required in
this \
+ transaction cannot be reordered because none of the foreign key
constraints \
is nullable (optional).
graph-not-cycle-free: A circular flush dependency has been found after all \
circular dependencies should have been resolved.