Compute Component Dependencies
|
Indicate whether to TIBCO Business Studio should compute the component bundle dependencies. When a component is deployed on a node, ActiveMatrix generates a component bundle. When checked, the component implementation bundles required by the component bundle are computed and identified when you package the composite. When unchecked, the Implementation Dependency and Compute Feature Dependencies fields display and you can manually specify the dependencies.
Default:
- New projects - checked.
- Legacy projects - unchecked.
|
Implementation Dependency
|
Type of the dependency of the component bundle on the component implementation.
- Require Bundle - The bundle containing the component implementation is declared as a required bundle. When selected, the Bundle Name field appears.
- Import Package - The package exported by the component implementation is declared as an imported package. When selected, the Import Package field displays.
Default:
- New projects - Require Bundle.
- Legacy projects - Import Package.
|
Bundle Name
|
Symbolic name of the bundle containing the component implementation.
Default: The bundle in which the component implementation class is present.
|
Import Package
|
Name of the package containing the component implementation.
Default: The package in which the component implementation class is present.
|
Version Range
|
Versions of the bundle or package that satisfy the component bundle's dependency. When specifying a range for a bundle, you can require an exact match to a version that includes a build qualifier. In contrast, the range for a package is inexact.
Default:
- Bundle - [1.0.0.qualifier,1.0.0.qualifier].
- Package - [1.0.0, 2.0.0).
|