Skip to content

Commit

Permalink
Reimplement check.uk.future using the aggregator framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 1, 2012
1 parent 7b6c02e commit 4286456
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Verb to generate all UK aggregates.
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
Expand Down Expand Up @@ -81,6 +82,26 @@
</property>
</bean>

<!--
***********************************
*** ***
*** C H E C K F U T U R E ***
*** ***
***********************************
-->

<bean id="checkFuture" p:id="checkFuture" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="stages">
<list>
<ref bean="uk_registeredEntities"/>
<ref bean="check_saml2int"/>
<ref bean="check_future"/>
<ref bean="errorAnnouncingFilter"/>
</list>
</property>
</bean>

<!--
*****************************************
*** ***
Expand Down

0 comments on commit 4286456

Please sign in to comment.