Juan Hernandez has uploaded a new change for review. Change subject: packaging: Prepare for CDI ......................................................................
packaging: Prepare for CDI The backend will soon start to use CDI, so we need to enable the JBoss Weld extension in the application server. Change-Id: Ic70157ca8d05d7ba1a0a860f244dc73220835ff5 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M packaging/fedora/engine-service.xml.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/94/11794/1 diff --git a/packaging/fedora/engine-service.xml.in b/packaging/fedora/engine-service.xml.in index eedf03d..4273646 100644 --- a/packaging/fedora/engine-service.xml.in +++ b/packaging/fedora/engine-service.xml.in @@ -16,6 +16,7 @@ <extension module="org.jboss.as.threads"/> <extension module="org.jboss.as.transactions"/> <extension module="org.jboss.as.web"/> + <extension module="org.jboss.as.weld"/> </extensions> <profile> @@ -246,6 +247,8 @@ <subsystem xmlns="urn:jboss:domain:threads:1.1"/> + <subsystem xmlns="urn:jboss:domain:weld:1.0"/> + <subsystem xmlns="urn:jboss:domain:web:1.1" native="false" default-virtual-server="default-host"> #if $getBoolean('ENGINE_HTTP_ENABLED') <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" redirect-port="$getInteger('ENGINE_HTTPS_PORT')"/> -- To view, visit http://gerrit.ovirt.org/11794 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic70157ca8d05d7ba1a0a860f244dc73220835ff5 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