[
https://issues.apache.org/jira/browse/FELIX-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Sauthier updated FELIX-3249:
--------------------------------------
Attachment: FELIX-3249.patch
Fix issue + added TestCase for non-regression testing
> iPOJO Bnd Plugin do not write all the metadatas in the manifest
> ---------------------------------------------------------------
>
> Key: FELIX-3249
> URL: https://issues.apache.org/jira/browse/FELIX-3249
> Project: Felix
> Issue Type: Bug
> Components: iPOJO
> Reporter: Guillaume Sauthier
> Attachments: FELIX-3249.patch
>
>
> The iPOJO Bnd Plugin do not write all the metadatas in the manifest.
> For example, the following XML content, will only produce a IPOJO-Components
> manifest header with the last <instance>.
> {code:xml}
> <ipojo>
> <component class="com.acme.Thermometer" />
> <instance component="com.acme.Thermometer" />
> <instance component="com.acme.Thermometer" />
> </ipojo>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira