Hi,
Is it possible to access the original body along with the split body in a
processor?
*E.g. Parent object has a List<Child> objects,*
And in the route:
.split(simple("${in.body?children}")).stopOnException().process(new
TestProcessor())
For each split, the Message body in the TestProcessor will have a* Child
object* , now, is it possible to access the original body containing the
Parent object as well in the Processor?
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-2-13-1-Orignal-Body-from-Splitter-tp5756291.html
Sent from the Camel - Users mailing list archive at Nabble.com.