On Friday, March 11, 2011 3:22:33 PM UTC+1, Marcin Misiewicz wrote:
>
> In my project I have Company entity with an embedded  Address object. 
> Object structure is almost the same as it is found in the DynaTableRF 
> example. 
>
> On the client side CompanyProxy extends EntityProxy, and AddressProxy 
> extends ValueProxy.
>
> I have  notice that when I create AddressProxy before CompanyProxy I get 
> following exception when I call editorDriver.flush().isChanged() :
>
> Caused by: java.lang.ClassCastException: 
> pl.scentia.gwt.themes.showcase.shared.AddressProxyAutoBean_com_google_gwt_requestfactory_shared_impl_EntityProxyCategory_com_google_gwt_requestfactory_shared_impl_ValueProxyCategory_com_google_gwt_requestfactory_shared_impl_BaseProxyCategory$1
>  
> cannot be cast to com.google.gwt.requestfactory.shared.EntityProxy
>
>
This is a known issue. Fixed in trunk (will make it into GWT 2.3)
http://code.google.com/p/google-web-toolkit/issues/detail?id=6059

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

Reply via email to