Skip to content

Commit

Permalink
Ensure that check.uk.future output is ordered by entity ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 1, 2012
1 parent e8c5f6e commit 581c36e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@
<property name="stages">
<list>
<ref bean="uk_registeredEntities"/>

<!--
The next four stages ensure that any errors are reported
in entity ID order, even on systems where the native order
(which tends to reflect the file enumeration ordering)
is arbitrary. Ideally this should be handled by an optional
ordering strategy on the announcing filter.
-->
<ref bean="uk_assemble"/>
<ref bean="disassemble"/>
<ref bean="populateItemIds"/>
<ref bean="uk_populateIds"/>

<ref bean="check_saml2int"/>
<ref bean="check_future"/>
<ref bean="errorAnnouncingFilter"/>
Expand Down

0 comments on commit 581c36e

Please sign in to comment.