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

Commit

Permalink
Fix up the importExportedRaw and importRaw verbs for the ie_edugate c…
Browse files Browse the repository at this point in the history
…hannel.
  • Loading branch information
iay committed Sep 2, 2013
1 parent ac83411 commit ad30f79
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion mdx/ie_edugate/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</property>
</bean>

<bean id="import" parent="SimplePipeline"
<bean id="importExported" parent="SimplePipeline"
p:id="import">
<property name="stages">
<list>
Expand All @@ -43,6 +43,16 @@
</property>
</bean>

<bean id="importExportedRaw" parent="SimplePipeline"
p:id="importExportedRaw">
<property name="stages">
<list>
<ref bean="ie_edugate_exportAggregate"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

<bean id="importProduction" parent="SimplePipeline"
p:id="importProduction">
<property name="stages">
Expand All @@ -65,4 +75,6 @@
</property>
</bean>

<alias alias="import" name="importExported"/>
<alias alias="importRaw" name="importExportedRaw"/>
</beans>

0 comments on commit ad30f79

Please sign in to comment.