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" /> On Tue, Mar 2, 2010 at 11:07 AM, Lukasz Lichota <[email protected]> wrote: > > Hi guys, > > I tried to use CXF local transport in Camel 2.2.0-fuse-... like this > "from("cxf:local://test... " and I got MalformedUrlException "uknown > protocol local". In one of the previous versions of Camel (I guess > 2.0-SNAPSHOT) that syntax worked fine. > Are you aware of any changes? Has the syntax changed or is this transport > not supported any more? > > regards > Lukasz > -- > View this message in context: > http://old.nabble.com/Camel-CXF-unknown-protocol-local-tp27754582p27754582.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > >
