EXECUTION (for a service)

This EXECUTION element sets the runtime environment for a Web service application by specifying parameters for its execution.

Syntax

<EXECUTION [ Using=service-component-id ]>
   [<ENVIRONMENT_VARIABLE>...</ENVIRONMENT_VARIABLE>][...]
   [<PATH>...</PATH>]
   [<DVM>...</DVM>]
   [<MODULE></MODULE>]
   [<PARAMETERS>...</PARAMETERS>]
   [<ACCESS_CONTROL>...</ACCESS_CONTROL>]
   [<DELEGATE>...</DELEGATE>]
   [<POOL>...</POOL>]
   [<DELEGATE_OPTIONS>...</DELEGATE_OPTIONS>]
</EXECUTION>
  1. The Using attribute references an execution component, service-component-id, to inherit its parameters.

Child elements

Possible execution elements include:

  1. Zero or more ENVIRONMENT_VARIABLE elements.
  2. Zero or one PATH element.
  3. Zero or one DVM element.
  4. Zero or one MODULE element.
  5. Zero or one PARAMETERS element.
  6. Zero or one ACCESS_CONTROL element.
  7. Zero or one DELEGATE element.
  8. Zero or one POOL element.
  9. Zero or one DELEGATE_OPTIONS (for a service) element.

Usage

You use this element to set the runtime environment for a Web service application by specifying parameters for executing it. Execution settings may be defined by referencing a SERVICE_APPLICATION_EXECUTION_COMPONENT element in its Using attribute, and/or by setting individual execution elements specific to the application.

When settings are inherited, settings you define locally within the EXECUTION element override the component settings.

Usage examples referencing components

<EXECUTION Using="cpn.ws.execution.local" />
<EXECUTION Using="cpn.ws.execution.local">
  <ENVIRONMENT_VARIABLE Id="FGLGUI>1</ENVIRONMENT_VARIABLE>
</EXECUTION>

Parent elements

This element is a child of APPLICATION (for a service) .