You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/28 14:23:53 UTC

[GitHub] [celix] rlenferink opened a new issue #78: Bundle Manifest unused

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:
users@infra.apache.org


With regards,
Apache Git Services