[New] Implemented EMPTY and TRANSIENT dataStoreModes.

Refactored Agent to be responsible for starting the container. And it
requires the runtime configuration.
This commit is contained in:
Robert von Burg 2013-11-25 18:54:04 +01:00
parent 6ed0cceffd
commit daba472769
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<Runtime> <Runtime>
<applicationName>StrolchPersistenceTest</applicationName> <applicationName>StrolchPersistenceTest</applicationName>
<Properties> <Properties>
<dataStoreMode>EMPTY</dataStoreMode>
<verbose>true</verbose> <verbose>true</verbose>
</Properties> </Properties>
</Runtime> </Runtime>