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/10/19 01:55:52 UTC

[jira] Commented: (AXIS-1565) Extra logging information for MessageContext

The following comment has been added to this issue:

     Author: Nelson Minar
    Created: Mon, 18 Oct 2004 4:55 PM
       Body:
Any thoughts on this patch? It sure is helpful for doing various things like logging in handlers.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1565?page=comments#action_54318

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1565

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1565
    Summary: Extra logging information for MessageContext
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Nelson Minar

    Created: Tue, 21 Sep 2004 11:45 AM
    Updated: Mon, 18 Oct 2004 4:55 PM

Description:
I'm submitting a patch for inclusion into Axis that makes it easier to log what's going on with services. We're logging the names of services and methods that were called, as well as details of the arguments passed in, results returned, and any exceptions that might have been thrown. We log this stuff from a handler which accesses the data via MessageContext.

Service name and method name can be derived from ctx.getOperation() without any changes to Axis. To log the other data this patch adds new properties to MessageContext that store references to the arguments and returns.


---------------------------------------------------------------------
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