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