Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
fileinstall-3.5.0
-
None
Description
FileInstall doesn't work in isolated regions where bundle 0 is not directly visible. Usage of context.getBundle(0) needs to be replaced with context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION) which always works. Also, the project doesn't appear to build because it's using an obsolete parent version.