Thanks for hint - adding the jar helped. For OSGi - I used local transport only in junit test
willem.jiang wrote: > > Yeah Stephen pointed out the possible solution. > Can we have a look at you route configuration? > BTW, did you deploy the camel route into OSGi platform (such as > ServiceMix 4) ? > > Willem > > Stephen Gargan wrote: >> Sounds like the transport is missing. Is the cxf-rt-transports-local >> jar is in your classpath? Do you import the transport correctly e.g. >> >> <import resource="classpath:META-INF/cxf/cxf-extension-local.xml" /> >> >> > > > -- View this message in context: http://old.nabble.com/Camel-CXF-unknown-protocol-local-tp27754582p27768719.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
