I am using Enterprise Integrator 6.5.0.
I have a custom mediator that generate a file .jar that have a version 1.0.0, I saw when I put this .jar in the lib folder with the same version, all work fine. However, when I delete this .jar from lib folder and add the same .jar but with the version 1.0.1, I detected that the ESB was working with the 1.0.0 version.
Doing research, I saw that the ESB is generating two files, one in dropins folder and another in wso2\components\default\configuration\org.eclipse.osgi\bundles\6\1.cp
So I think I need to delete manually the 3 files in order to add the new version.
Is there any other option to delete automatically this files or am I doing something wrong?
Thank you