Hi, we're using ColdSpring for the first time, and have come up against a problem when using the remote proxy generation. I've searched the archives but couldn't find anything on this, any help much appreciated!
The scenario is: Service.cfc has a function called save() FooService.cfc extends Service.cfc and overrides save() with its own function called save() The problem is: The FooService:RemoteProxyBean which gets generated has the save() function in it twice, causing CF to barf with "Routines cannot be declared more than once". Thanks, Adrian
