Petals ESB Deployer 1.0.0

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

Changes (4)

View Page History
* {{service-unit}}, one service unit to deploy:
** {{id}}, the identifier of this service-unit in the model. Can be different from the service unit name,
** {{url}}, the URL of the associated archive that can be a service assembly or a deployable service unit.,
** {{archive-checksum}}, SHA1 checksum of the associated archive file,
** {{component-instance-id}}, the identifier of the component instance on which this service unit must be deployed. Optional for deployable service unit and service unit embedded in a service assembly, requires for other service units,
** {{placeholder-references}}, the set of references on placeholder objects that the service unit object requires for its execution,
** {{id}}, the identifier of this component object in the model. Must be the same than the one defines in the JBI descriptor of the component,
** {{url}}, the URL of the associated archive,
** {{archive-checksum}}, SHA1 checksum of the associated archive file,
** {{parameters}}, a set of parameters to configure the component,
** {{sharedLibraryReferences}}, a set of shared library references that the component requires. Optional,
** {{version}}, the version of this shared library in the model. Must be the same than the one defines in the JBI descriptor of the shared library,
** {{url}}, the URL of the associated archive,
** {{archive-checksum}}, SHA1 checksum of the associated archive file.

{note}