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 2CD4D95E4 for ; Fri, 23 Mar 2012 09:43:57 +0000 (UTC) Received: (qmail 44320 invoked by uid 500); 23 Mar 2012 09:43:57 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 44292 invoked by uid 500); 23 Mar 2012 09:43:56 -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 44251 invoked by uid 99); 23 Mar 2012 09:43:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2012 09:43:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2012 09:43:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ADDB0342050 for ; Fri, 23 Mar 2012 09:43:26 +0000 (UTC) Date: Fri, 23 Mar 2012 09:43:26 +0000 (UTC) From: "Willem Jiang (Created) (JIRA)" To: issues@cxf.apache.org Message-ID: <353694940.7311.1332495806719.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CXF-4197) Get the schema validation error when using the simple frontend configuration with blueprint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Get the schema validation error when using the simple frontend configuration with blueprint -------------------------------------------------------------------------------------------- Key: CXF-4197 URL: https://issues.apache.org/jira/browse/CXF-4197 Project: CXF Issue Type: Bug Components: Simple Frontend Affects Versions: 2.5.2, 2.4.6 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.4.7, 2.5.3 Here is stack trace, when I want to create a simple server from a blueprint configuration. {code} org.xml.sax.SAXParseException: src-resolve.4.2: Error resolving component 'serverType'. It was detected that 'serverType' is in namespace 'http://cxf.apache.org/simple', but components from this namespace are not referenceable from schema document 'bundle://172.0:1/schemas/blueprint/simple.xsd'. If this is the incorrect namespace, perhaps the prefix of 'serverType' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'bundle://172.0:1/schemas/blueprint/simple.xsd'. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)[:] at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)[:] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)[:] {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira