Required Properties
Most required properties are predefined by TIBCO Adapter SDK.
See “Properties Files” in TIBCO Adapter SDK Programmer’s Guide for more details.
The following table lists the required properties:
Property | Description |
---|---|
tibco.repourl | The absolute pathname of the local repository where you create an adapter configuration.
For a remote project, the property value have to use the form: tibcr@name, where name is the repository name. For example: tibco.repourl tibcr@AdapterRepoDefault. For UNIX systems, the path separator have to include a single forward slash (/). For example: /local/tibco/repo/repo.dat |
tibco.configurl | The location of the adapter service in the project file.
If a relative path is specified, the adapter service is assumed to be under the default area in the project file (/tibco/private/adapter/). For example, the following value connects to an adapter service named as adapterpub in the /tibco/private/adapter/ directory: tibco.configurl adapterpub 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 | The adapter configuration name.
The length of the name cannot be larger than 80 characters. |
application.args | The properties (TRA) file to be passed to the runtime adapter.
For example, application.args -system:propFile TIBCO_TRA_DOMAIN_HOME/domainName/application/applicationDeploymentName/applicationDeploymentName-ServiceName.tra. |
application.start.dir | The path name of the adapter to be started.
For example, application.start.dir TIBCO_HOME/bin. |