Description of problem: I am using EAP 6.3 (standalone-ha.xml) and I find that CDI SessionScoped beans are not replicable. How reproducible: Steps to Reproduce: 1. git clone https://github.com/clusterbench/clusterbench.git 2. In the clusterbench directory execute : mvn clean install -Pee6 3. it builds an ear file which when deployed registers a web application which can be accessed as http://localhost:8080/clusterbench. This will display few URL : /session (HttpSession Replication) works perfectly fine. But /cdi (CDI SessionScoped Bean replication) doesn't work.
This is a known issue, caused by https://bugzilla.redhat.com/show_bug.cgi?id=900378 - CDI beans with SET replication trigger are not replicating. The bug si If we set the replication-trigger in jboss-web.xml to SET_AND_NON_PRIMITIVE_GET, the replication works.
In case there's other problem than that described in #900378, please provide more information. Otherwise, this should be closed as duplicate.
*** This bug has been marked as a duplicate of bug 900378 ***