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
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
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:
>> 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.