I dont know the reason, but if i remember well, i got similar error, when i 
have changed the server side code and did not launch mvn clean install after. 
It made the development process really slow, but it forced me to write server 
side unit tests.

Sandor

On 2012.02.14., at 2:43, Victor Lujan <victor...@gmail.com> wrote:

> Actually,  instead of 
> 
> ClassSomethingProxy extends EntityProxy { 
>    ClassAnotherProxy getProperty1(); 
>    List<ClassOtherProxy> getProperty2(); 
> (...) 
> } 
> 
> 
> I changed it to
> 
> 
> ClassSomethingProxy extends EntityProxy { 
>    ClassAnotherProxy getProperty1(); 
>    ClassOtherProxy getProperty2(); 
> (...) 
> } 
> 
> ps. i changed the definition of the thrift file  to not have a list of 
> ClassOtherDTOs and also changed the proxy  , locator, etc.
> 
> And it all works just fine !   
> 
> What's the deal with using a proxy with a list of proxies?  is this a well 
> known problem? do you need me to give you more info? do you want me to dig 
> deeper?
> it would help me A LOT if there is a work around for this problem.
> 
> 
> Thanks.
> -- 
> 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/-/RFTh7TGYD_QJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to