Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 62191 invoked from network); 4 Mar 2006 01:33:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Mar 2006 01:33:50 -0000 Received: (qmail 42652 invoked by uid 500); 4 Mar 2006 01:34:36 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 42240 invoked by uid 500); 4 Mar 2006 01:34:34 -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 42217 invoked by uid 99); 4 Mar 2006 01:34:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 17:34:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.190.94.33] (HELO gadget.mwt.net) (207.190.94.33) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 17:34:33 -0800 Received: from 192.168.1.8 (dsl-67-41.westby.mwt.net [207.190.67.41]) by gadget.mwt.net (8.12.11/8.12.11) with ESMTP id k241YAvg004458 for ; Fri, 3 Mar 2006 19:34:11 -0600 Subject: Problems installing bundles from InputStreams From: "John E. Conlon" Reply-To: jconlon@verticon.com To: felix-dev@incubator.apache.org Content-Type: text/plain Organization: Verticon, Inc. Date: Fri, 03 Mar 2006 19:32:49 -0600 Message-Id: <1141435969.3545.68.camel@trout> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-22) 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 Have been experimenting with Provisioning Service and felix. Recently I have encountered problems installing bundles from Provisioning Zip file entries. (I did a svn update a couple of days ago of felix and then started having problems.) Previously versions(?) of felix's BundleContext.installBundle(String location, InputStream is) actually loaded my bundles from the inputStreams I passed in. After looking at the code it now appears felix does very little with the InputStream objects except to close them and works exclusively with the location Strings. Is this functionality of the framework in flux? thanks for any ideas, kind regards, John Conlon