On 6/10/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:
Ah ok, so ALL deployers are given a change to see if it is a module that they can handle and claim. I was under the impression that Geronimo would pick a deployer based on the XML schema namespace. But I understand .. it doesn't know what file contains the deployment plan (if it is embedded in the jar) so it cannot figure out the xmlns anyway.
Right -- Geronimo shows the plan to all the deployers, though it probably stops after the first one that claims it can handle the deployment (e.g. by returning a plan object instead of null). Thanks, Aaron
I'm thinking too much about module extensions mapped to a specific deployer I guess.
