LARA Conifugration via XML
Defining Behavioural Options
Load Configuration
Make sure LaraModel is initialised first (and accessible from <LModel!
+++ PmParameterManager pm = PmParameterManager.getInstance(null); pm.setParam(LXmlConfigPa.XML_BASEPATH, FOLDER); pm.setParam(LXmlConfigPa.XML_PATH_PREFERENCES, XML_PREFERENCES); pm.setParam(LXmlConfigPa.XML_PATH_DCONFIG, XML_DCONFIG);
LXmlModelConfigurator.configure(pm) +++
To setup a specific preprocessor component as default for all (not closer specified) decision configurations, leave the dConfig element empty:
+++ boUpdaterEntry dConfig/dConfig updater class="de.cesr.lara.components.preprocessor.impl.LDefaultBOUpdater" /updater /boUpdaterEntry +++