Re: interfaces: NoSuchMethodException in RPC$Server.call

2006-04-25 Thread Doug Cutting
Stefan Groschupf wrote: If you like me and it make sense I can file a bug report with test and patch. Yes, please. Doug

Re: interfaces: NoSuchMethodException in RPC$Server.call

2006-04-25 Thread Stefan Groschupf
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 ===

Re: interfaces: NoSuchMethodException in RPC$Server.call

2006-04-25 Thread Doug Cutting
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

interfaces: NoSuchMethodException in RPC$Server.call

2006-04-25 Thread Stefan Groschupf
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