Skip to content

Commit

Permalink
Strip custom cz_eduid namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 25, 2013
1 parent 11b1e2c commit e3159d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions mdx/cz_eduid/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
<property name="verificationCertificate" ref="cz_eduid_signingCertificate"/>
</bean>

<!--
Remove the eduID.cz custom metadata tagging namespace.
-->
<bean id="cz_eduid_stripMetadataNamespace" parent="stripNamespace_parent"
p:id="cz_eduid_stripMetadataNamespace"
p:namespace="http://eduid.cz/schema/metadata/1.0"/>

<!--
Fetch and process the production entities as a collection.
-->
Expand All @@ -97,6 +104,8 @@

<ref bean="disassemble"/>

<ref bean="cz_eduid_stripMetadataNamespace"/>

<ref bean="standardImportActions"/>
</list>
</property>
Expand All @@ -122,6 +131,8 @@

<ref bean="disassemble"/>

<ref bean="cz_eduid_stripMetadataNamespace"/>

<ref bean="standardImportActions"/>
</list>
</property>
Expand Down
6 changes: 4 additions & 2 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">

<!--
Import hu_eduid beans for namespace stripping stage.
Import eduGAIN participant beans for namespace stripping stages.
-->
<import resource="../cz_eduid/beans.xml"/>
<import resource="../hu_eduid/beans.xml"/>

<!--
Expand Down Expand Up @@ -88,8 +89,9 @@
<ref bean="disassemble"/>

<!--
Strip Hungarian entity attributes namespace.
Strip participant-specific namespaces.
-->
<ref bean="cz_eduid_stripMetadataNamespace"/>
<ref bean="hu_eduid_stripEntityAttributesNamespace"/>

<ref bean="standardImportActions"/>
Expand Down

0 comments on commit e3159d3

Please sign in to comment.