Skip to content
Martin Scholl edited this page May 24, 2013 · 3 revisions

Properties

Properties influencing classloading are read from a classloading.properties file placed in certain packages which are constructed by the available package prefixes (see ClassLoadingPackagePrefixProvider) plus the default domain.

Property 'classloading.alternativeDomains'

The 'classloading.alternativeDomains' property can contain a csv listing with alternative domain names.

see also cismet/cids-server#30

Property 'classloading.domainClassTypeOrder'

The property 'classloading.domainClassTypeOrder' can be used to specify the desired order during candidate class name build. Valid values are:

default (classtype only) )
classtype (classtype first only, default)
domain (domain first only)
both-classtype (both, classtype first)
both-domain (both, domain first)

see also cismet/cids-server#33