Re: Coldfusion 8 Flash Remoting Issue

2009-07-11 Thread Simon Bailey
TBH this sounds like a mapping issue to your CFC/Method. Have you tried simply adjusting your service path? Looking at your path below you have a directory called com in your ColdFusion root, then a cfc in that com directory called testCFC and a method in that cfc named testReturn.

Re: Coldfusion 8 Flash Remoting Issue

2009-07-11 Thread heath stein
Thanks guys for the help, I found the issue , it was the OnRequest method in my Application.cfc. I had forgot that I put a stock Application.cfc in the main site folder. I commented out the OnRequest method and and my remoting calls started working correctly. It makes sense now that I think

Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread heath stein
I have set up a call to a cfc with as3. I have tested this on a cf mx server and it worked fine. Now I am trying to get it to work on a cf8 server and I'm having no luck. It returns a null value every time. I can actually change the name of the method of the call to anything and I get the

Re: Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread Azadi Saryev
iirc, you have to edit web.xml and un-comment the flash remoting section of the code there... i may be wrong since i do not use flash remoting much... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 11/07/2009 00:47, heath stein wrote: I have set up a call to a cfc with as3. I have

Re: Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread heath stein
Here are my config settings for web.xml and gateway-config.xml. I think everything is configured correctly. Web.xml servlet id=coldfusion_servlet_11 servlet-nameFlashGateway/servlet-name display-nameFlash

Re: Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread Paul Kukiel
Did you enable mappings in the remoting-config.xm file? Also does the mapping exist? By default its off. Paul On 10/07/2009, at 1:47 PM, heath stein wrote: I have set up a call to a cfc with as3. I have tested this on a cf mx server and it worked fine. Now I am trying to get it to

Re: Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread heath stein
Did you enable mappings in the remoting-config.xm file? Also does the mapping exist? By default its off. Paul On 10/07/2009, at 1:47 PM, heath stein wrote: Paul, I have enabled mapping in the flex/remoting-config.xml file. I have set up a mapping in the CF Admin, But not in the

Re: Coldfusion 8 Flash Remoting Issue

2009-07-10 Thread Paul Kukiel
You should just need to change: use-mappingstrue/use-mappings to: use-mappingstrue/use-mappings I can't be 100% but I think I needed to restart ColdFusion. My flex-remoting.xml with the default ColdFusion destination looks like this: destination id=ColdFusion channels

RE: Flash Remoting Issue

2005-01-21 Thread Mark A Kruger
:40 PM To: CF-Talk Subject: Re: Flash Remoting Issue Hi Dave. Its a standard CFMX install, not JRun based. Any ideas? - Original Message - From: Dave Watts [EMAIL PROTECTED] ~| Logware: a new and convenient web-based

Re: Flash Remoting Issue

2005-01-21 Thread Rey Bango
Subject: RE: Flash Remoting Issue I have sometimes had to rerun the remove connector and Add connector scripts in the wsconfig (?) directory. I also recall the necessity of having a jrunscripts virtual directory - yes? Dave? -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED

RE: Flash Remoting Issue

2005-01-21 Thread Dave Watts
Thanks Mark. Can you give me the complete path to where to find these scripts? I'm willing to try anything before having to reinstall CFMX. You should be able to do this from the server console by running the Web Server Configuration Utility from the Start menu within the Macromedia

RE: Flash Remoting Issue

2005-01-21 Thread Dave Watts
I have sometimes had to rerun the remove connector and Add connector scripts in the wsconfig (?) directory. I also recall the necessity of having a jrunscripts virtual directory - yes? Dave? Yes, I think the JRunScripts virtual directory is required for Flash Remoting. Rerunning the web

Flash Remoting Issue

2005-01-20 Thread Rey Bango
Hey all. I'm trying to get Flash Remoting working correctly but there seems to be some type of issue on the CFMX side. Everything that I've read says that if I put in a URL like this: http://10.24.1.47/flashservices/gateway I should get a blank page back. The blank page would be the indicator

Re: Flash Remoting Issue

2005-01-20 Thread dave
if you are on a shared server make sure the host has activated remoting on your account -- Original Message -- From: Rey Bango [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Thu, 20 Jan 2005 15:24:50 -0500 Hey all. I'm trying to get Flash

RE: Flash Remoting Issue

2005-01-20 Thread Dave Watts
Hey all. I'm trying to get Flash Remoting working correctly but there seems to be some type of issue on the CFMX side. Everything that I've read says that if I put in a URL like this: http://10.24.1.47/flashservices/gateway I should get a blank page back. The blank page would be the

Re: Flash Remoting Issue

2005-01-20 Thread Rey Bango
Hi Dave. Its a standard CFMX install, not JRun based. Any ideas? - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, January 20, 2005 3:42 PM Subject: RE: Flash Remoting Issue Hey all. I'm trying to get Flash Remoting working

RE: Flash Remoting Issue

2005-01-20 Thread Dave Watts
Hi Dave. Its a standard CFMX install, not JRun based. Any ideas? Look in your JRun error logs (even though you didn't install the full version of JRun, they should still be there somewhere) and/or start CFMX as an application instead of a service to see if you get any errors on startup. Dave