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 Tag Reference.

cumulativeDebug

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

Boolean
Default: 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 Developing and Testing an SQL Repository chapter.

Integer
Default: 5

queryBatchSize

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

Integer
Default: 1000.

repositoryName

The name of the composite repository

String


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices