Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors 11g Release 2 (11.1.2.4.0) E17495-05 |
Tag name: <configuration>
The configuration tag is used to define a specific configuration that will be used to create repositories. The configuration tag is a child tag of ConnectorDefinition and has a lit of children Parameter tags.
<configuration id="Sample" className="oracle.sampleconnector.SampleConnectorService" repositoryType="Work Item" uiFileName="/META-INF/SampleUI.xml" modelFileName="/META-INF/SampleDef.xml" version="1.0"> </configuration>
Name | Type | Default value | Required? | Supports EL? | Description | |
---|---|---|---|---|---|---|
id | String | Y | N | Name of the connector. This name uniquely identifies the connector installed in Team Productivity Center. It is recommended to use a format similar to the sample provided above to avoid name conflict. | ||
className | String | Y | N | Name of the connector class to load when creating a connector instance during runtime. The class should implement the WorkitemConnector interface | ||
repositoryType | String | N | Type of the repository used for the connector in the Oracle Team Productivity Center system. This attribute is used mostly for grouping connector selection in the Team Administration dialog. Valid type is defined in RepositoryType type as "Work Item" | |||
uiFileName | String | N | N | Path to a file inside the connector jar file that contains the connector UI definitions. | ||
modelFileName | String | N | N | Path to a file inside the connector jar file that contains the connector model definitions. | ||
version | String | Y | N | Connector version associated with a particular release of a connector. This attribute is used for compatibility checking against the connector backend server. The connector version should be changed any time an upgrade is required by the connector backend so that the client can perform upgrade using JDeveloper's Check for Update feature. |