Great! 
Sorry i don't know that much about patches.... which one should i download 
... and can i run them against jars? i have'nt the source code dist of gwt, 
i working with eclipse. If it's not to much work, you could give me a 
couple instructions and i ll test ? ;-)) 

Am Dienstag, 9. Oktober 2012 09:55:52 UTC+2 schrieb Manuel Carrasco:
>
>
> There are two issues in gwt, related with this
> http://code.google.com/p/google-web-toolkit/issues/detail?id=5762
> http://code.google.com/p/google-web-toolkit/issues/detail?id=7509
>
> I submitted a patch a couple of months ago which should fix your issue
> http://gwt-code-reviews.appspot.com/1764804/
>
> It should be nice if you could test the fix with your projects and give 
> feedback.
>
> - Manolo
>
>
>
> On Tue, Oct 9, 2012 at 9:09 AM, Christoph Henrici 
> <chhe...@gmail.com<javascript:>
> > wrote:
>
>> I solved this with a InterfaceResolvingServiceLayerDecorator basically a 
>> copy of the ResloverServiceLayer with one line different: 
>>
>> In the method resloveClientType
>>
>> the line: 
>>
>> Class<?> toSearch = domainClass;
>>
>>  
>> ist substituted with: 
>>
>>     Class<?> toSearch = 
>> InterfaceUtils.getEntityInterfaceIfExits(domainClass); 
>>
>> where InterfaceUtils is application specific.....
>>
>> Not quite sure of the approach.... seems lots of code copied for one 
>> little change ... ;-/ ?
>>
>>
>> Am Freitag, 5. Oktober 2012 11:22:34 UTC+2 schrieb Christoph Henrici:
>>
>>> By default  it seems to me that EntityProxies can't be mapped with 
>>> @ProxyFor to Domain Interfaces, since the Deobfuscator.getClientProxies via 
>>> ResolverServiceLayer by the Implementing Class name.. ResolverServiceLayer 
>>> dies with "The domain type %s cannot be sent to the client".
>>>
>>>  Generally i think it would be a good idea to be able to map Proxies to 
>>> Domain Interfaces, or am i missing something?  
>>>
>>> Is there a way of achieving this? 
>>>
>>> Christoph 
>>>
>>  -- 
>> 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/-/nSM4ikzr5EIJ.
>>
>> To post to this group, send email to 
>> google-we...@googlegroups.com<javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> google-web-toolkit+unsubscr...@googlegroups.com <javascript:>.
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tmtPzP2N9W8J.
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