On 12/5/05, David Jencks <[EMAIL PROTECTED]> wrote: > The configuration manager is responsible for running the server using > stuff that is available in all the repos and config stores it knows > about. The deployers only need to know where to put the completed > configuration when they are done with it. If they know about more than > one, I don't know how they could decide.
The JSR-88 deployment API accepts a target parameter, and for us, the target corresponds to a config store. So we can pass that on in the call to the Deployer GBean, which would then know which config store to use. Aaron > My understanding of what this could be used for is something like a > shared immutable config-store used for "official" configurations and a > non-shared config-store you could put your own stuff into. In this > case, the deployer would point at the non-shared config store. Very > likely we could make the immutable config-store based off the geronimo > repo using packed car files directly. I've forgotten what you > originally wanted this for, could you remind me? > > thanks > david jencks > > > > > Thanks, > > Toby > > > >
