Subsystems uses FileSystem.getFSRoot(InputStream) to store archive files, which, in turn, uses java.io.File.createTempFile. So your only option would be to override the value of the java.io.tmpdir system property at jvm startup. Note that unless you are using apache-aries-provision-dependencies:=resolve, these files will automatically be deleted by subsystems once installation is complete.
On Mon, Mar 28, 2016 at 7:03 AM, Wouter Bancken <[email protected]> wrote: > Dear, > > When running an application with Aries subsystems, the framework creates > inputStreamExtract*.zip files in the tmp folder for the LocalRepository. Is > there a way to configure this location? > > Best regards, > Wouter Bancken >
