Testing RequestFactory in GWT 2.4 RC1

2011-08-15 Thread Dominik Mayer
I tried GWT 2.4 RC1 today. My application does compile and run in a browser, but some unit tests don't pass anymore. I get the following Stack Trace: java.lang.RuntimeException: Did not have deobfuscation data for 2UqELyqusA0NSi_wPI4ZRpQ$hFw= at com.google.web.bindery.requestfactory.vm.InProces

Re: How to get "id" of the new inserted row, issued by RequestFactory "persist()"

2011-02-03 Thread Dominik Mayer
he populated object. On Feb 3, 10:32 pm, Dominik Mayer wrote: > Does anyone have answers to these questions? What I'm doing is > listening for an EntityProxyChange PERSIST. But that only has the > ProxyId so I have to do a > > request.find(proxyId).fire() > > in order to

Re: How to get "id" of the new inserted row, issued by RequestFactory "persist()"

2011-02-03 Thread Dominik Mayer
Does anyone have answers to these questions? What I'm doing is listening for an EntityProxyChange PERSIST. But that only has the ProxyId so I have to do a request.find(proxyId).fire() in order to get the task. The problem is: This causes an EntityProxyChange UPDATE which again only has the ProxyI