Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 87158 invoked from network); 10 Jan 2009 18:04:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2009 18:04:21 -0000 Received: (qmail 27871 invoked by uid 500); 10 Jan 2009 18:04:20 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 27830 invoked by uid 500); 10 Jan 2009 18:04:20 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 27821 invoked by uid 99); 10 Jan 2009 18:04:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2009 10:04:20 -0800 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; Sat, 10 Jan 2009 18:04:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F99B234C498 for ; Sat, 10 Jan 2009 10:03:59 -0800 (PST) Message-ID: <1846518393.1231610639652.JavaMail.jira@brutus> Date: Sat, 10 Jan 2009 10:03:59 -0800 (PST) From: "Nandana Mihindukulasooriya (JIRA)" To: dev@synapse.apache.org Subject: [jira] Updated: (SYNAPSE-500) Error in Serializing the fault mediator fault code with a QName having default prefix In-Reply-To: <463451092.1231607879741.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/SYNAPSE-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya updated SYNAPSE-500: ----------------------------------------------- Attachment: SYNAPSE-500.patch Patch to fix the issue. > Error in Serializing the fault mediator fault code with a QName having default prefix > -------------------------------------------------------------------------------------- > > Key: SYNAPSE-500 > URL: https://issues.apache.org/jira/browse/SYNAPSE-500 > Project: Synapse > Issue Type: Bug > Components: Core > Reporter: Nandana Mihindukulasooriya > Attachments: SYNAPSE-500.patch > > > When I set the FaultCode vaule as given below, > faultMediator.setFaultCodeValue(new QName("http://www.w3.org/2003/05/soap-envelope","Reciver")); > it is serialized as > > > > The problem is when the QName is having the default prefix which is "". When I set the fault code with a QName with some other prefix > faultMediator.setFaultCodeValue(new QName("http://www.w3.org/2003/05/soap-envelope","Reciver","myPrefix")); > it is serialized correctly. -- 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: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org