Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 48856 invoked from network); 18 Feb 2009 18:02:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 18:02:25 -0000 Received: (qmail 15652 invoked by uid 500); 18 Feb 2009 18:02:24 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 15613 invoked by uid 500); 18 Feb 2009 18:02:24 -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 15601 invoked by uid 99); 18 Feb 2009 18:02:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 10:02:24 -0800 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; Wed, 18 Feb 2009 18:02:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 035AB234C495 for ; Wed, 18 Feb 2009 10:02:02 -0800 (PST) Message-ID: <164226856.1234980121999.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 10:02:01 -0800 (PST) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Resolved: (FELIX-949) Website documentation on embedding is out of date In-Reply-To: <2006392900.1234979281947.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-949. ----------------------------------- Resolution: Fixed Assignee: Richard S. Hall I manually removed the invalid page. I assume it will update shortly. Please close this issue if you are satisfied. Thanks. > Website documentation on embedding is out of date > ------------------------------------------------- > > Key: FELIX-949 > URL: https://issues.apache.org/jira/browse/FELIX-949 > Project: Felix > Issue Type: Bug > Components: Documentation > Environment: Felix website > Reporter: Bram de Kruijff > Assignee: Richard S. Hall > Priority: Minor > > The website documentation and code examples on embedding felix are not update to date with the recent felix api changes. > http://felix.apache.org/site/launching-and-embedding-apache-felix.html > Some problem areas: > m_felix = new Felix(configMap, list); <<<<< activator no longer exists > m_felix.stopAndWait(); <<<<< replaced by waitForStop(); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.