Setting Global Save for Later Properties
In the adfc-config.xml file, you can set the following properties that govern save for later behavior:
savepoint-expiration: Number of seconds that, by default, savepoints in an application are retained; default is 86400 (24 hours); can override for individual savepoints by setting time-to-live on the savepoint
savepoint-manager: Type of savepoint persistence; default is DATABASE, but can alternatively be set to JOC (Java object cache)
savepoint-datasource: JNDI name of the data source, such as jdbc/MyConnectionDS (typically is the name of the database connection appended with DS)
enable-implicit-savepoints: Set to true to enable implicit save for later