Author: fschumacher
Date: Sat Sep 12 14:25:23 2015
New Revision: 1702637

URL: http://svn.apache.org/r1702637
Log:
Add LocalStrings entry applicationContext.addListener.iae.init which was 
introduced in r905910. We could probably use ...iae.wrongType instead.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties?rev=1702637&r1=1702636&r2=1702637&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties Sat Sep 
12 14:25:23 2015
@@ -15,6 +15,7 @@
 
 applicationContext.addFilter.ise=Filters cannot be added to context {0} as the 
context has been initialised
 applicationContext.addListener.iae.cnfe=Unable to create an instance of type 
[{0}]
+applicationContext.addListener.iae.init=Unable to add an instance of type 
[{0}] as a listener
 applicationContext.addListener.iae.wrongType=The type specified [{0}] is not 
one of the expected listener types
 applicationContext.addListener.iae.sclNotAllowed=Once the first 
ServletContextListener has been called, no more ServletContextListeners may be 
added.
 applicationContext.addListener.ise=Listeners cannot be added to context {0} as 
the context has been initialised



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to