I have got big problems deleting items from my managed collections:

When I delete item through ds.deleteItem and then call the ds.commit, 
after return from the commit operation my item is back in the 
ArrayCollection. The second time this item is deleted properly.

When I delete item through ac.removeItemAt the item is again restored by 
commit, but this time it is impossible to delete this item by the second 
call.

When I delete item from the collection and add another item into the 
same collection, the commit fails and the server returns error "The item 
was not in the cache..."

Does anyone know how to fix these problems? My items have to be 
improperly cached somewhere...

TIA Zdenek

Reply via email to