Skip to content

Commit

Permalink
Control the entity order of the output aggregate
Browse files Browse the repository at this point in the history
See incommon/inc-meta#55.
  • Loading branch information
iay committed Apr 18, 2017
1 parent bb50138 commit 32aa2cd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mdx/incommon/import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
-->
<import resource="classpath:common-beans.xml"/>

<!--
Import inc-mda beans.
-->
<import resource="classpath:uk/org/iay/incommon/mda/beans.xml"/>

<!--
Import channel-specific beans.
-->
Expand All @@ -40,7 +45,13 @@
<property name="composedStages">
<list>
<!-- Construct a new aggregate from the collection of entities. -->
<ref bean="assemble"/>
<bean id="inc.assemble" parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage">
<property name="itemOrderingStrategy">
<bean parent="inc.InCommonEntityOrderingStrategy"
c:_-ref="us_incommon_registrar"/>
</property>
</bean>

<!-- Apply final tweaks to the aggregate. -->
<bean id="finalise" parent="incommon_finalise_parent">
Expand Down

0 comments on commit 32aa2cd

Please sign in to comment.