Description
Right now if the user defines an indirect endpoint as follows;
<endpoint key="some/key"/>
and the key doesn't exist in the local or remote registry, no error is logged. Message will silently go into the fault sequence, where it can be logged and analyzed. It's better to print a warning or error here so the problem is clear.