-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
224 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <beans xmlns="http://www.springframework.org/schema/beans" | ||
| default-lazy-init="true" | ||
| xmlns:c="http://www.springframework.org/schema/c" | ||
| 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=" | ||
| http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd | ||
| http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> | ||
|
|
||
| <!-- | ||
| Import commonly used beans. | ||
| --> | ||
| <import resource="classpath:common-beans.xml"/> | ||
|
|
||
| <!-- | ||
| Import channel-specific beans. | ||
| --> | ||
| <import resource="classpath:incommon/beans.xml"/> | ||
| <import resource="classpath:incommon/edugain-phase2.xml"/> | ||
|
|
||
| <!-- | ||
| Import eduGAIN channel beans. | ||
| --> | ||
| <import resource="classpath:int_edugain/beans.xml"/> | ||
|
|
||
| <bean id="incommon_edugain_importPipeline" parent="SimplePipeline" | ||
| p:id="incommon_edugain_importPipeline"> | ||
| <property name="stages"> | ||
| <list> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <bean id="report-phase2" parent="SimplePipeline" | ||
| p:id="report-phase2"> | ||
| <property name="stages"> | ||
| <list> | ||
| <ref bean="int_edugain_productionEntities"/> | ||
|
|
||
| <!-- Populate identifiers for future actions. --> | ||
| <ref bean="populateItemIds"/> | ||
| <ref bean="populateRegistrationAuthorities"/> | ||
|
|
||
| <!-- Apply policy. --> | ||
| <ref bean="edugainPolicy"/> | ||
|
|
||
| <!-- | ||
| Announce any entities marked as having errors or warnings. | ||
| --> | ||
| <ref bean="errorAnnouncer"/> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| </beans> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <beans xmlns="http://www.springframework.org/schema/beans" | ||
| default-lazy-init="true" | ||
| xmlns:c="http://www.springframework.org/schema/c" | ||
| 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=" | ||
| http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd | ||
| http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> | ||
|
|
||
| <!-- | ||
| Import commonly used beans. | ||
| --> | ||
| <import resource="classpath:common-beans.xml"/> | ||
|
|
||
| <!-- | ||
| Import channel-specific beans. | ||
| --> | ||
| <import resource="classpath:incommon/beans.xml"/> | ||
| <import resource="classpath:incommon/edugain-phase3.xml"/> | ||
|
|
||
| <!-- | ||
| Import eduGAIN channel beans. | ||
| --> | ||
| <import resource="classpath:int_edugain/beans.xml"/> | ||
|
|
||
| <bean id="incommon_edugain_importPipeline" parent="SimplePipeline" | ||
| p:id="incommon_edugain_importPipeline"> | ||
| <property name="stages"> | ||
| <list> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <bean id="report-phase3" parent="SimplePipeline" | ||
| p:id="report-phase3"> | ||
| <property name="stages"> | ||
| <list> | ||
| <ref bean="int_edugain_productionEntities"/> | ||
|
|
||
| <!-- Populate identifiers for future actions. --> | ||
| <ref bean="populateItemIds"/> | ||
| <ref bean="populateRegistrationAuthorities"/> | ||
|
|
||
| <!-- Apply policy. --> | ||
| <ref bean="edugainPolicy"/> | ||
|
|
||
| <!-- | ||
| Announce any entities marked as having errors or warnings. | ||
| --> | ||
| <ref bean="errorAnnouncer"/> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| </beans> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <beans xmlns="http://www.springframework.org/schema/beans" | ||
| default-lazy-init="true" | ||
| xmlns:c="http://www.springframework.org/schema/c" | ||
| 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=" | ||
| http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd | ||
| http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> | ||
|
|
||
| <!-- | ||
| Import commonly used beans. | ||
| --> | ||
| <import resource="classpath:common-beans.xml"/> | ||
|
|
||
| <!-- | ||
| Import channel-specific beans. | ||
| --> | ||
| <import resource="classpath:incommon/beans.xml"/> | ||
| <import resource="classpath:incommon/edugain-policy.xml"/> | ||
|
|
||
| <!-- | ||
| Import eduGAIN channel beans. | ||
| --> | ||
| <import resource="classpath:int_edugain/beans.xml"/> | ||
|
|
||
| <bean id="incommon_edugain_importPipeline" parent="SimplePipeline" | ||
| p:id="incommon_edugain_importPipeline"> | ||
| <property name="stages"> | ||
| <list> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| <!-- | ||
| Report on errors detected in eduGAIN metadata. | ||
| --> | ||
| <bean id="report" parent="SimplePipeline" | ||
| p:id="report"> | ||
| <property name="stages"> | ||
| <list> | ||
| <ref bean="int_edugain_productionEntities"/> | ||
|
|
||
| <!-- Populate identifiers for future actions. --> | ||
| <ref bean="populateItemIds"/> | ||
| <ref bean="populateRegistrationAuthorities"/> | ||
|
|
||
| <!-- Apply policy. --> | ||
| <ref bean="edugainPolicy"/> | ||
|
|
||
| <!-- | ||
| Announce any entities marked as having errors or warnings. | ||
| --> | ||
| <ref bean="errorAnnouncer"/> | ||
| </list> | ||
| </property> | ||
| </bean> | ||
|
|
||
| </beans> |