I have to specify a "to" address of a clone mediator, but I need to do it
dynamically so I thought that :
<clone>
<target endpoint="endpoint/dynamic_endpoint.xml">
<sequence>...
should do the trick, but I am getting an exception when trying to <send />
in the clone mediator, how can I set the endpoint of the clone mediator so
that it points to an external endpoint file.
I should also mention that I am using other <endpoint
key="endpoint/other_dynamic_endpoint.xml"/> endpoints just fine so it's not
the endpoints xml files.