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=20470>. 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=20470 XSLT Error (javax.xml.transform.TransformerConfigurationException): Could not load the translet class ------- Additional Comments From [EMAIL PROTECTED] 2003-06-05 20:00 ------- This is a ClassFormatError with message "a method is bigger than 65536 bytes". The offending method is applyTemplates(). The generated code for the match pattern (e.g. match="/order[orderType='3' and productName = 'u2u599']") is in applyTemplates rather than in a separate method. The size of this method can become very big if you have many templates with complicated match patterns.
