Required Properties
Some properties are required by a runtime adapter, and most required properties are predefined by TIBCO Adapter SDK. You can check the following table for required properties.
Property | Description |
---|---|
tibco.repourl repository_url | The absolute pathname to the local repository where the adapter configuration is defined. For a remote project, the
repourl value uses the form
tibco.repourl tibcr@repository_name. For example:
tibco.repourl tibcr@AdapterRepoDefault.
For Unix systems, the path separator must include a single forward slash (/). For example: /local/tibco/repo/repo.dat |
tibco.configurl
relative_path
or tibco.configurl absolute_path |
The location of the adapter service inside the project file. If a relative path is specified, the adapter service is assumed to be in the default area in the project file (/tibco/private/adapter/). For example, you can connect the
tibco.configurl adapterpub value to an
adapterpub adapter service in the
/tibco/private/adapter/ directory.
If an absolute path is specified, the adapter configuration is looked up in the repository as defined by the argument. For example: tibco.configurl/tibco/private/adapter/adapterpub |
tibco.instanceid instance_name | The name of the adapter configuration.
The length of the name cannot be larger than 80 characters. |
application.args arguments | The properties (TRA) file to be passed to the running adapter. For example: application.args -system:propFile TIBCO_TRA_DOMAIN_HOME/domainName/application/applicationDeploymentName/applicationDeploymentName-ServiceName.tra |
application.start.dir adapter_path_name | The path name of the adapter to start. For example: application.start.dir TIB_ADFILES_HOME\bin. |
Copyright © TIBCO Software Inc. All rights reserved.