]
Michal Babacek closed MODCLUSTER-228.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Tomcat6 throws java.lang.NoSuchMethodError instead a localised error
messages.
------------------------------------------------------------------------------
Key: MODCLUSTER-228
URL:
https://issues.jboss.org/browse/MODCLUSTER-228
Project: mod_cluster
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.0.9
Environment: Tomcat 6.0.x
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
Fix For: 1.0.10
mod_cluster is compiled with jbossweb-2.1.x where we have in
org/apache/tomcat/util/res/StringManager.java.
public String getString(String key, Object arg1, Object arg2, Object arg3)
but Tomcat has:
public String getString(final String key, final Object... args)
So java.io.FileNotFoundException :-(