else
{
String storageString = properties.getProperty(Constants.FRAMEWORK_STORAGE, ".");
File file = new File(storageString).getAbsoluteFile();
store = new FileStore(file);
if (!"FILE".equals(storeTypeString))
{
LOGGER.warning("Unable to parse " + PapooseConstants.PAPOOSE_FRAMEWORK_STORE_TYPE + ", using file store");
}