Search code examples
wso2wso2-integration-studiowso2-esb

WSO2 Developer studio keeps removing gov endpoints in send mediator


I'm using endpoints which are stored in governance registry so I often use code like this:

<send>
<endpoint key="gov:endpoints/policyEp.xml"/>
</send>

unfortunately, once in a while, my endpoint disappears, leaving empty send tag :( It usually happens when saving changes to the proxy or rebuilding cars to deploy on attached carbon server (in developer studio 3.8.0).

I have searched for similar issues and found none. Any ideas?

I have a suspicion that it has something to do with developer studio's validation mechanism because i haven't found a way to create such code from the designer and I think that this validation mechanism assumes that it is not possible.

Maybe there is away to disable develop studio's sequence validation all together?


Solution

  • I have faced the same issue. A workaround is Always open that sequence or proxy with XML Editorby Right click options. It happens when you try to open that artifact in Design view.