Skip to content

Commit

Permalink
Strip Hungarian entity attribute namespace from eduGAIN aggregates as…
Browse files Browse the repository at this point in the history
… well.
  • Loading branch information
iay committed Feb 21, 2012
1 parent 0d19c92 commit cfeb2f3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
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 resource="../hu_eduid/beans.xml"/>

<!--
Fetch the eduGAIN test aggregate.
-->
Expand Down Expand Up @@ -86,6 +91,11 @@

<ref bean="disassemble"/>

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

<ref bean="standardImportActions"/>
</list>
</property>
Expand Down Expand Up @@ -116,7 +126,12 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="disassemble"/>


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

<ref bean="standardImportActions"/>
</list>
</property>
Expand Down

0 comments on commit cfeb2f3

Please sign in to comment.