The CompositeRepository component, whose class is atg.adapter.composite.MutableCompositeRepository, is the central component of a composite repository. Create a component of this class and set its configurationFile property to the Nucleus address of the composite repository definition file. You can configure the following properties of this component:

Property

Description

Value

configurationFile

The Nucleus address of an XML file that uses the Composite Repository DTD. See the Composite Repository Definition File Tag Reference.

cumulativeDebug

If true, output from all debug levels lower than the current debug level will be printed to the log.

Boolean. Default is true

debugLevel

An integer from 0 to 23 that indicates the frequency with which debug log messages are generated. The higher the value, the greater the frequency of debug log entries. See Debug Levels in the Development, Testing and Debugging with the SQL Repository chapter.

Integer. Default is 5

queryBatchSize

The maximum number of items that will be returned by a single query to an underlying repository.

Integer. Default is 1000.

repositoryName

The name of the composite repository

String

 
loading table of contents...