Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 12291 invoked from network); 12 Aug 2006 15:04:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2006 15:04:14 -0000 Received: (qmail 84807 invoked by uid 500); 12 Aug 2006 15:04:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 84137 invoked by uid 500); 12 Aug 2006 15:04:11 -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 84126 invoked by uid 99); 12 Aug 2006 15:04:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 08:04:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 08:04:09 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50E8A714204 for ; Sat, 12 Aug 2006 15:01:14 +0000 (GMT) Message-ID: <11513865.1155394874299.JavaMail.jira@brutus> Date: Sat, 12 Aug 2006 08:01:14 -0700 (PDT) From: "Brian DePradine (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-993) org.apache.axis2.addressing.EndpointReference should explicitly save the WS-Addressing namespace In-Reply-To: <3068510.1155149174081.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-993?page=all ] Brian DePradine updated AXIS2-993: ---------------------------------- Attachment: newpatch.txt Modified the javadoc slightly. > org.apache.axis2.addressing.EndpointReference should explicitly save the WS-Addressing namespace > ------------------------------------------------------------------------------------------------ > > Key: AXIS2-993 > URL: http://issues.apache.org/jira/browse/AXIS2-993 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: core > Reporter: Brian DePradine > Attachments: newpatch.txt, patch.txt > > > Currently, the EndpointReference class always assumes that it is a representation of endpoint references based on the WS-Addressing 2005/08 (final) spec. However, this class is also used to represent endpoint references based on the 2004/08 (submission) spec. The problem is that the methods toOM() and fromOM() only work correctly in the former case. If the EndpointReference class is modified to explicitly save the WS-Addressing namespace then these methods can be made to work correctly for both specs. Patch to follow. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org