CXF stop working after upgrade to 2.11

2013-05-10 Thread martin11
Hello, after upgrade Camel from 2.10.4 to 2.11.0 I got an exception: Caused by: java.lang.ClassNotFoundException: org.apache.cxf.common.util.PropertyUtils at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[na:1.6.0_26] at org.a

Re: CXF stop working after upgrade to 2.11

2013-05-10 Thread Claus Ibsen
Hi If you run the app in Tomcat, then you should use the CXF servlet transport cxf-rt-transports-http-servlet And NOT the jetty cxf-rt-transports-http-jetty You can find more details about the CXF servlet transport at the CXF web site. On Sat, May 11, 2013 at 12:49 AM, martin11 wrot

Re: CXF stop working after upgrade to 2.11

2013-05-11 Thread martin11
Hi Claus, thanks for good hint. I changed dependencies: org.apache.camel camel-cxf ${camel.version} org.apache.cxf cxf-rt-transports-http ${cxf.version} and I got new exception: Caused by: java.io.IOException: Cannot find any registered HttpDestinationFactory from t