This one was found by a ColdFusion user at Lockheed Martin who sent me a CFC that could not be invoked via SOAP, on every call it threw “Duplicate declaration of local variable t” errors. The problem? “t” is kind of reserved, the CFC to Java conversion code defines “t” as java.lang.Throwable. This is a bug, and has been filed as such, for now, just don’t name CFC arguments “t”.
Leave a Reply