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 ax...@ws.apache.org on 2004/09/02 17:23:50 UTC

[jira] Closed: (AXIS-1535) Dynamic Proxy should delegate all Object methods to its internal Call instance

Message:

   The following issue has been closed.

   Resolver: Ias
       Date: Thu, 2 Sep 2004 8:23 AM

Applied. Thanks.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1535

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1535
    Summary: Dynamic Proxy should delegate all Object methods to its internal Call instance
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Axis
 Components: 
             Basic Architecture
   Fix Fors:
             current (nightly)

   Assignee: Ias
   Reporter: Guillaume Sauthier

    Created: Tue, 31 Aug 2004 5:37 AM
    Updated: Thu, 2 Sep 2004 8:23 AM

Description:
If a user want to log a Dynamic Proxy, the AxisClientProxy will try to invoke(via RPC) the toString method call to its internal Call instance.

But the Call do not find the toString operation and fails with ServiceException.

By delegating the java.lang.Object methods call to the internal Call instance, we are sure that theses basic operations are handled correctly.

I'm working on a patch...


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira