Juan Hernandez has uploaded a new change for review. Change subject: packaging: Remove redundant DB user name ......................................................................
packaging: Remove redundant DB user name The presence of the database user name in the security section of the connection pool together with a security domain is not allowed but previous versions of JBoss AS didn't enforce this restriction. It is enforced now and it makes the deployment of the applicatoin fail. Change-Id: I8506e88a16619476c661b1f3f17c0f564b240da4 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M packaging/fedora/engine-service.xml.in 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/8611/1 diff --git a/packaging/fedora/engine-service.xml.in b/packaging/fedora/engine-service.xml.in index 36fa497..fd1d379 100644 --- a/packaging/fedora/engine-service.xml.in +++ b/packaging/fedora/engine-service.xml.in @@ -96,7 +96,6 @@ <prefill>true</prefill> </pool> <security> - <user-name>$getString('ENGINE_DB_USER')</user-name> <security-domain>EncryptDBPassword</security-domain> </security> <statement> -- To view, visit http://gerrit.ovirt.org/8611 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8506e88a16619476c661b1f3f17c0f564b240da4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches