[flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Battershall, Jeff
I've built an AIR app using Cairngorm 2.x. My RemoteObjects are stored in the ServiceLocator singleton. Intermittently, users will get NetConnection.Call.Failed. Possibly this is a performance issue with the ColdFusion service layer where specific calls are timing out or possibly the RO's

Re: [flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Peeyush Tuli
Did you try to monitor the HTTP traffic in a test environment? It gives you a good idea what goes behind the scenes. http://soenkerohde.com/2008/04/debug-air-remote-traffic/ On Fri, Feb 19, 2010 at 9:02 PM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: I’ve built an AIR app using