Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Reimplement scope injection logic using an MDA stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 13, 2016
1 parent 9eb7ff3 commit cb58919
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 105 deletions.
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,6 @@
<fileset dir="${tools.dir}/xalan/lib">
<include name="sdss-xalan-md-*.jar"/>
</fileset>
<fileset dir="${tools.dir}/xalan/lib">
<include name="ukf-members-*.jar"/>
</fileset>
</classpath>
<syspropertyset>
<propertyset refid="mda.properties"/>
Expand Down
11 changes: 3 additions & 8 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,9 @@
<!--
Inject scopes "pushed" to entities from the members.xml file.
-->
<bean id="scopes_inject" parent="XSLTransformationStage"
p:XSLResource="classpath:uk/scopes_inject.xsl">
<property name="transformParameters">
<map>
<entry key="members" value-ref="uk_members"/>
</map>
</property>
</bean>
<bean id="scopes_inject" parent="stage_parent"
class="uk.org.ukfederation.mda.dom.saml.ScopeInjectionStage"
p:members-ref="uk_members"/>

<ref bean="populateItemIds"/>
<ref bean="uk_populateIds"/>
Expand Down
94 changes: 0 additions & 94 deletions mdx/uk/scopes_inject.xsl

This file was deleted.

Binary file removed tools/ukf-mda/ukf-mda-0.9.2.jar
Binary file not shown.
Binary file added tools/ukf-mda/ukf-mda-0.9.3.jar
Binary file not shown.
Binary file added tools/ukf-mda/ukf-members-1.2.0.jar
Binary file not shown.
Binary file removed tools/xalan/lib/ukf-members-1.1.0.jar
Binary file not shown.

0 comments on commit cb58919

Please sign in to comment.