Packaging the Action for ActiveMatrix® Service Grid

To deploy the action on ActiveMatrix Service Grid, it must be wrapped as the ActiveMatrix Service Grid component. A DAA is generated from the ActiveMatrix Service Grid composite. Which is then deployed on ActiveMatrix Service Grid.

For the ActiveMatrix Service Grid composite to identify that it is an ActiveMatrix Service Grid extension:

  1. Open the composite file using a text editor.
  2. Add the following scaext: extension tags to the composite file.

    <scaext:extension xmi:id="uniqueId" name="amx component name" requiredVersion="1.0.0" extensionPoint="com.tibco.governance.agent.amxcomponent.extensionpoint.actionconfigurationprocessor"/>

    Modify sca:composite to include xmlns:scaext="http://xsd.tns.tibco.com/amf/models/sca/extensions" .

If the scaeext:extension tag is specified, the ActiveMatrix Service Grid component only creates an instance of the Action Configuration Processor when deployed (if it does not exist).

For creating the ActiveMatrix Service Grid composite wrapper, see Creating an ActiveMatrix Service Grid Composite Wrapper for a Custom Action.