Editing Route Manifest - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Cloud API Services Platform

Cloud Data Fabric

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

About this task

The Route designer allows you to manage the OSGI dependencies of a Route. To do so:

Procedure

  1. Double-click the Route to open it in the design workspace. Click the Dependencies tab to show the Manifest editor.
    Manifest editor.
  2. In the Import Packages area, the built-in packages are displayed in italics. Click Add to add a new package.
    Add Import-Package wizard.
  3. In the Add Import-Package wizard, enter the properties according to the following table and click OK. The package that is added manually is displayed in black. You can also edit the properties by clicking the Edit button after adding the package and remove the package by clicking the Remove button.
    Field Description
    Name Enter the name of the Import-Package.
    Properties / Optional Select this check box to resolve the package only when it is present.
    Version to match / MinVersion Specify the minimum of the package's version range that matches the Export-Package. If this attribute is not specified, the default value is 0.0.0. Select between Inclusive and Exclusive to include or exclude the specified version. This will be shown in the label of the package. ( and ) indicate exclusive. [ and ] indicates inclusive. (xxx) indicates single version.
    Version to match / MaxVersion Specify the maximum of the package's version range that matches the Export-Package. If this attribute is not specified, the default value is ∞. Select between Inclusive and Exclusive to include or exclude the specified version. This will be shown in the label of the package. ( and ) indicate exclusive. [ and ] indicates inclusive. (xxx) indicates single version.
  4. In the Export Packages area, the built-in packages are displayed in italics. Click Add to add a new package.
    Add Export-Package wizard.
  5. In the Add Export-Package wizard, enter the properties according to the following table and click OK. The package that is added manually is displayed in black. You can also edit the properties by clicking the Edit button after adding the package and remove the package by clicking the Remove button.

    Field

    Description

    Name

    Enter the name of the Export-Package.

    Version exported / Version

    Specify the version of the package. The major.mid.min.qualifiername format is supported. You can choose to use a qualifiername or not. If you enter a version of less than three digits, the default major.mid.min format will be used. For example, if you enter 1, the version will show as 1.0.0.

  6. The search path for classes inside the bundle is displayed in the Bundle Classpath area. Click the Select All or the Diselect All button to include or exclude them from the OSGI bundle.
  7. In the Require Bundles area, the built-in bundles are displayed in italics. Click Add to add a new bundle.
    Add Require-Bundle wizard.
  8. In the Add Require-Bundle wizard, enter the properties according to the following table and click OK. The bundle that is added manually is displayed in black. You can also edit the properties by clicking the Edit button after adding the bundle and remove the bundle by clicking the Remove button.
    Field Description
    Name Enter the name of the Require-Bundle.
    Properties / Optional Select this check box to resolve the bundle only when it is present.
    Version to Match / MinVersion Specify the minimum of the bundle's version range. If this attribute is not specified, the default value is 0.0.0. Select between Inclusive and Exclusive to include or exclude the specified version. This will be shown in the label of the package. ( and ) indicate exclusive. [ and ] indicates inclusive. (xxx) indicates single version.
    Version to Match /MaxVersion Specify the maximum of the bundle's version range. If this attribute is not specified, the default value is ∞. Select between Inclusive and Exclusive to include or exclude the specified version. This will be shown in the label of the package. ( and ) indicate exclusive. [ and ] indicates inclusive. (xxx) indicates single version.

Results

From the Route Manifest editor, you can also:

  • filter the packages, bundles, or classpaths by typing a search string in the Search field and delete the search string by clicking the Delete button
  • select the Hide Built-In Items check box to hide the built-in items
  • click the Refresh button to refresh all dependencies according to the latest content of the Route
  • click the Up or Down button to move an Import-Package or Require-Bundle that is manually added up or down in the list when there is more than one of them