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

Re: Inserting oracle XMLType with camel

2013-08-04 Thread OHolzma
Thanks for your response. It was just a classpath issue. I just added oracles orai18n.jar, xdb.jar, xmlparserv2.jar to my classpath. Then the data is inserted as XML and not as a LARGE value. -- View this message in context: http://camel.465427.n5.nabble.com/Inserting-oracle-XMLType-with-cam