Re: Camel-SQL 2.18.2 problem with MongoDbBasicConverters

2017-05-18 Thread antopet
Hi, I removed the mongodb module from the wildfly, and now everthing work perfect when I call the postgresDB with (4.5.0 and 4.6.0). So it is probably something wrong with the mongodb module that effect the sql Component? how? //Anton -- View this message in context: http://camel.465427.n5

Re: Camel-SQL 2.18.2 problem with MongoDbBasicConverters

2017-05-17 Thread antopet
Hi, Yes it is something when I run the code in wildfly (in 4.6.0), when I run it in standalone mode I don't get the problem. I try to connect a PostgresDb not a mongoDB. And the problem is (from the log): Is the line,in DefaultSqlPrepareStatmentStrategy.java: 186: Map bodyMap = safeMap(exchange

Re: Camel-SQL 2.18.2 problem with MongoDbBasicConverters

2017-05-09 Thread Claus Ibsen
Hi Not sure its likely some classloading on jboss wildfly side. There is a 4.6.0 release of camel-widlfly. And if you still have trouble then you can report it to their community https://github.com/wildfly-extras/wildfly-camel On Tue, May 9, 2017 at 3:52 PM, antopet wrote: > Hi, > I'm trying to