Dimensions Integration

Interface Configuration

The configuration is done in the Stages configuration file PKitConfig.xml. Dimensions interface properties are defined in the section “cms” (see example configuration below) were the cms interface types are defined that shall be used on the Stages server.

<cms-type name="Dimensions"
 factory="de.methodpark.cms.dimensions.DimensionsFactory">
 <cms-property name="connection.pool.size" value="15"/>
 <cms-property name="connection.timeout" value="120000"/>
 <cms-property name="validatePath" value="^[^\\/*?<>\"]+([
/][^\\/:*?<>\"]+)*[\\/]?$"/>
 <cms-property name="validateFilename" value="^[^\\/:*?<>\"]+
$"/>
 <cms-host ident="production1" name="dimensionsserver.somedomain.org"
 displayName="Dimensions 12.2 production server">
 <cms-property name="user" value="stagesSystemUser"/>
 <cms-property name="password" value="somepassword"/>
 <cms-property name="databaseName" value="cm_typical"/>
 <cms-property name="databaseConnection" value="orcl"/>
 <cms-property name="date.format" value="dd-MMM-yyyy HH:mm:ss"/>
 <cms-property name="related.requests.required" value="false"/>

 <cms-property name="view.baselines.enabled"" value="false"/>
 </cms-host>
</cms-type>

Global CMS Properties

Host Sections

Host-specific Properties