From e6d667e6db7f0f42aa4948d9ac3d438e6fca17a2 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Mon, 13 Feb 2012 14:43:56 +0000 Subject: [PATCH] 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 --- .../apache/openjpa/jdbc/kernel/localizer.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.