Hi all,I'm trying to send message from jdbc to xmpp amd I'm getting deserialization error. Jdbc creates a message of type "ArrayList<HashMap<String, Object>>" but xmpp expects a String. Should I add my own Processor or there exist more elegant way to transform an object into text or even better into xml?
Vadim.
