You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "John Yin (Jira)" <ji...@apache.org> on 2022/09/28 19:31:00 UTC

[jira] [Created] (CAMEL-18567) Unable to locate Spring NamespaceHandler for XML schema namespace [http://camel.apache.org/schema/cxf]

John Yin created CAMEL-18567:
--------------------------------

             Summary: Unable to locate Spring NamespaceHandler for XML schema namespace [http://camel.apache.org/schema/cxf]
                 Key: CAMEL-18567
                 URL: https://issues.apache.org/jira/browse/CAMEL-18567
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 3.18.2
            Reporter: John Yin


When using Camel 3.18.2, encountered the following exception:

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://camel.apache.org/schema/cxf]

The namespace is defined in <beans ... 

http://camel.apache.org/schema/cxf
[http://camel.apache.org/schema/cxf/camel-cxf.xsd>|http://camel.apache.org/schema/cxf/camel-cxf.xsd]

The following camel-cxf dependencies were included:

api "org.apache.camel:camel-cxf-common:${camelVersion}"
api "org.apache.camel:camel-cxf-rest:${camelVersion}"
api "org.apache.camel:camel-cxf-soap:${camelVersion}"
api "org.apache.camel:camel-cxf-transport:${camelVersion}"
api "org.apache.camel:camel-cxf-spring-common:${camelVersion}"
api "org.apache.camel:camel-cxf-spring-rest:${camelVersion}"
api "org.apache.camel:camel-cxf-spring-soap:${camelVersion}"
api "org.apache.camel:camel-cxf-spring-transport:${camelVersion}"
api "org.apache.camel.springboot:camel-cxf-rest-starter:${camelVersion}"
api "org.apache.camel.springboot:camel-cxf-soap-starter:${camelVersion}"
api "org.apache.camel.springboot:camel-cxf-transport-starter:${camelVersion}"

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)