[CDO] EMap update problem for the first element [message #1822772] |
Fri, 13 March 2020 04:55  |
Eclipse User |
|
|
|
We observe the following behavior:
* An object with an empty EMap is added to a resource
* A view gets this object
* A transaction (from a different session) adds an element to the map
* The view tries to get this entry <<<< it does not see it! Also waiting for a longer time does not help
We can prevent this error by either:
a) adding a dummy element to the map right from the start
b) calling map.size() before the map.get() method
Can someone confirm this? For us, it is always reproducable. The workaround also always works for us.
We used the latest build: I20200313-0100
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04041 seconds