Hi all, is there any simple way to specify a custom expression in the spring dsl?
i didn't find a simple way to do it. I did an iterator implementing expression and the iterator api is used in a split EIP but not the expression one. the expression api should be used to be fully working. here is the class: http://code.google.com/p/rmannibucau/source/browse/camel/camel-stax/src/main/java/org/apache/camel/stax/expression/StAXJAXBIteratorExpression.java i simply try to do a split with it using the spring dsl. any solution? - Romain
