Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-29 Thread EECOLOR
Hey,   i just tested it: i created for each application a destination and a channel. I traced out ServerConfig.xml to make sure the right configuration was loaded.   The same problem happened there. I now have a very simple setup when it comes to CFC code:   Application.cfc    this.name = "app1"

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread EECOLOR
I finished installing windows 2003 server with coldfusion 7.02.   The same problem happens here...     Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogro

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread Tom Chiverton
On Thursday 28 September 2006 15:34, EECOLOR wrote: > Im using http://{server.name}/flex2gateway/ on one server. If you hard code app1 or app2 here for {server.name}, does it work as expected ? -- Tom Chiverton Helping to adaptively reinvent dynamic data ***

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread EECOLOR
>What url does the ColdFusion destination use in your config file?  This is going to be the url that is used to decide >what domain to make calls against, not nessicarily the domain you are loading the swf from.   Im using http://{server.name}/flex2gateway/ on one server.   On another i use: ht

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread Simeon Bateman
What url does the ColdFusion destination use in your config file?  This is going to be the url that is used to decide what domain to make calls against, not nessicarily the domain you are loading the swf from.On the first bug you list.  I dont know if I would have assumed that it would chase up

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread EECOLOR
Nope, i have 2 directories, which both act as wwwroot (virtual hosts).   http://app1 points to c:\wwwroot\app1 http://app2 points to c:\wwwroot\app2   In c:\wwwroot\app1 i have the following files (leaving out the js and history ones etc):   - app1.swf - App.cfc - Application.cfc - index.cfm   I

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread Muzak
m: "EECOLOR" <[EMAIL PROTECTED]> To: Sent: Thursday, September 28, 2006 10:57 AM Subject: Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion > The problem with the Application.cfc (Bug #2) appears to be even worse then > i thought. It can be tested with the f

Re: [flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-28 Thread EECOLOR
The problem with the Application.cfc (Bug #2) appears to be even worse then i thought. It can be tested with the following simple files:   Application.cfc (change the name for each directory)    this.name = "app2" />   App.cfc           App2.mxml (app1 looks exactly the same).   http://www.adobe

[flexcoders] Bugs in the Remoting adapter which comes with ColdFusion

2006-09-27 Thread EECOLOR
Hello,   im writing this email for a few reasons:   1. To save some ppl from debugging for hours just to find out that its a bug in the code that comes with ColdFusion. 2. In hope to get some pointers on how to work around these bugs. 3. In hope to reach the ppl from adobe that made this product