Hi
I try to invoke my first Webservice with CXF inside Camel.
Camel: 3.18.2, Java 15, SpringBoot 2.7.3
But got the following error:
Configuration problem: Unable to locate Spring NamespaceHandler for XML schema
namespace [http://camel.apache.org/schema/cxf]
My POM includes CXF as follows:
Hi Claus & Freeman,
many thanks for your fast replies. Actually I forgot to copy several
dependency-jars of cxf. Adding these jars, brought the camel up and
running :-)
For all, who run into the same problem: "
http://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
On 2011-9-9, at 下午11:03, Christoph Burmeister wrote:
Hi folks,
All help is appreciated. We're running Apache Camel (2.7.0) inside
Apache ActiveMQ (5.5) and all works well. So now we got new
requirements for exposing a webservice based on Camel.
When trying out the cxf-endpoint, we are facing a
On Fri, Sep 9, 2011 at 5:03 PM, Christoph Burmeister
wrote:
> Hi folks,
>
> All help is appreciated. We're running Apache Camel (2.7.0) inside
> Apache ActiveMQ (5.5) and all works well. So now we got new
> requirements for exposing a webservice based on Camel.
> When trying out the cxf-endpoint,
Hi folks,
All help is appreciated. We're running Apache Camel (2.7.0) inside
Apache ActiveMQ (5.5) and all works well. So now we got new
requirements for exposing a webservice based on Camel.
When trying out the cxf-endpoint, we are facing a stupid error "Unable
to locate Spring NamespaceHandler f