[
https://issues.apache.org/jira/browse/FELIX-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Heinemann updated FELIX-2186:
----------------------------------
Description:
When installing a bundle with the following NativeCode definition it spits
NullpointerException:
Bundle-NativeCode: libmylib.so;osname=Linux;processor=x86_64,process
or=x86-64;processor=amd64
when changing this line to:
Bundle-NativeCode: libmylib.so;osname=Linux;processor=amd64
it works fine.
Tried to deploy the bundle to equinox and it worked like a charm. I think Felix
got an issue here.
Could somebody check this?
was:
When installing a bundle with the following NativeCode definition it spits
NullpointerException:
{code}
Bundle-NativeCode: libmylib.so;osname=Linux;processor=x86_64,process
or=x86-64;processor=amd64
{code}
when changing this line to:
{code}
Bundle-NativeCode: libmylib.so;osname=Linux;processor=amd64
{code}
it works fine.
Tried to deploy the bundle to equinox and it worked like a charm. I think Felix
got an issue here.
Could somebody check this?
> parsing BundleNativeCode is not implemented correctly
> -----------------------------------------------------
>
> Key: FELIX-2186
> URL: https://issues.apache.org/jira/browse/FELIX-2186
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: felix-2.0.4
> Reporter: Lars Heinemann
>
> When installing a bundle with the following NativeCode definition it spits
> NullpointerException:
> Bundle-NativeCode: libmylib.so;osname=Linux;processor=x86_64,process
> or=x86-64;processor=amd64
> when changing this line to:
> Bundle-NativeCode: libmylib.so;osname=Linux;processor=amd64
> it works fine.
> Tried to deploy the bundle to equinox and it worked like a charm. I think
> Felix got an issue here.
> Could somebody check this?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.