From b1d79f9489a592d867f3c970fdf2563684c199c5 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 29 Jun 2009 17:27:35 +0000 Subject: [PATCH] Add props changes missed in r789389 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@789390 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/loader/LocalStrings.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/org/apache/catalina/loader/LocalStrings.properties b/java/org/apache/catalina/loader/LocalStrings.properties index 2ac41a5b3..1bc1b1797 100644 --- a/java/org/apache/catalina/loader/LocalStrings.properties +++ b/java/org/apache/catalina/loader/LocalStrings.properties @@ -17,6 +17,7 @@ fileClassLoader.canRead=Repository {0} cannot be read fileClassLoader.exists=Repository {0} does not exist fileClassLoader.jarFile=Cannot read JAR file {0} fileClassLoader.restricted=Cannot load restricted class {0} +jdbcLeakPrevention.jdbcRemoveFailed=Unable to de-register driver {0} standardLoader.addRepository=Adding repository {0} standardLoader.alreadyStarted=Loader has already been started standardLoader.checkInterval=Cannot set reload check interval to {0} seconds @@ -28,6 +29,8 @@ standardLoader.reloading=Reloading checks are enabled for this Context standardLoader.removeRepository=Removing repository {0} standardLoader.starting=Starting this Loader standardLoader.stopping=Stopping this Loader +webappClassLoader.jdbcRemoveFailed=JDBC driver de-registration failed +webappClassLoader.jdbcRemoveStreamError=Exception closing input stream during JDBC driver de-registration webappClassLoader.stopped=Illegal access: this web application instance has been stopped already. Could not load {0}. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. webappClassLoader.readError=Resource read error: Could not load {0}. webappClassLoader.wrongVersion=(unable to load class {0}) -- 2.11.0