Encountered the above while parsing an XML file in ColdFusion.
Root of the problem:
This is a limitation of Java. A classfile may not exceed 65535 bytes. ColdFusion compiles CFML into Java bytecode, and each method gets its own .class file. (Look in...