]
RH Bugzilla Integration commented on WFLY-125:
----------------------------------------------
Ivo Studensky <istudens(a)redhat.com> changed the Status of [bug
Attribute passivate-events-on-replicate of cluster-passivation-store
can't be change via drm or cli
---------------------------------------------------------------------------------------------------
Key: WFLY-125
URL:
https://issues.jboss.org/browse/WFLY-125
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Ondřej Chaloupka
Assignee: Richard Achmatowicz
Labels: eap6_need_triage
Fix For: 8.0.0.CR1
Setting attribute passivate-events-on-replicate via drm or cli does not take affect until
operation :reload is used.
In case that the attribute ( <cluster-passivation-store name="infinispan"
cache-container="ejb" passivate-events-on-replicate="false" />) is
set directly in standalone*.xml configuration file the supposed functionality is working.
The test for this could be checked on:
https://github.com/ochaloup/jboss-as/blob/JBQA-5855-test-migration-passiv...