Alright. But what please is the purpose of continuum\WEB-INF\classes\META-INF\continuum\continuum-configuration.xml when it is not used anymore? It seems that now only \continuum-base\continuum-configuration\src\main\resources\META-INF\spring-context.xml is used to specify the location of continuum.xml-file.
This makes it impossible to change the location of the file (which is necessary to run multiple instances in a single container) except by throwing it out of the jar and to place it into WEB-INF/classes/META-INF olamy wrote: > > Hi, > Currently we use plexus-spring [1] > > -- > Olivier > [1] http://plexus.codehaus.org/plexus-components/plexus-spring/ > > 2008/12/1 Marc Lustig <[EMAIL PROTECTED]>: >> >> 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. >> >> > > -- View this message in context: http://www.nabble.com/Plexus-and-Spring-is-overlapping%21-tp20772285p20773542.html Sent from the Continuum - Dev mailing list archive at Nabble.com.
