On Mon, Aug 8, 2011 at 3:38 PM, David Tombs <[email protected]> wrote: > Hi all, > > Is it possible to use multiple Expressions in the Spring XML > <resequence> element? I'd like to do the equivalent of: > > resequence(header("mySeqNo"), header("MyCustomerRating")) > > in Spring XML, but I can't find a way to do that which fits the XML schema. > > Thanks in advance, > David >
No that is not possible, you can create a custom expression that is a compound expression. > -- > Wise men _still_ seek Him. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
