Limit on CFC Size?
So a few months ago I wrote a post about a java.lang.StackOverflowError I had experienced with Model-Glue and ColdSpring. You can read about it here and here. We it reared it’s ugly head again today. I’m not sure exactly what is happening and maybe someone with a better knowledge of ColdSpring can help me out here. I solved the problem by moving my new function into a different Service.cfc. Why this worked? I don’t know, but it seems that it has something to do with the size of the file. It’s only running about 1500 lines in the service, but I have another service with more functions that runs 3000 lines of code. But moving it out, definitely solves the ColdSpring compile error and allows me to move forward with development.
Any thoughts out there?

