Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors
11g Release 2 (11.1.2.1.0)
E17495-02
Go back

Summary

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.

Code Example(s)

      <configuration id="Sample"    
                     className="oracle.sampleconnector.SampleConnectorService"   
                     repositoryType="Work Item"
                     uiFileName="/META-INF/SampleUI.xml"         
                     modelFileName="/META-INF/SampleDef.xml"   
                     version="1.0"> 
      </configuration>

Attributes

Name Type Default value Required? Supports EL? Description
idStringYNName 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.
classNameStringYNName of the connector class to load when creating a connector instance during runtime. The class should implement the WorkitemConnector interface
repositoryTypeStringNType 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"
uiFileNameStringNNPath to a file inside the connector jar file that contains the connector UI definitions.
modelFileNameStringNNPath to a file inside the connector jar file that contains the connector model definitions.
versionStringYNConnector 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.