[cfaussie] Re: createobject problems

2007-05-11 Thread Chris Velevitch
On 5/9/07, skateboard.com.au <[EMAIL PROTECTED]> wrote: > I am getting the following error... > > "The selected method processRequest was not found" > > When I cfdump the object I get this method listed multiple times. Not > sure if this is the cause of the problem. I did a bit of googling and It

[cfaussie] Re: onSessionEnd Error

2007-05-11 Thread Chris Velevitch
Do you have a block and all the attributes of cfcatch? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[cfaussie] Re: cf web service caching

2007-05-11 Thread Charlie Arehart
Drew (and others), in case you ever do want to refresh the cached web service proxy/stubs via code (rather than the Admin button), you can indeed do it programmatically. I blogged about it here: Reloading CF web services programmatically, using the CF7 Admin API http://carehart.org/blog/client/in

[cfaussie] Re: cf web service caching

2007-05-11 Thread MrBuzzy
You can also delete the java stubs from here; C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\stubs The path will be same but different for CF Standard edition. L8r. On 5/11/07, skateboard.com.au <[EMAIL PROTECTED]> wrote: > > > thanks Guys > > that will do nicely > > cheers >

[cfaussie] Re: cf web service caching

2007-05-11 Thread skateboard.com.au
thanks Guys that will do nicely cheers Drew -Original Message- From: "AJ Mercer" <[EMAIL PROTECTED]> To: cfaussie@googlegroups.com Date: Fri, 11 May 2007 15:02:20 +0800 Subject: [cfaussie] Re: cf web service caching > in the cfide/administrator > in data & services - web services > yo

[cfaussie] Re: cf web service caching

2007-05-11 Thread AJ Mercer
in the cfide/administrator in data & services - web services you can delete the entry I think there is a way to do it using the cf admin api - but probably not supported. On 5/11/07, skateboard.com.au <[EMAIL PROTECTED]> wrote: > > > Hi Guys > > It appears CF caches web service definitions (afte

[cfaussie] Re: cf web service caching

2007-05-11 Thread Greg Misdom
Hi Drew, Have you tried refreshing it in the CF administrator [under data & services | web services] regards Mizdog! On 5/11/07, skateboard.com.au <[EMAIL PROTECTED]> wrote: > > > Hi Guys > > It appears CF caches web service definitions (after you invoke an > external web service). Is there a wa