Defining a Resource Template

Resource templates are defined on the mediation flow and are used to specify a resource (such as a database connection) that can be used by one or more tasks in a mediation flow.

    Procedure
  1. Navigate to the Properties tab of a mediation flow by clicking on the canvas of a mediation flow in the editor window.
  2. Click the icon to add a new property.
    By default, the property name is specified as propertyn (where each newly added profile increments n). Specify a new name for the profile, if desired.

    The value in the Type column must be JDBC Resource Template. This value is read-only.

  3. In the Value column, click the ellipsis (...) and choose a previously defined template from the Select JDBC Resource Template dialog box.
  4. Click OK.
ResultThe JDBC Resource Template is created and is ready for use by the Query Database task.