On Wednesday, October 17, 2012 7:57:33 PM UTC+2, bloo wrote: > > Hi David, > > I hate to bring up an old thread, but I noticed this happening with my > switch from 2.4.0 to 2.5.0. I am using JPA/Hibernate on the backend, and > my entity instance's persist() method returns "this" on the server. It > stopped working with 2.5.0 with the Unfrozen bean error - BUT, it only > happens when you persist an entity for the first time (not subsequent > perists for update). > > Just wondering if you have any insight into what would cause this. I'm > working around this by calling Request.find(EntityStableId) after the > successful persist() call ONLY IF it was a new object being persisted (it > is not necessary to do that for subsequent updates to the object). >
Could you post the payloads exchanged? (capture them with your browser, Wireshark, or set the gwt.rpc.dumpPayload system property to true on your server and it'll print them to System.out) Preferably the smallest request that fails so it's easier to read ;-) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0Us3sxXMkzQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
