You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/07/14 23:01:15 UTC

[jira] Commented: (FELIX-1360) Improve native library matching algorithm (part 2)

    [ https://issues.apache.org/jira/browse/FELIX-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731127#action_12731127 ] 

Richard S. Hall commented on FELIX-1360:
----------------------------------------

The big issue is we need to make native library error checking happen at resolve time, not install time. Only syntax errors in the native code header should cause a bundle to fail to install. Also, I think there might be a couple of other bugs, particularly in the handling of OS version matching.

> Improve native library matching algorithm (part 2)
> --------------------------------------------------
>
>                 Key: FELIX-1360
>                 URL: https://issues.apache.org/jira/browse/FELIX-1360
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> This issue is described in section 3.9 of the OSGi R4 specification. R4 has improved and made the native library matching alogirithm; this is invoked when a bundle's class loader is asked for the native library when a class in the bundle has a native method. The current Felix implementation is a simplified version of the OSGi R3 algorithm. This change should be localized to the org.apache.felix.framework.OSGiLibrarySource class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.