On Mon, Aug 8, 2011 at 10:06 AM, Claus Ibsen <[email protected]> wrote: > 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.
OK, thanks. I'm still trying to sort through what will be necessary for this. In my research, it seems that the example I quoted above (from http://camel.apache.org/resequencer.html) is out of date. Is that correct? I think you removed that functionality in r1073278. -- Wise men _still_ seek Him.
