Letractively / acris

Automatically exported from code.google.com/p/acris
0 stars 0 forks source link

potential deprecated rpc proxy generation in the session enabled proxy #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SessionRemoteServiceProxyGenerator extends from ServiceInterfaceProxyGenerator 
but original GWT implementation uses now (in GWT 2.3 at least) 
RpcServiceGenerator. Furthermore the SessionProxyCreator extends ProxyCreator 
but RpcServiceGenerator uses proxy creator that extends RpcProxyCreator. By 
simple switch to these, there will be an exception, because 3-parameter 
constructor is generated but 4-parameter is expected.

All is located in acris-security-core module.

Original issue reported on code.google.com by ladislav...@gmail.com on 11 Feb 2013 at 9:24