fixed header-enricher element now that error-channel is a sub-element rather than attribute
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user