configuration must be in the webapp. At least continuum-configuration.xml, maybe spring-context.xml can be in the jar
In application.xml, I think org.codehaus.plexus.registry.Registry configuration must be moved to continuum-configuration.xml but org.codehaus.plexus.redback.configuration.UserConfiguration use org.codehaus.plexus.registry.Registry so maybe you'll need to write a new component that use DefaultContinuumConfiguration Emmanuel On Mon, Jun 30, 2008 at 11:50 PM, <[EMAIL PROTECTED]> wrote: > Author: olamy > Date: Mon Jun 30 14:50:53 2008 > New Revision: 672940 > > URL: http://svn.apache.org/viewvc?rev=672940&view=rev > Log: > remove configuration from the jar. file will be added in the webapp > > Added: > > > continuum/trunk/continuum-base/continuum-configuration/src/test/resources/META-INF/ > - copied from r672938, > continuum/trunk/continuum-base/continuum-configuration/src/main/resources/META-INF/ > Removed: > > > continuum/trunk/continuum-base/continuum-configuration/src/main/resources/META-INF/ > Modified: > continuum/trunk/continuum-base/continuum-configuration/pom.xml > > Modified: continuum/trunk/continuum-base/continuum-configuration/pom.xml > URL: > http://svn.apache.org/viewvc/continuum/trunk/continuum-base/continuum-configuration/pom.xml?rev=672940&r1=672939&r2=672940&view=diff > > ============================================================================== > --- continuum/trunk/continuum-base/continuum-configuration/pom.xml > (original) > +++ continuum/trunk/continuum-base/continuum-configuration/pom.xml Mon Jun > 30 14:50:53 2008 > @@ -37,6 +37,10 @@ > <name>appserver.base</name> > <value>${project.build.directory}/test-classes/</value> > </property> > + <property> > + <name>user.home</name> > + <value>${project.build.directory}/test-classes/</value> > + </property> > </systemProperties> > </configuration> > </plugin> > > >
