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 fecdddba8..5398d078e 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 @@ -141,4 +141,5 @@ finder-not-cachable: Finder for "{0}" is not cachable. finder-add-pattern: Exclusion pattern "{0}" for finder query has invalidated \ {1} existing entries "{2}" optimistic-violation-lock: An optimistic lock violation was detected when \ - locking object instance. \ No newline at end of file + locking object instance. +sql-warning: The statement resulted in SQL warning: {0} \ No newline at end of file