Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B61C172F1 for ; Thu, 26 Mar 2015 22:21:53 +0000 (UTC) Received: (qmail 91299 invoked by uid 500); 26 Mar 2015 22:21:53 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 91264 invoked by uid 500); 26 Mar 2015 22:21:53 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 91228 invoked by uid 99); 26 Mar 2015 22:21:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 22:21:53 +0000 Date: Thu, 26 Mar 2015 22:21:53 +0000 (UTC) From: "Alessio Soldano (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-6319) Regression: failing namespace resolution after CXF-5891 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessio Soldano updated CXF-6319: --------------------------------- Fix Version/s: 3.0.5 2.7.16 3.1.0 > Regression: failing namespace resolution after CXF-5891 > ------------------------------------------------------- > > Key: CXF-6319 > URL: https://issues.apache.org/jira/browse/CXF-6319 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.7.14, 2.7.15 > Reporter: mustafa > Assignee: Alessio Soldano > Fix For: 3.1.0, 2.7.16, 3.0.5 > > > When using CXF 2.7.14 or later this request fails > {code:xml} > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > > hello > > > > {code} > with the error > {code:xml} > > > > > soap:Server > prefix xs is not bound to a namespace > > > > {code} > Prior to the changes for CXF-5891 this worked without any problems. Analysis from Red Hat engineering seems to say that it looks that all attributes and namespace settings in soap:envelop or soap:body elements are all ignored in ReadHeaderInterceptor and SAAJInInterceptor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)