Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 10931 invoked from network); 1 Apr 2008 06:50:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 06:50:50 -0000 Received: (qmail 49892 invoked by uid 500); 1 Apr 2008 06:50:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 49533 invoked by uid 500); 1 Apr 2008 06:50:48 -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 49522 invoked by uid 99); 1 Apr 2008 06:50:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 23:50:47 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 06:50:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A0B1234C0B1 for ; Mon, 31 Mar 2008 23:48:24 -0700 (PDT) Message-ID: <1750380890.1207032504353.JavaMail.jira@brutus> Date: Mon, 31 Mar 2008 23:48:24 -0700 (PDT) From: "Mike Rheinheimer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests In-Reply-To: <1416640067.1206586644264.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-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584032#action_12584032 ] Mike Rheinheimer commented on AXIS2-3666: ----------------------------------------- The attached patch.txt introduced errors with SoapMessageMUProviderTests and MtomSampleTests. Not sure how... Anyway, I've finally seen the bug for which this JIRA was originally opened. In jaxws JavaDispatcher.AsyncInvocationWorker.call() at line 186, the eic object has the same object id as the one I see in JAXWSMessageReceiver. This is good. However, in the debugger, when I step into the call at line 186 to eic.getCallback(), 'this' is suddenly a different object id, and is lacking the callback object -- so later we get an NPE at line 198. It is 1:50am, so maybe I'm not seeing straight anymore. :) > Unable to switch addressing mar on in jaxws-integration tests > ------------------------------------------------------------- > > Key: AXIS2-3666 > URL: https://issues.apache.org/jira/browse/AXIS2-3666 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: Addressing > Reporter: Davanum Srinivas > Assignee: Brian DePradine > Priority: Blocker > Fix For: 1.4 > > Attachments: addressing.diff, patch.txt > > > Brian, > I tried switching on addressing mar in the jaxws-integration test suite and i see lot of failures when i try to enable addressing in modules/jaxws-integration/test-resources/axis2.xml. Here's the patch i have so far. > thanks, > dims -- 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