fix some bugs and improve logging

This commit is contained in:
Sebastian Sdorra
2011-03-12 11:59:33 +01:00
parent eeaab4adb1
commit 0fc52ec104
7 changed files with 62 additions and 6 deletions

View File

@@ -96,6 +96,10 @@ public class DefaultPluginBackend implements PluginBackend
(PluginBackendStore) storeContext.createUnmarshaller().unmarshal(
storeFile);
}
else
{
pluginStore = new PluginBackendStore();
}
}
catch (JAXBException ex)
{