Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Aug 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 11 Feb 2013 at 9:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant