Replaces a SIS composition component from a file. The SIS RA entity to deploy to is specified by the
 enclosing 
SISManagementTask element. For example:
 
 <sis-sip-management raentity="foo">
   <replacecomposition file="bar.xml"/>
 </sis-sip-management>
 
 The contents of the file are passed to the
 
CompositionManagementMBean.replace(String)
 management operation.
 
Ant Parameters
 
 
     | Attribute | Description | Required | 
 
     | file | The name of an XML file containing a SIS composition component definition. | Yes. | 
 
     | 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. |