-
21 Jul 2009 3:34 AM #1
[FIXED] MemoryProxy-Store Bug or Expected Behavior?
[FIXED] MemoryProxy-Store Bug or Expected Behavior?
When I combine MemoryProxy and ListStore, the first time it behave like expected, but when loaded twice or more, the all.clear();(@ Store.class, line 447), clears the list used as data repository in the MemoryProxy because it was assigned to the local field all (@ Store.class, line 478) in the store in the first time.
It works fine with RpcProxy because the object provided is always other instance, but with MemoryProxy it is not true.
[]
Francisco Spaeth
GXT: 2.0
-
21 Jul 2009 3:39 AM #2
Please read the bugforum guidelines and post a testcase that demonstrates an issue. Also please dont duplicate posts.
-
21 Jul 2009 4:09 AM #3
I was able to reproduce it. We are looking into it.
-
22 Jul 2009 5:59 AM #4
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote