Tuesday, April 26, 2011

Re: Problem with complex object tree and request factory - two issues

Marcin,

Not sure if you figured it out or not yet, but we had a similar issue and ours was fixed when fixed two issues:
  • we were creating the objects with two separate request contexts.  If I understand correctly how the persisting works, you must create any sub-proxies with the same context as the parent object.  i may be wrong, but it solved the issue for us. 
  • our service was not properly named and our locator could not find it (it didn't throw any kind of useful error btw...)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment