So, I found the problem myself. (regarding issue below) Apparently Jason van Zyl Spring'ified Continuum. But the Plexus-stuff is still existing. I wonder what is the strategy behind this. The Plexus config-files and the Spring config-files are now overlapping! Personally I certainly prefer Spring against Plexus. What I don't like is to package spring-context-files into the jar's !
Marc Marc Lustig wrote: > > I have some config-issue here which I cannot explain. > > In > continuum.war/WEB-INF/classes/META-INF/continuum/continuum-configuration.xml > I have the following entry: > <xml fileName="/mypath/continuum1.xml" config-optional="true" > config-forceCreate="true" config-name="org.apache.continuum"/> > <xml fileName="/mypath/continuum-user1.xml" config-optional="true" > config-name="org.apache.continuum.user"/> > > yet, when I call the webapp and edit the "Configuration" page, the values > are placed into $appserver.home/conf/continuum.xml > > i couldn't grep any 'conf/continuum.xml' string in the whole webapp. > Perhaps it is statically defined in a jar ?? Or cached in system-temp-dir? > -- View this message in context: http://www.nabble.com/Plexus-and-Spring-is-overlapping%21-tp20772285p20772285.html Sent from the Continuum - Dev mailing list archive at Nabble.com.
