Hello!
We are using AIR and LCDS 2.6.1 and have a problem with conflict
handling. If we trigger a conflict on the server by calling:
throw new DataSyncException(co, serverObject, changedProps);
the following exception occurs on the client when calling
conflict.acceptClient():
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at mx.data::ConflictResolver/updateMessageForAcceptClient()
[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data\Confli
ctResolver.as:455]
at mx.data::ConflictResolver/acceptClientForPullConflict()
[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data\Confli
ctResolver.as:314]
at mx.data::ConflictResolver/acceptClient()
[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data\Confli
ctResolver.as:84]
at mx.data::Conflict/acceptClient()
[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data\Confli
ct.as:228]
When a conflict event is triggered by flex itself the accepClient
call works.
Can anyone help?
Thanks in advance,
Taze