|
This refers to the properties which are made available to the
spine framework at initialization. The properties defined in the
spine-init.xml file contain all the initialization properties
required by the framework as well as user defined properties.A
brief explanation of some of these properties are give below:
|
logFile
|
The path to the log4j configuration file which will determine the format for error messages.This can either be a java properties file or an xml file.
|
|
watchTime
|
The refresh time in milliseconds to check the log4j file for changes.
|
|
configFile
|
The path to the spine configuration file, usually spine.xml.
|
|
roleConfigFile
|
The path to the default roles file. This may be replaced by a database or ldap backed plugin which loads all the registered Groups and Applications in the system.
|
|
DataSources
|
|
DataSource
|
This must specify an attribute called [key] and an optional attribute called [default] which can be set to true or false. There should be only one default dataSource in the configuration, otherwise the last read default value is set for all the dataSources in configuration
|
|
DataSourceBuilder
|
THe full class name of the DataSourceBuilder implementation which will be used to create and initialize this Datasource.
|
|
sourceClass
|
The full class name of the DataSource class which will be initialized by the framework.
|
|
property
|
This has 2 attributes called [name] and [value], you specify a property name and value which is then read by the system. You can specify as many property tags as needed.
|
|
plugins
|
|
plugin
|
This must specify a single attribute called [key] which represents a unique name by which the plugin will be known throughout the application.
|
|
pluginName
|
The full class name of the plugin to be used by this configuration.
|
|
property
|
This has 2 attributes called [name] and [value], you specify a property name and value which is then read by the system. You can specify as many property tags as needed.
|
|
|