This is an old revision of the document!


Configuration

Configuring SOLoist project requires configuration of soloist-config.xml, db.propreties, log4j.xml and project.gwt.xml files.

soloist-config.xml

<?xml version="1.0"?>
 
<soloist-config>
 
	<rdbms dbPropFile="db.properties">mysql</rdbms>
 
	<use-shared-cache>true</use-shared-cache>
 
	<model-files>
		<xmi-file>soloist.xmi</xmi-file>
		<xmi-file>emptyproject.xmi</xmi-file>
	</model-files>
 
	<file-repository>d:/temp/repository</file-repository>
 
	<notifications excludeSlotsForNewInstances="true"
		visitContexts="true">
		<excluded-class>rs::sol::SOLoist::server::BuiltInDomains::Commands::Command
		</excluded-class>
		<excluded-class>rs::sol::SOLoist::server::BuiltInDomains::Common::ElementDescriptor
		</excluded-class>
	</notifications>
 
 
	<resource-bundles>
		<bundle name="SoloistClient" client="true" />
		<bundle name="SoloistServer" />
		<bundle name="emptyproject" default="true" />
	</resource-bundles>
 
	<default-locale>en</default-locale>
 
	<readGUIFromCache>true</readGUIFromCache>
	<toLock>false</toLock>
 
	<cacheAppInfos>true</cacheAppInfos>
	<cacheLazyPanel>false</cacheLazyPanel>
 
	<maxFileSize>5120</maxFileSize>
 
</soloist-config>
Print/export