Re: Unable to resolve endpoint for cxf rest service

2014-02-19 Thread Raul Kripalani
Hello, You have camel-core and camel-spring version 2.10 mixed up with camel-cxf version 2.12. The class definitions are different, that's why they can't find each other. Try upgrading camel-core and camel-spring to 2.12. Regards, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterpris

Re: Unable to resolve endpoint

2011-11-15 Thread Gnanaguru S
Hi Chris, Thanks it works. I got confused with the DSL's. adding scemas :(. Anyhow it works as your code. Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-resolve-endpoint-tp4993464p4996715.html Sent from the Camel - Users mailing list archive at Nab

Re: Unable to resolve endpoint

2011-11-15 Thread Christian Müller
I used the following definition which works: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http:

Re: Unable to resolve endpoint

2011-11-14 Thread farha
>> foo Try like this com.wipro.camel com.wipro.camel It may help you! :) -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-resolve-endpoint-tp4993464p4993505.html Sent from the Camel - Users mailing list archive at Nabble.com.