It seems with the change to 8.0.1 there is a difference in the way CF generates the stubs for a CFC called as a web service. I had a CFC called webservices.cfc and on 8.0 it was working fine calling the methods, but with the 8.0.1 it started throwing a "duplicate file name" error. This seems to be because CF creates its own stub file Webservices.java and also a [cfcname].java file. CF couldn't create both so it threw an error. The solution was to rename my CFC. The stubs can be found in C:\ColdFusion8\stubs\ on windows, and if I remember correctly /Applications/ColdFusion8/stubs/ on Mac OS X.
-
Follow Me
Archives by Subject
Recent Entries
web development web developmentRecent Comments
Filtering a CFGrid
Sean Coyne said: Marc, your code didnt make it through, but that error is from your database so check your queries an... [More]Filtering a CFGrid
Marc said: Hello, I just find this thread about CFgrid filtering. We are working on CF9. I copy/paste the cod... [More]Filtering a CFGrid
Sean Coyne said: Hmm... I have never done it myself, but your code *looks* like it should work. I am not sure why it... [More]Filtering a CFGrid
Lonnie Broadnax said: Hey Sean, I've followed this blog and have a question of my own. Instead of filtering a cfgrid c... [More]SVN, Apache, and mod_caucho, oh my
Sean Coyne said: Yeah it seems like there is an issue with the version of Resin bundled with the newest Railo release... [More]


![[RSS]](/blog/template/rss.png)
#1 by RyanTJ on 2/20/09 - 12:07 PM
renaming. I have tried every refresh option from the invoke to the
factory.XmlRpcService to deleting every class and stub and skeleton.
nothing seems to work. searched the entire drive and registery.
#2 by Sean Coyne on 2/20/09 - 2:11 PM
for me, so I never looked any further. Is renaming out of the question
for you?