I am attempting to refactor a project into bundles which number 16 presently. I have a "base" bundle that all others depend on. The activator of that bundle is getting called for every other bundle that gets activated. Is this to be expected? It seems to me the framework should only call the activator a single time. I have been unsuccessful finding the reason and it means I cannot do setup in the activator because it gets called 15 times. Any insight would be helpful. Thanks.
- Re: repeated calls to Activator Chuck Davis
- Re: repeated calls to Activator Raymond Augé
- Re: repeated calls to Activator Chuck Davis
- Re: repeated calls to Activator Chuck Davis