Thanks David I tried that, i am getting simple issue in putting choice-exception-strategy below choice tag.
<br />
Invalid content was found starting with element 'choice-exception-strategy'. One of '{"<a href="http://www.mulesoft.org/schema/mule/core":abstract-message-processor" rel="nofollow">http://www.mulesoft.org/schema/mule/c...</a>, "<a href="http://www.mulesoft.org/schema/mule/core":abstract-outbound-endpoint" rel="nofollow">http://www.mulesoft.org/schema/mule/c...</a>, "<a href="http://www.mulesoft.org/schema/mule/core":response" rel="nofollow">http://www.mulesoft.org/schema/mule/c...</a>, "<a href="http://www.mulesoft.org/schema/mule/core":abstract-exception-strategy" rel="nofollow">http://www.mulesoft.org/schema/mule/c...</a>, "<a href="http://www.mulesoft.org/schema/mule/core":abstract-message-info-mapping}" rel="nofollow">http://www.mulesoft.org/schema/mule/c...</a
' is expected.
<br />
Can we use choice-exception-strategy below the choice tag doing some other flow. Let me know in case any more info is required.
<br /><br />
<code>
<br />
<flow name= abc>
<br />
<choice>
<br />
-------------------
<br />
---------------------
<br />
</choice>
<br />
<choice-exception-strategy>
<br />
<catch-exception-strategy when="exception-type:org.mule.api.transformer.TransformerException" >
<br />
<wire-tap><processor ref="exceptionQueue"/></wire-tap>
<br />
</catch-exception-strategy>
<br />
</choice-exception-strategy>
<br />
</flow>
<br />
</code>
<br /><br />
I am calling this abc from until successful.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email