You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "John E. Conlon" <jc...@verticon.com> on 2006/03/04 02:32:49 UTC

Problems installing bundles from InputStreams

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