Uninstalls a SIS composition component from a SIS RA entity. The SIS RA entity to manage to is specified by the
enclosing
sis-management
element. The component ID of the composition to uninstall is specified in
the nested
composition
element. For example:
<sis-management
raentity="foo">
<uninstallcomposition>
<composition
name="OriginatingServices" vendor="xyz.com" version="1.0"/>
</uninstallcomposition>
</sis-management>
This task invokes the
CompositionManagementMBean.uninstall(com.opencloud.slee.resources.sis.components.CompositionID)
management operation.
Ant Parameters
Attribute |
Description |
Required |
failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No, default is inherited from the enclosing SISManagementTask . |
Parameters specified as nested elements
Element |
Description |
composition |
Contains the composition component ID. Exactly one nested composition element must be present. |