I'm trying to use camel-olingo2 componet but my routes fail with exception
from("direct:start")
.to("olingo2://read/Products");
Even if I configure the route as this
from("direct:start")
.to("olingo2://read/Products?serviceUri=http://services.odata.org/OData/OData.svc/";);
Please t
yeah i understand this its harder to do this is java.
with reference to your following statement which is infact true .is there
any standard camel project /sample having done this thing already ?
"Groovy allows scripting so you can have it load some .groovy source
code and compile and run that in
Thank you for your reply.
Can you please answer one more question? Is there any way to define or add
new routes in camel context without recompiling the project, Like run time
route addition? Does any of the DSLs (Spring, Scala , Groovy or Java)
provide that ?
--
View this message in context:
i am using came-web-standalone jars (2.15.4 and 2.15.6) as mentioned here
http://camel.apache.org/web-console.html
when i try to create routes on web console there is only option to create
route in XML. I can't find options for other languages like Groovy and Scala
in the following pages:
http://l