Leszek Gawron schrieb: > Felix Knecht wrote: >> + final String runningMode = >> getSystemProperty(Settings.PROPERTY_RUNNING_MODE, >> this.getAttributeValue(element, RUNNING_MODE_ATTR, null) ); > > 1. the logic for obtaining running mode is scattered again
Sorry, I know is a kind 'unprofessional', but yes, again. > 2. system property takes preference over the setting in cocoon.xconf. Is > that correct? Yep >
