Petals ESB "Autoloader"

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h1. Using the Petals ESB Autoloader

{color:red}*TODO*{color}
To install/deploy a JBI artifact, just put its associated archive in the installation/deployment directory (identified by the property {color:red}}{{petals.autoloader.XXXXXX}}{color}. It will be automatically installed/deployed after a delay lower than the value of {{petals.autoloader.scan.period}}, and moved in the uninstallation/undeployment directory.
To uninstall/undeploy a JBI artifact, just remove its associated archive from the uninstallation/undeployment directory (identified by the property {color:red}}{{petals.autoloader.XXXXXX}}{color}. It will be automatically installed/deployed after a delay lower than the value of {{petals.autoloader.scan.period}}.
+Note 1:+ If a JBI artifact is installed/deployed by another process, using the JMX API for example, the autoloader is notified and the associated JBI archive is put in the uninstallation/undeployment directory.
+Note 2:+ If a JBI artifact is uninstalled/undeployed by another process, using the JMX API for example, the autoloader is notified and the associated JBI archive is automatically removed from the uninstallation/undeployment directory, without trigerring another uninstallation/undeployment ;).

h1. Configuration