I installed WSO2 Developer Studio 3.2.0 on Eclipse Kepler. I have created an ESB Config Project and defined a proxy service in this project. In this proxy definition there are inSequence, outSequence and faultSequence parts each including set of mediators.
I have created a Carbon Application project and added the artifact as a dependency. After deployment, in final *.car file, I see that the proxy service definition is changed in a way that outSequence does not include any mediators. At deployment stage, outSequence content is emptied. What could be the problem?