According to the documentation, the output of camel-jdbc is ArrayList<HashMap<String, Object>>. Is there a faster way to convert it into xml (es <rows><row><field1>values</field1>...</row></rows>) than splitting it and use xpath/xquery ...
-- View this message in context: http://www.nabble.com/camel-jdbc%3A-converting-ArrayList%3CHashMap%3CString%2C-Object%3E%3E-to-xml--tp20462398s22882p20462398.html Sent from the Camel - Users mailing list archive at Nabble.com.