Best practices

How to of the month (5) - Turn off the automatic rolling barrel

How to of the month (5) - Turn off the automatic rolling barrel

Did you know that it is possible to turn off the automatic rolling barrel in a Stand Alone application?

To do so the following option must be set in the clientConfig.xml:

<jvmOption>-DautoRollingBarrel=false</jvmOption>

This could be useful when working with an (old) local datastore to not have the records expired and removed from the database.

The option is documented on this Wiki page.