RE: [flexcoders] Re: Remoteobject help

2006-08-16 Thread flex-guitar
ailto:[EMAIL PROTECTED]On Behalf Of João FernandesSent: Tuesday, August 15, 2006 8:37 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Remoteobject help Derek,there is no need of FDS to use remoting. The 7.0.2 version is enough to use the new AMF3 with Flex2.For the web-inf

Re: [flexcoders] Re: Remoteobject help

2006-08-15 Thread João Fernandes
Original Message-From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com]On Behalf Of Douglas KnudsenSent: Wednesday, August 09, 2006 5:02 PMTo: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Re: Remoteobject help old thread but i just experienced this.  Reason I had

RE: [flexcoders] Re: Remoteobject help

2006-08-15 Thread flex-guitar
[mailto:[EMAIL PROTECTED]On Behalf Of Douglas KnudsenSent: Wednesday, August 09, 2006 5:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Remoteobject help old thread but i just experienced this.  Reason I had the issue was I failed to set up my Flex project corre

Re: [flexcoders] Re: Remoteobject help

2006-08-09 Thread Douglas Knudsen
old thread but i just experienced this.  Reason I had the issue was I failed to set up my Flex project correctly!  You have to choose 'ColdFusion Flash Remoting Service' as a project type and go from there.  Then the proper stuff is compiled into the SWF. DKOn 7/27/06, Jeremy Rottman <[EMAIL PRO

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 13:22, Jeremy Rottman wrote: > ok well I got it to work with this code. But this isnt exactly how I > want it to work. Do I have to use test. and do I have > to add the end point. > id="qryService" > destination="ColdFusion" >

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 11:52, Jeremy Rottman wrote: > even with defining the uri I get the same issue. Everywhere I have > looked not a single tutorial has said to define the uri in the > channels section of hte service-config.xml file http://thefalken.livejournal.com/ ;-) -- Tom Chiverton, mo

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
ok well I got it to work with this code. But this isnt exactly how I want it to work. Do I have to use test. and do I have to add the end point. http://www.adobe.com/2006/mxml"; layout="absolute"> http://fx3.homesmartagent.co

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 12:51, Jeremy Rottman wrote: > Well when I use this url I get the normal blank display. > http://fx3.homesmartagent.com/flex2gateway/ If you leave of the / do you get a '500 No configured channel has an endpoint path' error ? -- Tom Chiverton ***

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
Well when I use this url I get the normal blank display. http://fx3.homesmartagent.com/flex2gateway/ when I use the url with the context root I get a 404 error. http://fx3.homesmartagent.com/test/flex2gateway/ I also use a named based virtual host setup. Even when I define the uri with the http:

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 11:52, Jeremy Rottman wrote: > even with defining the uri I get the same issue. If you request the URL by hand, what do you get ? > looked not a single tutorial has said to define the uri in the > channels section of hte service-config.xml file mxmlc wasn't clever enoug

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
even with defining the uri I get the same issue. Everywhere I have looked not a single tutorial has said to define the uri in the channels section of hte service-config.xml file To give a little more info. My cf server runs on linux. cfserver install root: /opt/coldfusionmx7/ web root /var/www