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=26029>. 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=26029 Instantiation of compiled translet failed Summary: Instantiation of compiled translet failed Product: XalanJ2 Version: 2.5Dx Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Xalan-Xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, We got some quite complicated XSLs which have templates taking a lot of parameters. When compiled with command line or JAXP API, it generates a class with 1.4m. However, when we try to instantiate the class by using JAXP's API, it gives this error: Java too many arguments in signature, not able to load translet xxx.class. We were hoping the compile command should catch the templates which violate the number of arguments restriction of Java, and complain about it, other than generating the class which is not able to load at run time. Thanks for your time.
