Re: [flexcoders] LCDS async error

2009-05-28 Thread Johannes Nel
I just love talking to myself. No, the bug is not going to go away, I know people from Adobe read this list. This is really a show stopper, can someone from Adobe take a look please. has anyone on this list tried to decompile the fds swc, if so can they mail me off list and tell me how that worke

Re: [flexcoders] LCDS async error

2009-05-27 Thread Johannes Nel
Since Jeff has left Adobe, can someone from Adobe please check the source code on this. We are using build 2.6.0.201390 of the fds.swc. On Tue, May 26, 2009 at 11:13 AM, Johannes Nel wrote: > No, tis not 1, all our error handeling uses FaultEvent. > > How I would have approached this with o

Re: [flexcoders] LCDS async error

2009-05-26 Thread Johannes Nel
No, tis not 1, all our error handeling uses FaultEvent. How I would have approached this with other parts of the framework. Copy the adobe class into my src folder, make the change needed to avoid the error and let my changed class override the adobe implementation at compile time (what are the im

Re: [flexcoders] LCDS async error

2009-05-25 Thread Jeffrey Vroom
I see two possible things that could cause this error: 1) you have a fault handler whose function definition takes a MessageFaultEvent parameter. You need to change that to the common base class which is (I think) a FaultEvent so it can accept both a MessageFaultEvent and a DataServiceFaultEvent.

[flexcoders] LCDS async error

2009-05-25 Thread Johannes Nel
Hi All I have a LCDS app which must stay open for ages, deal with dodgy internet connections and all such fun things. Thus far we have managed to get the NetConnection to re-establish itself nicely when the line drops, but here is a wonderful error (which does not actually break the app) that i ge