Stefan Groschupf wrote:
If you like me and it make sense I can file a bug report with test and
patch.
Yes, please.
Doug
Hi,
yes I can but I already have a patch that at least solve me problem. :-)
What you think about this solution?
If you like me and it make sense I can file a bug report with test
and patch.
Index: src/java/org/apache/hadoop/ipc/RPC.java
===
Can you supply a simple test case?
Thanks,
Doug
Stefan Groschupf wrote:
Hi,
I would love to use the RPC.getProxy but my Server uses Interfaces as
parameter.
When I now invoke my proxy client with concrete implementation the
server throws a java.io.IOException: java.lang.NoSuchMethodExcepti
Hi,
I would love to use the RPC.getProxy but my Server uses Interfaces as
parameter.
When I now invoke my proxy client with concrete implementation the
server throws a java.io.IOException: java.lang.NoSuchMethodException,
at java.lang.Class.getMethod(Class.java:1581)
at org.apache.had