hacksong / jsonrpc4j

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

Feature Request: Add ability to specify custom ExceptionResolver when using AutoJsonRpcClientProxyCreator #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now there is no way to specify custom ExceptionResolver implementation 
when using AutoJsonRpcClientProxyCreator: a JsonProxyFactoryBean class is used 
to create a proxy and it creates an instance of JsonRpcHttpClient with 
DefaultExceptionResolver implementation attached.

It would be great to have a property in AutoJsonRpcClientProxyCreator to 
specify ExceptionResolver via xml config. Or the other way is to add a property 
in @JsonRpcService annotation.

Original issue reported on code.google.com by iper...@gmail.com on 19 Jun 2013 at 10:41

GoogleCodeExporter commented 9 years ago
Sounds good, will address it with the next release.

Original comment by brian.di...@gmail.com on 27 Jun 2013 at 6:01

GoogleCodeExporter commented 9 years ago
Any news on this?
I am even ready to provide a patch. Will you consider including it?

Original comment by roman.at...@gmail.com on 27 Sep 2013 at 6:33

GoogleCodeExporter commented 9 years ago
moving to github: https://github.com/briandilley/jsonrpc4j/issues

Original comment by brian.di...@gmail.com on 18 Oct 2013 at 11:29