Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 6023 invoked from network); 14 Jul 2009 21:01:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 21:01:30 -0000 Received: (qmail 92465 invoked by uid 500); 14 Jul 2009 21:01:40 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 92395 invoked by uid 500); 14 Jul 2009 21:01:39 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 92234 invoked by uid 99); 14 Jul 2009 21:01:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 21:01:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 21:01:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4635A234C004 for ; Tue, 14 Jul 2009 14:01:15 -0700 (PDT) Message-ID: <535885765.1247605275278.JavaMail.jira@brutus> Date: Tue, 14 Jul 2009 14:01:15 -0700 (PDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-1360) Improve native library matching algorithm (part 2) In-Reply-To: <274275134.1247605034891.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.