Hi,
I'm attempting to use the clone mediator within an on-fail block, and was
attempting something like the following:
<clone continueParent="true">
<target >
<endpoint>
<address format="soap12" uri="
http://localhost:8280/soap/EsperService"/>
</endpoint>
<inSequence>
<xslt key="xslt-key-esper-csv-err">
<property name="errorType" value="XML Validation Error"/>
</xslt>
</inSequence>
</target>
</clone>
For whatever reason, I can never get the mediators within the <inSequence>
to fire (processing never seems to traverse into it). I tried using the
alternative method whereby I specify the @inSequence attribute of the target
element, but there to, it never fires.
If it's a bug, I can go ahead and submit a Jira.
jeff