Shing, On 7/24/05, Shing Hing Man <[EMAIL PROTECTED]> wrote: > In HiveMind 1.0, > > suppose I have a contribution of a list of elements > like this : > > <contribution configuration-id="Simple"> > <datum key="key0" value="value0"/> > <datum key="key1" value="value1"/> > <datum key="key2" value="value2"/> > </contribution> > > Is the order of the elements in the resulted list > preserved ?
Yes, the order of the elements, all contributed by the same module (even if by multiple <contribution> elements), is preserved. There is however no specified ordering of elements contributed by different modules. There is a proposal on the HiveMind Wiki (http://wiki.apache.org/jakarta-hivemind/ContributionOrderingProposal) regarding ordering of configuration contributions. If you're interested then please take a look and add your comments to it. Regards, --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
