Alon Bar-Lev has posted comments on this change.

Change subject: core: Adds service configuration based on provided JBoss
......................................................................


Patch Set 7:

(5 comments)

https://gerrit.ovirt.org/#/c/40152/7/packaging/services/ovirt-engine/ovirt-engine.xml.in
File packaging/services/ovirt-engine/ovirt-engine.xml.in:

Line 53
Line 54
Line 55
Line 56
Line 57
please merge this on conditional where:

<subsystem xmlns="urn:jboss:domain:threads:1.1"/>


Line 307:         </thread-pool>
Line 308:       </thread-pools>
Line 309:     </subsystem>
Line 310:     #else
Line 311:     <subsystem xmlns="urn:jboss:domain:ejb3:2.0">
does jboss-8 supports ejb3:2.0?

if not, please merge these subsystems into bellow where:

<subsystem xmlns="urn:jboss:domain:threads:1.1"/>
Line 312:       <session-bean>
Line 313:         <stateful default-access-timeout="300000" cache-ref="simple" 
passivation-disabled-cache-ref="simple"/>
Line 314:         <singleton default-access-timeout="300000"/>
Line 315:       </session-bean>


Line 365:          </local-cache>
Line 366:         </cache-container>
Line 367:     </subsystem>
Line 368:     #else
Line 369:     <subsystem xmlns="urn:jboss:domain:infinispan:2.0">
does jboss-8 supports ininispan:1.1?

if not, please merge these subsystems into bellow where:

<subsystem xmlns="urn:jboss:domain:threads:1.1"/>
Line 370:       <cache-container name="web" default-cache="passivation" 
module="org.wildfly.clustering.web.infinispan">
Line 371:         <local-cache name="passivation" batching="true">
Line 372:           <file-store passivation="true" purge="false"/>
Line 373:         </local-cache>


Line 457:     <subsystem xmlns="urn:jboss:domain:remoting:2.0">
Line 458:       <endpoint worker="default"/>
Line 459:       <http-connector name="http-remoting-connector" 
connector-ref="default" security-realm="ApplicationRealm"/>
Line 460:     </subsystem>
Line 461:     #end if
please merge these subsystems into bellow where:

 <subsystem xmlns="urn:jboss:domain:threads:1.1"/>
Line 462: 
Line 463:     <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0"/>
Line 464: 
Line 465:     <subsystem xmlns="urn:jboss:domain:security:1.1">


Line 600:     <subsystem xmlns="urn:jboss:domain:io:1.1">
Line 601:       <worker name="default"/>
Line 602:       <buffer-pool name="default"/>
Line 603:     </subsystem>
Line 604:     #end if
please move all complete subsystems that differ between the versions here, so 
you have single conditional and reduce the diff, this after you make sure that 
the newer jboss does not support the older subsystems.

these subsystems (and management) are the ones that are pasted as-is without 
template processing within.

please reorder the file before you do so in the formatting patch, so we see 
only additions.
Line 605:   </profile>
Line 606: 
Line 607:   <interfaces>
Line 608:     <interface name="loopback">


-- 
To view, visit https://gerrit.ovirt.org/40152
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic35f8a0c276735b9685affea1e068f6ef7298f8c
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stira...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to