[jboss-jira] [JBoss JIRA] (AS7-4246) Attribute passivate-events-on-replicate of cluster-passivation-store can't be change via drm or cli
Ondřej Chaloupka (JIRA)
jira-events at lists.jboss.org
Wed Mar 21 09:41:47 EDT 2012
Ondřej Chaloupka created AS7-4246:
-------------------------------------
Summary: Attribute passivate-events-on-replicate of cluster-passivation-store can't be change via drm or cli
Key: AS7-4246
URL: https://issues.jboss.org/browse/AS7-4246
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: Ondřej Chaloupka
Assignee: jaikiran pai
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-passivation-in-cluster/testsuite/integration/clust/src/test/java/org/jboss/as/test/clustering/cluster/ejb3/stateful/passivation/ClusterPassivationTestCase.java
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list