Deploying Custom Mediation Tasks
After the file <runtime plug-in project name>\src\<runtime plug-in project name>\<MediationTaskName>rt.java is updated with the custom code, the deployable artifacts can be generated.
- Procedure
- Make sure the Target Platform points to ActiveMatrix Runtime.
For information on switching the Target Platform, see TIBCO ActiveMatrix® Service Grid Composite Development.
- Verify that the Model and Runtime plug-ins have no complilation errors.
- In the Project Explorer pane, expand the
<runtime plug-in project name>.deploy.soa project
. - Expand the Composites folder.
- Right-click
<runtime plug-in project name>.apt.composite
, and click Create DAA.Note: To be able to generate the DAA file, while creating the Custom Mediation task, make sure the RequiredExecutionEnvironment field in theManifest.MF
file is empty. This allows you to create the DAA and deploy it at runtime.
ResultThe Create Deployment Archive wizard is invoked.
For more information on using this wizard, see TIBCO ActiveMatrix® Service Grid Composite Development. Deploy the DAA that packages the custom mediation task Runtime plug-ins before deploying the mediation application that uses the custom task.
For information on uploading and deploying the deployment application archive (.daa), see TIBCO ActiveMatrix® Service Grid Administration.