Wednesday, March 16, 2005

"name can't be empty"... what?

Somewhere deep in my cfc's i got this message thrown by ColdFusion mx61. The problem appeared simple, Somehow my datasource variable got blank. Cold fusion throws this descriptive error when you ask [cfquery dsn=""]Select...

And now this: while doing CF-webservices 1000 of times already i've seen the CF-quote: '[java.lang.IncompatibleClassChangeError : Dependent CFC type(s) have been modified. Please refresh your web service client.]'. Some discussion can be found on the net, but nobody really can tell what's going on. First try to clean up the webservices cache in cf (use this script). That solved some, but not all problems. I ended up renaming all the cfc's i extend with the webservice and the references to them. That did the trick, but in the end leaves me with cfc's called error23.cfc
i hope so much CF7 solves these issues. Hope to tell you about it soon.

No comments: