Yesterday I updated Cocoon 2.2 to Spring 2.0 final - and the big plus is that the maven repository contains correct poms for this version :)
Apart from that the new property override configuration mechanism is now in place as well. This means by default the spring application context we add a processor to the application context as described here: http://static.springframework.org/spring/docs/2.0.x/reference/beans.html#beans-factory-overrideconfigurer which reads all properties files from the "spring" directory (both "WEB-INF/cocoon/spring" and "{sitemap-directory}/config/spring}" and applies the configuration information found there. The propery file should use the following format: {bean-name}/{property-name}={value} Please note that currently this is only working for "real" spring beans and not for the Avalon style components. The code for that is in place but not activated or tested yet. Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/
