OSGi Storage is hardcoded to be data/cache
------------------------------------------
Key: FELIX-1455
URL: https://issues.apache.org/jira/browse/FELIX-1455
Project: Felix
Issue Type: Improvement
Components: Karaf
Affects Versions: karaf-1.0.0
Reporter: David Bosschaert
In Karaf, there is the following code (in the Main class):
File storage = new File(karafBase.getPath(), "data/cache");
storage.mkdirs();
configProps.setProperty(Constants.FRAMEWORK_STORAGE,
storage.getAbsolutePath());
This basically always sets the framework storage to the same thing. It would be
better if this property was only set if it wasn't already there, so that users
can override it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.