Re: R: Camel-MongoDB stops camel on Karaf

2017-01-04 Thread Andrea Cosentino
Yes, this is because the camel-mongodb3 is a refactoring of camel-mongodb and use MongoClient. --Andrea Cosentino --Apache Camel PMC MemberApache Karaf CommitterApache Servicemix CommitterEmail: ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd On Thursda

Re: R: Camel-MongoDB stops camel on Karaf

2017-01-04 Thread L F
I found the problem.When using mongodb3 as database (not camel component) MongoClient class must be used instead of Mongo when creating the bean. LAji On Wednesday, January 4, 2017 10:46 PM, Andrea Cosentino wrote: Did you try with camel-mongodb and not camel-mongodb3?    Il mer, 4

R: Camel-MongoDB stops camel on Karaf

2017-01-04 Thread Andrea Cosentino
Did you try with camel-mongodb and not camel-mongodb3?  Il mer, 4 gen, 2017 alle 20:09, L F ha scritto: Hello, I have a strange situation. On Karaf 4.0.8, i have installed camel-mongodb3, camel-blueprint, camel-jetty features. I try to deploy a simple route, which saves a record to a mongo

Camel-MongoDB stops camel on Karaf

2017-01-04 Thread L F
Hello, I have a strange situation. On Karaf 4.0.8, i have installed camel-mongodb3, camel-blueprint, camel-jetty features. I try to deploy a simple route, which saves a record to a mongodb database, but it is not working. I get no error, but the routes are started and then stopped. If i remove t