-
Notifications
You must be signed in to change notification settings - Fork 0
Classloading
Martin Scholl edited this page May 24, 2013
·
3 revisions
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.
The 'classloading.alternativeDomains' property can contain a csv listing with alternative domain names.
see also cismet/cids-server#30
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