rlenferink opened a new issue #78: Bundle Manifest unused URL: https://github.com/apache/celix/issues/78 After some confusion during a debug session, i looked into why the "bundle->manifest" pointer was always NULL. It turns out this is initialized at creation, then never assigned. Yet the framework works fine? Apparently the manifest files distributed in each bundle ARE used, by the bundle revision. Each bundle revision holds a manifest, that is then used for module creation and data acquisition. The question then remains, is this construct correct? in which case I would propose to delete the "bundle->manifest" field, since it causes confusion (and Celix could do with a bit less confusion). --- Original creation date: 26/Jan/2016 Reporter: Menno van der Graaf
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
