Hi,
String tempDirectory = System.getProperty("org.osgi.framework.storage");
LOGGER.info("tempDirectory: "+ tempDirectory); //Prints nullredbite@root()> system:property | grep storage org.osgi.framework.storage=/home/ec2-user/Karaf/data/cache What am I foolishly missing? Thanks, Dan.
