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=4516>.
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=4516

XSLTC compiler can generate classes with methods longer than 65535 bytes

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-04-24 21:02 
-------
 I added a -n option to the compiler to disable template inlining. This is 
useful when methods are longer than 64 K (which is a limit set by 
the JVM). The same option can be set via Trax as an attribute to the 
TransformerFactory. For example,

 TransformerFactory tfac = new TransformerFactory();
 tfac.setAttribute("disable-inlining", new Boolean(true));

 As pointed out above, if you still get the problem after using the
-n option, you should consider breaking up one or more templates.

Reply via email to