You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/07/25 09:57:05 UTC

[jira] Resolved: (SMX4-72) NullPointerException on 'features install'

     [ https://issues.apache.org/activemq/browse/SMX4-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-72.
---------------------------------

    Resolution: Fixed

Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=679694

> 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.