Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 99557 invoked by uid 500); 23 May 2002 14:18:34 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 99548 invoked from network); 23 May 2002 14:18:34 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Beta 2: Bug in RPCProvider.java? Date: Thu, 23 May 2002 16:18:25 +0200 Message-ID: <35E42ABE2AC11942B718D90FCCE11256AF3641@KA_SRV_015.ap-ag.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Beta 2: Bug in RPCProvider.java? Thread-Index: AcICZLOLNBbgcU/ZTmmqJuW097HPNQ== From: =?iso-8859-1?Q?Thomas_B=F6rkel?= To: "Axis Dev Mailinglist" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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