Configuration Properties

metrics.dataCollector.importPackages

Default Value: java.util, java.lang, java.text, java.io, java.math, java.sql, java.net, java.util.regex, javax.xml.parsers, org.xml.sax, org.w3c.dom, javax.xml.xpath, net.sf.mpxj.reader, org.apache.poi.ss.usermodel

Description: The packages which are lised in this comma separated list will be included in the Data Set/Collector Script javascript context by using the impmortPackage function.

Notice: For a better readability, the comma separated list can be split up into new lines.

<property name=
 "metrics.dataCollector.importPackages"
 value=
 "java.util,
 java.lang,
 java.text,
 java.io,
 java.math,
 java.sql,
 java.net,
 java.util.regex,
 javax.xml.parsers,
 org.xml.sax,
 org.w3c.dom,
 javax.xml.xpath,
 net.sf.mpxj.reader,
 org.apache.poi.ss.
usermodel
"/>

global.metric.report.stagesDataSource.timeoutinMinutes

Default Value: 3

Description: Specifies the timeout in minutes for Stages Data Source web service call. If the web service call takes longer than this time the web service call will be terminated. This value has to be higher or equal to the setting of the property metrics.timeoutInSeconds.

Notice: If you are working with the Stages BIRT Designer, please check the BIRT.ini file in the Stages BIRT Designer installation directory for the setting.

metrics.resourcePath

Default Value: N/A

Description: Sets the path to the folder where BIRT required libraries are located.

metrics.svg.enabled

Default Value: False

Description: Specifies if BIRT engine should render SVG images if set in a BIRT report file to be rendered.

metrics.timeoutInSeconds

Default Value: 180

Description: Specifies the timeout of Stages Data Set scripts and Stages Data Collector scripts (in seconds). If a script runs longer than this time, the script will be terminated. This value has to be equal or lower than the setting of the property global.metric.report.stagesDataSource.timeoutInMinutes