You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/01/01 14:08:00 UTC

[jira] [Commented] (ISIS-2099) The framework should re-connect to the database if it is lost (eg after an overnight DB restore in a test environment)

    [ https://issues.apache.org/jira/browse/ISIS-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006413#comment-17006413 ] 

Daniel Keir Haywood commented on ISIS-2099:
-------------------------------------------

This is just a matter of DN configuration settings.

datanucleus.connectionPool.testWhenIdle=true

datanucleus.connectionPool.testOnBorrow=true

datanucleus.connectionPool.testOnReturn=true

datanucleus.connectionPool.maxAge=1800000

datanucleus.connectionPool.minIdle=0

datanucleus.connectionPool.validationQuery=SELECT 1

> The framework should re-connect to the database if it is lost (eg after an overnight DB restore in a test environment)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-2099
>                 URL: https://issues.apache.org/jira/browse/ISIS-2099
>             Project: Isis
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>             Fix For: 1.18.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)