Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99075 invoked from network); 1 Feb 2007 19:59:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 19:59:32 -0000 Received: (qmail 39772 invoked by uid 500); 1 Feb 2007 19:59:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 39709 invoked by uid 500); 1 Feb 2007 19:59:32 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 39698 invoked by uid 99); 1 Feb 2007 19:59:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 11:59:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 11:59:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA13A7142D4 for ; Thu, 1 Feb 2007 11:59:05 -0800 (PST) Message-ID: <31519445.1170359945759.JavaMail.jira@brutus> Date: Thu, 1 Feb 2007 11:59:05 -0800 (PST) From: "Bill Nagy (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2076) Improve trace correlation for message context serialization In-Reply-To: <11143575.1170350345530.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Nagy resolved AXIS2-2076. ------------------------------ Resolution: Fixed Assignee: Bill Nagy > Improve trace correlation for message context serialization > ----------------------------------------------------------- > > Key: AXIS2-2076 > URL: https://issues.apache.org/jira/browse/AXIS2-2076 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: kernel > Reporter: Ann Robinson > Assigned To: Bill Nagy > Priority: Minor > Attachments: patch.txt > > > In debugging some of the more complicated application scenarios, it has become clear that having better correlation in the trace messages among some of the objects in the message context object graph is very helpful in determining failure points. > The following needs to be done: > - Make use of the logCorrelationIDString in the MessageContext > - Add a logCorrelationIDString to the OperationContext > - Add a logCorrelationIDString to the Options > - Add some try..catch blocks around the use of ObjectStateUtils.writeObject(...) for some objects > In addition, clean up the following > - remove commented out System.out.println lines > - move the check of the NeedsToBeReconciled flag to a method -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org