do you have cxf-rt-transports-http-jetty in your dependency? the standalone cxf endpoints will be started as jetty-destinations and for that, you will need cxf-rt-transports-jetty. regards, aki
2014-09-16 19:29 GMT+02:00 techybolek <[email protected]>: > I'm able to run most camel scenarios as a stand-alone java application > indicating org.apache.camel.spring.Main as the main function. Spring Main > automatically locates the xml bean file and initializes the camel context > and the camel routes. I find it very convenient for quick testing an > debugging. > However, I could not get the cxf web service endpoints to work that way. The > application builds and launches correctly and the routes that don't include > the cxf web service endpoints work fine. Also when I deploy the application > to Service Mix the web service endpoint works fine too. > > Is there any way to get the web service endpoints to work in a standalone > java application? I'd expect it should be doable, I'd just need to somehow > initialize the jetty servlet or something... > Thanks, Thomas > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-run-a-camel-aplication-with-a-cxf-web-service-outside-of-osgi-container-tp5756600.html > Sent from the Camel - Users mailing list archive at Nabble.com.
