From c87c187f102faa5c4e541ae3a387a54625f7dafe Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Tue, 16 Jan 2007 21:55:09 +0000 Subject: [PATCH] corrected debug logic; improved trace message git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@496869 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/openjpa/persistence/localizer.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties index e8c9a8cc5..fabc4e113 100644 --- a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties +++ b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties @@ -112,10 +112,11 @@ cant-convert-broker: Unable to convert EntityManager of type "{0}" into a \ Broker. map-persistent-type-names: Mapping resource location "{0}" to persistent \ types "{1}". -map-persistent-types-skipping-non-url: Skipping mapping for location "{0}" \ - since it is not a URL. -map-persistent-types-skipping-class: Skipping mapping for location "{0}" since \ - it is a class, and will not need to be re-parsed later. +map-persistent-types-skipping-non-url: Skipping persistent type location \ + association for location "{0}" since it is not a URL. +map-persistent-types-skipping-class: Skipping persistent type location \ + association for location "{0}" since it is a class, and will not \ + need to be re-parsed later. EntityManagerFactory-name: EntityManagerFactory implementation EntityManagerFactory-desc: Allows extension of standard \