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 3138D10904 for ; Mon, 25 Nov 2013 08:38:40 +0000 (UTC) Received: (qmail 75518 invoked by uid 500); 25 Nov 2013 08:38:39 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 75418 invoked by uid 500); 25 Nov 2013 08:38:38 -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 75409 invoked by uid 99); 25 Nov 2013 08:38:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 08:38:36 +0000 Date: Mon, 25 Nov 2013 08:38:36 +0000 (UTC) From: "Xilai Dai (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CXF-5169) the schema-validation-enabled property doesn't work for OUT message validation 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-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831150#comment-13831150 ] Xilai Dai edited comment on CXF-5169 at 11/25/13 8:38 AM: ---------------------------------------------------------- Have to reopen this issue after retested with CXF 2.7.7 release, still got: {code}Invalid content was found starting with element 'out'. One of '{out}' is expected.{code} it's easy to reproduce with the attached sample project. was (Author: xldai): Have to reopen this issue after retested with CXF 2.7.7 release, still got: Invalid content was found starting with element 'out'. One of '{out}' is expected. it's easy to reproduce with the attached sample project. > the schema-validation-enabled property doesn't work for OUT message validation > ------------------------------------------------------------------------------ > > Key: CXF-5169 > URL: https://issues.apache.org/jira/browse/CXF-5169 > Project: CXF > Issue Type: Improvement > Components: Core > Affects Versions: 2.7.6 > Reporter: Xilai Dai > Assignee: Freeman Fang > Fix For: 2.6.10, 2.7.7, 3.0.0-milestone1 > > Attachments: test_validation_service.zip > > > With this configuration: > {code} > > ...... > > > > > {code} > then, the schema validation for Request(IN) message works well, but it doesn't take any effect for Response(OUT) message. > the schema (from WSDL) piece example which I used is: > {code} > > > > > > > > > > > > > > > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)