I'd like to use db4o inside Griffon app, but I've problem with configuration: how to set up plugin to not delete dbFile during AppShutdown. There is some info about configuration at plugin page:
def configure(EmbeddedConfiguration configuration) {dataSource.delete=???}
but hot exactly set datasource.delete = 'false'? Thanks for your help.
panKonrad.