Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 52844 invoked from network); 10 Jul 2009 16:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 16:27:38 -0000 Received: (qmail 71519 invoked by uid 500); 10 Jul 2009 16:27:48 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 71447 invoked by uid 500); 10 Jul 2009 16:27:47 -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 71437 invoked by uid 99); 10 Jul 2009 16:27:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 16:27:47 +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; Fri, 10 Jul 2009 16:27:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7FEE234C004 for ; Fri, 10 Jul 2009 09:27:14 -0700 (PDT) Message-ID: <492821952.1247243234804.JavaMail.jira@brutus> Date: Fri, 10 Jul 2009 09:27:14 -0700 (PDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Closed: (FELIX-1317) Added support for Bundle.START_ACTIVATION_POLICY on start In-Reply-To: <1719673429.1247238794791.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-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-1317. ---------------------------------- Resolution: Duplicate This is a duplicate of FELIX-749 and is committed in trunk. > Added support for Bundle.START_ACTIVATION_POLICY on start > ---------------------------------------------------------- > > Key: FELIX-1317 > URL: https://issues.apache.org/jira/browse/FELIX-1317 > Project: Felix > Issue Type: New Feature > Components: Framework > Affects Versions: felix-1.8.1 > Reporter: Thomas Diesler > > It seems that Bundle.start(int) with START_ACTIVATION_POLICY is not supported > http://www.osgi.org/javadoc/r4v41/org/osgi/framework/Bundle.html#start(int) > In Felix-1.8.1 I see > public void start(int options) throws BundleException > { > if ((options & Bundle.START_ACTIVATION_POLICY) > 0) > { > throw new UnsupportedOperationException( > "The activation policy feature has not yet been implemented."); > } > .... > } > Is there a way to still work with Bundle-ActivationPolicy: lazy ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.