Required Properties
Most required properties are predefined by TIBCO Adapter SDK.
See “Properties Files” in TIBCO Adapter SDK Programmer’s Guide for more information.
The required properties are listed in the following table:
Property | Description |
---|---|
tibco.repourl | Defines the absolute pathname to 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 | Defines 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 | Defines the adapter configuration name.
The length of the name cannot be larger than 80 characters. |
application.args | Defines 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 | Defines the path name of the adapter to be started.
For example, application.start.dir TIBCO_HOME/bin. |