Re: Inserting oracle XMLType with camel

2013-08-03 Thread Christian Müller
Please share your route with us. The exception you mentioned has nothing to do with the SQL type you use IMO. Best, Christian Am 03.08.2013 13:12 schrieb "OHolzma" : > Hi > > what is the best way to insert values into an oracle XMType column from an > camel route? > > Currently I'm trying camel-s

Inserting oracle XMLType with camel

2013-08-03 Thread OHolzma
Hi what is the best way to insert values into an oracle XMType column from an camel route? Currently I'm trying camel-sql component. I create a SQLXML object and put this value into an camel header. SQL component uses named parameters in the input sql. This approach leads to an SQLException sayi