Author: markt Date: Mon Jun 29 17:27:35 2009 New Revision: 789390 URL: http://svn.apache.org/viewvc?rev=789390&view=rev Log: Add props changes missed in r789389
Modified: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties?rev=789390&r1=789389&r2=789390&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties Mon Jun 29 17:27:35 2009 @@ -17,6 +17,7 @@ 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.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}) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org