Using WSO2EI 6.4.0 Integrator (ESB). We develop a composite application containing some proxies, sequences and rest api definitions.
We intend to deploy the carbon app (.car) using the maven-car-deploy-plugin or we could just copy the carbon app into the server/carbonapps folder.
After some updates we'd like to redeploy the application (undeploy the old application, deploy a new one). After undeploying the carbon app, the carbon app disappear, the proxies disappear, but the rest apis stay (visible in /carbon/api/index.jsp).
The consequence is that new definitions (from the new car file) are not deployed. Is it a bug, or a feature, or I am missing something?