You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by kw...@apache.org on 2008/04/21 16:52:31 UTC

svn commit: r650163 - /openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties

Author: kwsutter
Date: Mon Apr 21 07:52:28 2008
New Revision: 650163

URL: http://svn.apache.org/viewvc?rev=650163&view=rev
Log:
A couple of minor updates to a couple of slice-related messages.  Parameters passed in were not matching the message definitions.

Modified:
    openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties

Modified: openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties?rev=650163&r1=650162&r2=650163&view=diff
==============================================================================
--- openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties (original)
+++ openjpa/trunk/openjpa-slice/src/main/resources/org/apache/openjpa/slice/jdbc/localizer.properties Mon Apr 21 07:52:28 2008
@@ -31,10 +31,10 @@
 slice-connect: Connecting to slice "{0}" at URL "{1}"
 slice-connect-warn: Failed to connect to slice "{0}". Slice "{0}" will be \
 	ignored as configuration is set as lenient.
-slice-connect-known-warn: Failed to connect to due to "{2}. \
+slice-connect-known-warn: Failed to connect to URL "{1}" due to {2}. \
 	Slice "{0}" will be ignored as configuration is set as lenient.
-slice-connect-error: Failed to connect to URL "{1}"
-slice-connect-known-error: Failed to connect to URL "{1} due to {2}
+slice-connect-error: Failed to connect slice "{0}" to URL "{1}".
+slice-connect-known-error: Failed to connect to URL "{1}" due to {2}.
 bad-policy-slice:Distribution policy "{0}" has returned invalid slice \
 	"{1}" for "{2}". The valid slices are {3}. This error may happen \
 	when one or more of the originally configured slices are unavailable \