From svn-return-9002-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Sat May 7 14:48:01 2011 Return-Path: X-Original-To: apmail-forrest-svn-archive@www.apache.org Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20DBE2FEE for ; Sat, 7 May 2011 14:48:01 +0000 (UTC) Received: (qmail 27403 invoked by uid 500); 7 May 2011 14:48:00 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 27340 invoked by uid 500); 7 May 2011 14:48:00 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 27333 invoked by uid 99); 7 May 2011 14:47:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 14:47:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 14:47:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6854F238896F; Sat, 7 May 2011 14:47:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1100554 - in /forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs: different.xml site.xml Date: Sat, 07 May 2011 14:47:38 -0000 To: svn@forrest.apache.org From: bdube@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110507144738.6854F238896F@eris.apache.org> Author: bdube Date: Sat May 7 14:47:37 2011 New Revision: 1100554 URL: http://svn.apache.org/viewvc?rev=1100554&view=rev Log: Add note to docs about upgrading Apache Felix and solving the JVM hang Modified: forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/different.xml forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml Modified: forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/different.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/different.xml?rev=1100554&r1=1100553&r2=1100554&view=diff ============================================================================== --- forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/different.xml (original) +++ forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/different.xml Sat May 7 14:47:37 2011 @@ -57,10 +57,14 @@ and invoke $FORREST_HOME/bin/forrest. The HTTP Service will bind to port 8080 by default. The controlling property is set in - conf/config.properties. There is an issue which + conf/config.properties. [There is an issue which needs to be investigated and that is that not all of the bundles shut down cleanly, and it prevents the JVM from - exiting without being explicitly killed. + exiting without being explicitly killed. - This previous issue + has been solved by upgrading to Apache Felix 3.2.1. The issue + involved acquiring bundle locks to remove listeners, which is + no longer done. See FELIX-2936.]

Because forrest-osgi is not based on Cocoon, the method by Modified: forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml?rev=1100554&r1=1100553&r2=1100554&view=diff ============================================================================== --- forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml (original) +++ forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml Sat May 7 14:47:37 2011 @@ -60,6 +60,9 @@ See http://forrest.apache.org/docs/linki + + +