I set a routing with cxf endpoint on https protocol, when I install my
application in Tomcat container the following exception is throw :
ERROR [test.springfreesbee.ContextStartup - contextInitialized] -
org.apache.cxf.service.factory.ServiceConstructionException
My routing is :
this.from("cxf:https://localhost:8197/SSLTest?serviceClass=temp.CxfWSImpl&dataFormat=MESSAGE")
.process(new MyProcessor());
Can someone help me ?
--
View this message in context:
http://www.nabble.com/ServiceConstructionException-error-for-https-CXF-endpoint-tp16448076s22882p16448076.html
Sent from the Camel - Users mailing list archive at Nabble.com.