hi,
I am experiment with Camel before use it in production. I start with iBatis
component. I try to query record from a table via iBatis and then route it
to another table via iBatis.
from("ibatis://test.getMsg").to("ibatis://test.insertMsg");
The problem i face is, "test.getMsg" return an ArrayList of the result
object, while "test.insertMsg" expecting a individual object instead of
ArrayList.
Is there any way to split the ArrayList into multiple objects in the list so
that the insert statement can work?
Thank you.
Truly,
Thiam Teck
--
View this message in context:
http://www.nabble.com/spliting-iBatis-query-result-tp14499404s22882p14499404.html
Sent from the Camel - Users mailing list archive at Nabble.com.