Hi All, I was able to do an UpdateList from Camel route with MyBatis (route below). But InsertList is not working (please refer to my previous posts in the thread). I'm not sure if its a bug, I appreciate if someone could point me to a testcase or help me with the issue.
I referred to the documentation at Camel MyBatis <http://camel.apache.org/mybatis.html> , but InsertList didn't work for me. *UpdateList Works:* /.to("mybatis:updateTransactionBidDetail?statementType=UpdateList&executorType=batch")/ -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-13-1-MyBatis-Batch-Insert-to-Oracle-11g-Table-ORA-00933-SQL-command-not-properly-ended-tp5754248p5754304.html Sent from the Camel - Users mailing list archive at Nabble.com.
