TypeConversion Exception : Apache Camel and CXF

后端 未结 1 1669
萌比男神i
萌比男神i 2021-01-17 03:04

I am trying to integrate CXF restful web services with Apache Camel. I am getting the following exception when I send a request to my web service:

Caused by:         


        
1条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 04:05

    solved all the errors.. actually the problem was not when my cxf server was getting hit, it comes out to be when the exchange was in the "to" part... i had to add a processor in between from and to and override all the CamelHttpUri , CamelHttpMethod etc .... to make it work.

          
      
    
     
     
       
    
    
    

    0 讨论(0)
提交回复
热议问题