Monday, March 5, 2012

Re: RequestFactory performance issue

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 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