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:
{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?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.