Stephen wrote: >Daniel Frey wrote: > >> Hi there, >> >> I've got two containers - an application and a resource-manager container. >> The application uses the resource manager (see block.xmls below). I'd like >> to try out the configuration overriding as explained in the tutorial. As >> different to the tutorial, we've got here two containers, in the tutorial >> there was one. >> >> No the overriding config.xml looks like that. >> >> 001 <targets> >> 002 <target path="/resource-manager/facade"> >> 003 <configuration> >> 004 <source>configuration from outside a container</source> >> 005 </configuration> >> 006 </target> >> 007 </targets> >> > >An include statement creates a container with the name corresponding to >the include name attribute - so in this case you probably want to setup >the target path to "/application/resourcemanager/facade"
That works perfectly. Thanks, Stephen. > >Stephen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
