You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Thomas Börkel <tb...@ap-ag.com> on 2002/05/23 16:18:25 UTC

Beta 2: Bug in RPCProvider.java?

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