i have a route camel 4.0.0 with toD(query_jpa)
but when running a field have XML string, with pre:timestamp2024-07-13T11:06:25+02:00</pre:timestamp>, the ‘+’ desaspear on database…. and replacing by SPACE caracter. OK i know than toD use the URI HTTP , but i want keep all xml to insert on column database.
i have try into query a RAW(${header.xmlresponse})
INSERT INTO xxxx SET x,y,z values (x,y,RAW(${header.xmlResponse})
but the same thing… a lose the ‘+’ caracter in db…
how can insert xml without lose something.
Thanks you.