jnan77 / jsonrpc4j

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

proxyutil ignore classloader #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure client with proxyutil on android or java project
2. Launch and make sur to request using JSonRpc
3.

What is the expected output? What do you see instead?
Result but throw a class not found exception.

What version of the product are you using? On what operating system?
JSonRpc4j 0.26 on Windows 7 x64

Please provide any additional information below.
The method:
ProxyUtil.createClientProxy(ClassLoader,Class<T>,boolean,JSonRpcClient,InputStre
am,OutputStream)
ignores the classloader parameter and uses ClassLoader.getSystemClassLoader(), 
change it to classloader parameter to fix it.

Original issue reported on code.google.com by zeen...@gmail.com on 5 Dec 2012 at 1:01

GoogleCodeExporter commented 8 years ago

Original comment by brian.di...@gmail.com on 30 Jan 2013 at 5:29

GoogleCodeExporter commented 8 years ago
fixed, thanks

Original comment by brian.di...@gmail.com on 16 Feb 2013 at 8:54