cspace-config persistence

What is Persistence section of the Cspace Config

Persistence section specifies the information specific to the service layer this tenant is using

Where is Persistence section of the Cspace Config

part of cspace-config usually found in the tenant specific local settings

Structure

    <persistence>
        <service>
            <url></url>
			<tenant>
				<name></name>
				<version></version>
				<display-name></display-name>
			</tenant>
			<repository>
				<domain></domain>
				<client></client>
				<dateformats>
					<pattern></pattern>
				</dateformats>
				<languages>
					<language></language>
				</languages>
			</repository>
			<ims-url></ims-url> <!-- XXX should be in separate IMS section -->
        </service>
    </persistence>
Single Elements

MUST HAVE

url
  • string
  • no default
  • path to the service layer
ims-url
  • string
  • no default
  • path to the app layer tenant specific area for media management.

CAN HAVE

everything else is not required and in a state of flux. It mostly exists to allow creation of the the service layer xsd's and should be fully defined by the end of 1.9 sprint