Eli Mesika has submitted this change and it was merged. Change subject: core: Add validate-on-match to data source ......................................................................
core: Add validate-on-match to data source Since JBoss EAP 6.1 connection level validation isn't performed unless the "validate-on-match" parameter is explicitly set to true. This causes several issues like connections not being removed from the connection pool when the database is restarted. This patch adds that parameter to the data source configuration. Change-Id: I8f43be1cd95597dbc75ffb6a873a1b1e312c3897 Signed-off-by: Juan Hernandez <[email protected]> --- M packaging/services/ovirt-engine/ovirt-engine.xml.in 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21634 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f43be1cd95597dbc75ffb6a873a1b1e312c3897 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yaniv Dary <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
