Fu-Tung Cheng skrev den 23-07-2008 21:12:
This happens on hotdeploy only. Tomcat 6.0.16, jdk 1.6.0. The logging call
is just in a normal method that looks like:
The stack trace you provided does not correspond to the source of 1.2.15.
Could you please produce a stack trace when using l
Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=40159
and should be addressed in current release.
However, this is one of a large number of issues related to Tomcat's
class-loader changing what should be class invariants, so you may
consider reading https://issues.apache.org/b
This happens on hotdeploy only. Tomcat 6.0.16, jdk 1.6.0. The logging call
is just in a normal method that looks like:
private Logger logger = Logger.getLogger(MyClass.class);
public void mymethod(String mystring) {
logger.info(mystring + " did something");
}
I might grab the source and s