fipro78 commented on issue #54: URL: https://github.com/apache/felix-atomos/issues/54#issuecomment-1124563464
Hi, just in case someone is coming across this issue in the future, I can confirm that: - With Atomos `org.osgi.framework.storage.clean=onFirstInit` needs to be passed as argument to the Atomos launcher as described by @karlpauls - Using the Equinox Framework directly (start via -jar org.eclipse.osgi) it can be passed as system property or you can use -`clean` - Using the Felix Framework with the Felix Launcher (org.apache.felix.main) `org.osgi.framework.storage.clean=onFirstInit` can be set as system property Thanks @tjwatson and @karlpauls for the explanation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
