I created an issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=7231
I also tried adding this ValueProxy check to the if statement and it
fixed the problem:
if (id.isEphemeral() && !
ValueProxy.class.isAssignableFrom(bean.getType()))
{
// See if the entity has been persisted in the
meantime
returnState.getResolver().resolveClientValue(domainObject,
id.getProxyClass(),
Collections.<String>
emptySet());
}
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.