Skip to content

Commit

Permalink
Add an importRaw verb to all channels; switch the MDUI stats target t…
Browse files Browse the repository at this point in the history
…o use that so that all entities are covered.
  • Loading branch information
iay committed Jun 27, 2011
1 parent 3d82c54 commit 3aa113b
Show file tree
Hide file tree
Showing 15 changed files with 155 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@
<input addproperty="channel">
Please select the channel to use (e.g., us_incommon):
</input>
<CHANNEL.import channel="${channel}"/>
<CHANNEL.do verb="importRaw" channel="${channel}"/>
<XALAN.noout i="${mdx.dir}/${channel}/imported.xml"
x="${build.dir}/statistics_mdui.xsl"/>
</target>
Expand Down
11 changes: 11 additions & 0 deletions mdx/at_aconet/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="at_aconet_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/au_aaf/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="au_aaf_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/ca_caf/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="ca_caf_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/ch_switchaai/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="ch_switchaai_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/cz_eduid/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="cz_eduid_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/fr_renater/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="fr_renater_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/hu_eduid/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="hu_eduid_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/ie_edugate/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="ie_edugate_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/int_edugain/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="int_edugain_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

<bean id="testImport" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="testImport"/>
Expand Down
11 changes: 11 additions & 0 deletions mdx/jp_gakunin/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="jp_gakunin_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/se_swamid/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="se_swamid_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/si_arnes/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="si_arnes_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/uk_eduserv/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="uk_eduserv_exportAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>
11 changes: 11 additions & 0 deletions mdx/us_incommon/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,15 @@
</property>
</bean>

<bean id="importRaw" class="net.shibboleth.metadata.pipeline.SimplePipeline"
init-method="initialize" lazy-init="true">
<property name="id" value="importRaw"/>
<property name="stages">
<list>
<ref bean="us_incommon_productionAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

</beans>

0 comments on commit 3aa113b

Please sign in to comment.