Questions tagged [camel-cxf]

54 questions
0
votes
1 answer

CXF Version of camel-cxf dependency

How I get the CXF version used on the follwowing maven dependency org.apache.camel camel-cxf 2.16.5
Karim Ahmed
  • 93
  • 1
  • 8
0
votes
1 answer

camel cxf - how to send soap request response in email

Here is my spring configuration. Spring.xml -------------
0
votes
1 answer

Camel CXF: one way scenario is accessing the user principal resulting in Null pointer exception

Found this issue with Websphere Liberty profile 17.0.0.4. When I make a oneway request, this is resulting in a null pointer. It works fine with request-response services. Mine is a spring boot app. The code works fine as a standalone springboot app…
pointerness
  • 323
  • 3
  • 12
0
votes
1 answer

Camel CXF - "http-conf" namespace throws InvalidSyntaxException

I've added "http-conf" namespace to my existing blueprint container recently. But if I am running my unit test cases, this shuts down my blueprint container by throwing below exception. But the same code works fine if I am installing it in my karaf.…
Siva Sankar
  • 23
  • 1
  • 5
0
votes
1 answer

Camel CXF Component: Headers missing after service response

My camel route is a CXF receiver & it needs to call another webService. I stored the request in header & requested second service. After getting response I am not able to retrieve the original request set in header. My route looks like:
0
votes
0 answers

Bundle deployment issue jboss fuse esb

I am getting below error while deploying the module into fuse. Module deployment is failing. I am using processor to add custom soap headers. Maven install is happening properly. org.osgi.service.resolver.ResolutionException: Unable to resolve root:…
0
votes
0 answers

Camel's FileInputStreamCache closed before data sent back to REST Client through CXFRS compoment

I am using camel-cxfrs component to map a simple REST GET operation that returns data extracted from an external resource. Everything was working fine until I decided to enable "streamCache" because the data to return can sometime be very large (up…
The4Summers
  • 133
  • 2
  • 12
-1
votes
1 answer

Process after cxf out interceptor in camel

I have a route that start with cxf endpoint like this:
Mahdi Karami
  • 64
  • 1
  • 9
-1
votes
2 answers

java.lang.NoClassDefFoundError: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean camel cxf spring boot xml application

Hi I am trying to expose a camel cxf soap ws using camel spring boot. while running the camel spring application i am getting the error Caused by: java.lang.NoClassDefFoundError: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean. Any help…
Ravi
  • 1,247
  • 4
  • 15
  • 35
1 2 3
4