
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 <juan.hernandez@redhat.com> --- 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 <juan.hernandez@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Yaniv Dary <ydary@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server