HI! I (finally) tried out Beta 2 and found a (for me) serious problem in RPCProvider.java:
processMessage() does not use invokeMethod() anymore, it calls invoke() directly on the method (line 229). Is there a reason for this? I need the call via invokeMethod() because I have to do the invocation myself (not using reflection) in my subclass of RPCProvider. Thanks! Regards, Thomas