Re: [flexcoders] LCDS2.5: Internal error - current transaction changed out from underneath the Da

2007-04-25 Thread Igor Costa
Jonathan This happens because you're trying to convert an Object from a Null Value. In FDS2.0.1 has a little change from LCDS from transactions. Here's a breafing on how you could do. VObject vo = (VObject) myObject.toValueObject(); DataServiceTransaction txn =

[flexcoders] LCDS2.5: Internal error - current transaction changed out from underneath the Da

2007-04-24 Thread box110a
I have an Assembler where i'm notifying another assembler of changes using DataServiceTransaction.getCurrentDataServiceTransaction(); It works with FDS 2.0.1, however when I install LCDS 2.5, I get the error below (code is following the stacktrace): 11:37:15,625 INFO [STDOUT] [Flex] [ERROR]