Christopher BROWN-2 wrote > [...] > Have I missed some API that provides this sort of > information/notification? I could probably parse this information for > package dependencies (if I can detect a failure to resolve the bundle), > but > I've not seen any way to parse service requirements. I'm not sure if > declarative services would fit with the repository idea either. > [...] > Christopher
maybe you can add <Export-Service> or <Import-Service> to the instructions clause of the maven-bundle-plugin. After that, you are able to determine by parsing the bundle-headers / manifests which bundle requires a service that is provided by another bundle. -- View this message in context: http://apache-felix.18485.x6.nabble.com/Strategies-for-bundle-repositories-and-auto-update-tp5005063p5005128.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

