fixed header-enricher element now that error-channel is a sub-element rather than attribute

This commit is contained in:
Mark Fisher
2010-01-19 15:41:13 +00:00
parent d260e5fef5
commit 8db7e1cd6a

View File

@@ -27,7 +27,9 @@
</channel>
<chain input-channel="invitations">
<header-enricher error-channel="failed-invitations" />
<header-enricher>
<error-channel ref="failed-invitations" />
</header-enricher>
<service-activator ref="partyGuest" method="onInvitation" />
</chain>