NullPointerException on 'features install'
------------------------------------------
Key: SMX4-72
URL: https://issues.apache.org/activemq/browse/SMX4-72
Project: ServiceMix 4
Issue Type: Bug
Affects Versions: 4.0-m2
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: 4.0-m2
If you have first installed a JBI SA using the 'osgi install' method and
afterwards try to 'features install' something else, you'll get a
NullPointerException
{noformat}
servicemix> osgi install -s
mvn:org.apache.servicemix.examples.camel/camel-sa/4.0-m2-SNAPSHOT/zip
Bundle ID: 112
servicemix> features install examples-cxf-osgi
ERROR NullPointerException: null
{noformat}
After the osgi install, the symbolic bundle name for the installed SA is null,
causing the NullPointerException when the features install is looking for a
matching bundle.
Ideally, this should be solved at both ends: the features install should deal
with 'null' symbolic bundle names correctly and the osgi install should give
the bundle a proper name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.