On 2008-08-28 17:11, Richard S. Hall wrote:
Great! Thanks.
-> richard
Felix Meschberger (JIRA) wrote:
[
https://issues.apache.org/jira/browse/FELIX-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626567#action_12626567
]
Felix Meschberger commented on FELIX-108:
-----------------------------------------
So I will apply my patch to prevent the NPE.
In addition I have updated the Bundle Repository page [1] with a note
on how R3 Bundles without Bundle-SymbolicName headers are handled.
[1]
http://cwiki.apache.org/FELIX/apache-felix-osgi-bundle-repository-obr.html
FYI, the page outline links in this page do not work at all on the site. I'm not
sure, but I think it is because of the '(' and ')' characters in the page title.
This is of course irrelevant to the current issue, but I just noticed.
OBR should handle R3 bundles without symbolic name better
---------------------------------------------------------
Key: FELIX-108
URL: https://issues.apache.org/jira/browse/FELIX-108
Project: Felix
Issue Type: Bug
Components: Bundle Repository (OBR)
Reporter: Richard S. Hall
Assignee: Felix Meschberger
Priority: Minor
Fix For: bundlerepository-1.0.6
Attachments: FELIX-108.patch
Currently, OBR assumes that all bundles have symbolic names, but R3
bundles do not, which can lead to null pointer exceptions. Modify OBR
so that it handles bundles without symbolic names more cleanly.
--
Nektarios K. Papadopoulos