DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14083>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14083 Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Normal ------- Additional Comments From [EMAIL PROTECTED] 2002-11-04 19:24 ------- The size of the translet is irrelevant here. The exception refers to the size of a *method*, not the size of the translet. The JVM limits a method size to be 64K. This exception is usually (yet not always) avoided by preventing templates from being inlined (in fact, this is the DEFAULT behavior in the latest version of Xalan XSLTC, so you should not run into this problem if you try the latest).
