Re: Inserting oracle XMLType with camel

2013-08-05 Thread Christian Müller
Thanks for sharing the solution and good to know you could figure it out by yourself. Best, Christian Am 05.08.2013 07:29 schrieb "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

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

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