what is the fastest way do deploy a class Mediator on ESB?
I have my custom mediator in eclipse and every time I extract the project as a JAR file and put it in “ESB\repository\components\lib”
but it does not commit the changes every time…
it looks like ESB still use an old verion of my custom mediator.
Please suggest
EDIT: also to have the last version deployed I need to delete all the files in the “dropins” folder
The fastest way I would suggest (With Developer Studio 2.0.1):
** No need to restart the Server or delete existing Jars in the components/lib location or components/dropins location
The fastest way I would suggest (With Carbon Studio 1.0.14):
** No need to restart the Server or delete existing Jars in the components/lib location or components/dropins location
** When you update the existing mediator, replace the existing CAR file in the C-App dpeloyment location with the new CAR and restart the server
Harshana