Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 67533 invoked from network); 29 Aug 2006 15:42:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 15:42:46 -0000 Received: (qmail 21792 invoked by uid 500); 29 Aug 2006 15:42:44 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 21745 invoked by uid 500); 29 Aug 2006 15:42:44 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 21714 invoked by uid 99); 29 Aug 2006 15:42:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:42:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:42:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44B4B41001E for ; Tue, 29 Aug 2006 15:39:26 +0000 (GMT) Message-ID: <11188746.1156865966278.JavaMail.jira@brutus> Date: Tue, 29 Aug 2006 08:39:26 -0700 (PDT) From: "Arnaud Quiblier (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Updated: (FELIX-26) Improve native library matching algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/FELIX-26?page=all ] Arnaud Quiblier updated FELIX-26: --------------------------------- Attachment: 2006-08-29_FELIX-26_patch2.zip The attached zipped patch2 contains : - svn diff file run against framework project - 2 added sources for testing purpose Hope this is better. > Improve native library matching algorithm > ----------------------------------------- > > Key: FELIX-26 > URL: http://issues.apache.org/jira/browse/FELIX-26 > Project: Felix > Issue Type: Improvement > Components: Specification compliance, Framework > Reporter: Richard S. Hall > Attachments: 2006-08-29_FELIX-26_patch.zip, 2006-08-29_FELIX-26_patch2.zip > > > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira