Hmmm. I just made some changes in this area to support exploded bundle directories. I thought that I was correctly handling input streams still, but maybe I introduced a bug. I will look into it and let you know what I find.
-> richard -----Original Message----- From: "John E. Conlon" <[EMAIL PROTECTED]> Subj: Problems installing bundles from InputStreams Date: Fri 3. Mar 2006 8:32 pm Size: 666 bytes To: [email protected] 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

