diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties index bb4676629..311a276d7 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties @@ -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, \ "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.