2011/7/24 Dan Checkoway <dchecko...@gmail.com>: > I recently upgraded from 7.0.16 to 7.0.19, and having made no other changes > whatsoever, I've bumped into a new problem compiling long JSPs: > > java.lang.Error: Unresolved compilation problem:
Didn't you forget to clear all compiled jsps from ${catalina.base}/work/ after upgrading? Is this issue reproducible? Can you provide a test case? I do not think that method size can result in such compilation error. (There might be errors due to size, but IIRC those are different ones). In 7.0.19 vs 7.0.16 there are differences in a) how compilation time is stored in a class file b) how tags attributes are mapped to properties in tag files, though this change should be backward compatible c) Eclipse JDT Compiler used to compile JSP pages was upgraded from 3.6.2 to 3.7. If c) is the cause you can take "ecj-*.jar" from older version of Tomcat 7 instead of ecj-3.7.jar. They are compatible. Anyway, you have to remove compiled classes first. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org