Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following configuration specifies the aspect ServiceLifeCycle in the registry.

Info
titleNote

When you specify the lifecycle as an aspect in the registry.xml, it will not be listed under "Lifecycles" section.

...

Code Block
<aspect name="ServiceLifeCycle" class="org.wso2.carbon.governance.registry.extensions.aspects.DefaultLifeCycle">
  	<configuration type="resource">/configurations/checklist</configuration>
</aspect>
Note
Info
title

When you specify the above aspect configuration in the registry.xml and start the server without creating the "checklist" resource, it will throw exceptions when accessing "Add Service" option. The lifecycle combo will be blank. Therefore, the checklist resource should be added to the registry, before you start the server after specific configuration in the registry.xml.

...

The user can also define customized user interfaces to assist the transition operations. Please read about the Default Transition UI.

Note
Info
title

The configuration model which was used in previous Governance Registry releases is still supported.

...