StartUp Element Migration

In CCL, the Aleri StartUp element migrates to an ADAPTER START statement, and takes connection group references. You can assign connection groups to adapters in the ATTACH ADAPTER statements.

AleriML:

<StartUp comments="StartUp">
    <ConnectionGroup id="ConnectionGroup1" type="start">
      <ConnectionRef connection=" Connection1"/>
    </ConnectionGroup>
    <ConnectionGroup id="ConnectionGroup2" type="nostart">
      <ConnectionRef connection="Connection2"/>
      </ConnectionGroup>
  </StartUp>

CCL:

ADAPTER START  GROUPS 
ConnectionGroup1 , ConnectionGroup2   NOSTART ;