[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Charlie Arehart

First things first: is "/realestate" the name of a server on your server? If
not, that's your problem. (I'm not familiar with that demo app to know if
that's hard-coded there or not). You'd need to change that to the name of
your server where you have CFMX (and thus the /flashservices/gateway)
installed. HTH.

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Brett Payne-Rhodes
Sent: Wednesday, June 07, 2006 5:09 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF7 Flashforms and Flash Remoting


I'm finally embarking on a project that will use CF7, Flashforms and Flash
Remoting.

So I've downloaded the Real Estate sample application from Adobe, installed
it and fired it up. Looks great! However as soon as I hit the 'search'
button I get the message: "service realestate.services.ListingService not
found". Bugger!

So I tested http://realestate/flashservices/gateway, hoping to get a blank
page but I get "not found" (the web server is apache).

I've done a bit of searching on Google and Adobe and there seems to be a lot
of chat about this problem, but nothing I can find that says it has been
fixed or how to work around it. There were suggestions about putting a
question mark on the URL for the defaultgateway but that doesn't seem to
have made any difference...

Has anyone come across this issue? I'm hoping it is some simple config issue
that I've missed...

The (test) server config is:

Win200 Pro
Apache2
CF7


Thanks,

Brett
B)




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Brett Payne-Rhodes

Thanks Charlie,

Yes, I've defined 'realestate' in my hosts file and my apache configuration and 
the initial page itself comes up fine. The demo app actually uses cgi variables 
to dynamically access the gateway.

I've also tried http://localhost/flashservices/gateway and 
http://127.0.0.1/flashservices/gateway with the same result, and a friend with 
a similar configuration on his system also had the same problem.

>From what I've read 'flashservices' is supposed to be a mapping automatically 
>generated by CF, and on my CF6 machine it works fine but I can't find where 
>the configuration is to set it up...

Cheers,

Brett
B) 

Charlie Arehart wrote:
> First things first: is "/realestate" the name of a server on your server? If
> not, that's your problem. (I'm not familiar with that demo app to know if
> that's hard-coded there or not). You'd need to change that to the name of
> your server where you have CFMX (and thus the /flashservices/gateway)
> installed. HTH.
> 
> /charlie
> 
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Brett Payne-Rhodes
> Sent: Wednesday, June 07, 2006 5:09 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] CF7 Flashforms and Flash Remoting
> 
> 
> I'm finally embarking on a project that will use CF7, Flashforms and Flash
> Remoting.
> 
> So I've downloaded the Real Estate sample application from Adobe, installed
> it and fired it up. Looks great! However as soon as I hit the 'search'
> button I get the message: "service realestate.services.ListingService not
> found". Bugger!
> 
> So I tested http://realestate/flashservices/gateway, hoping to get a blank
> page but I get "not found" (the web server is apache).
> 
> I've done a bit of searching on Google and Adobe and there seems to be a lot
> of chat about this problem, but nothing I can find that says it has been
> fixed or how to work around it. There were suggestions about putting a
> question mark on the URL for the defaultgateway but that doesn't seem to
> have made any difference...
> 
> Has anyone come across this issue? I'm hoping it is some simple config issue
> that I've missed...
> 
> The (test) server config is:
> 
> Win200 Pro
> Apache2
> CF7
> 
> 
> Thanks,
> 
> Brett
> B)
> 
> 
> 
> 
> > 
> 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Chris Velevitch

On 6/8/06, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
> I've also tried http://localhost/flashservices/gateway and 
> http://127.0.0.1/flashservices/gateway with the same result, and a friend 
> with a similar configuration on his system also had the same problem.

I notice you didn't specify a port number. Does that mean you're using
the default port number for CF7?



Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Boredenator

Brett,

By default, Macromedia Flash Remoting cannot access web services
through ColdFusion MX 7. You need to enable it manually.

To enable Flash Remoting to access web services through ColdFusion MX
7:

   1. Open the cf_root/WEB-INF/gateway-config.xml file in a text
editor.
   2. Locate the following line.

  

   3. Remove the comments, so that the line appears as follows.

  coldfusion.flash.adapter.CFWSAdapter

   4. Save the file.
   5. Restart ColdFusion MX 7.

More Info at:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0005.htm


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Chris Velevitch

On 6/8/06, Boredenator <[EMAIL PROTECTED]> wrote:
> By default, Macromedia Flash Remoting cannot access web services
> through ColdFusion MX 7. You need to enable it manually.

That doesn't make sense. I've install CF7 out the box and the Real
Estate example works (after creating datasource) with the access
database. Looking at the code, it doesn't appear to be using web
services to access the server, but Flash Remoting.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Brett Payne-Rhodes

Thanks Chris,

What happens when you click on the 'search' button? That is where I am getting 
the error message.

Cheers,

Brett
B)

Chris Velevitch wrote:
> On 6/8/06, Boredenator <[EMAIL PROTECTED]> wrote:
>> By default, Macromedia Flash Remoting cannot access web services
>> through ColdFusion MX 7. You need to enable it manually.
> 
> That doesn't make sense. I've install CF7 out the box and the Real
> Estate example works (after creating datasource) with the access
> database. Looking at the code, it doesn't appear to be using web
> services to access the server, but Flash Remoting.
> 
> 
> Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Chris Velevitch

On 6/8/06, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
> What happens when you click on the 'search' button? That is where I am 
> getting the error message.

It works and I can also add new entries.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Chris Velevitch

Which version of the example did you download? I downloaded
http://download.macromedia.com/pub/developer/realestate_pt2.zip


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Brett Payne-Rhodes

OK, thanks Chris...

You said the installation was out of the box? Was it a CF6 upgrade or a new 
installation?

My next option will be to uninstall/reinstall CF7...

Thanks again,
Brett
B)


Chris Velevitch wrote:
> On 6/8/06, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
>> What happens when you click on the 'search' button? That is where I am 
>> getting the error message.
> 
> It works and I can also add new entries.
> 
> 
> Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: CF7 Flashforms and Flash Remoting

2006-06-07 Thread Chris Velevitch

I can't recall the path I went, but I suspect I uninstalled 6 first.
BTW I'm using Enterprise as my developement system.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---