Felix Meschberger <[EMAIL PROTECTED]> writes: > In fact we do exactly this at our place: Define bundle sets and have > a management agent control the lifecycle
What defines a set of bundles? Is it their symbolic names? > and just use OBR to get the bundles in the first place and make sure > any required bundles are also retrieved. How do you know which bundles were retrieved? Are you using Resolver.getRequiredResources()? If so, how do you get from a Resource to a Bundle? Also, do you worry about controlling the life-cycle of the required bundles that weren't part of your original set? That is, if your bundle set A contains bundles "foo" and "bar", but "bar" turns out to require "baz", do you add "baz" to set A's life-cycle operations? -- Steven E. Harris