Bug 1150079 - CDI SessionScoped bean not getting clustered
Summary: CDI SessionScoped bean not getting clustered
Keywords:
Status: CLOSED DUPLICATE of bug 900378
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CDI/Weld
Version: 6.3.0
Hardware: All
OS: All
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Stuart Douglas
QA Contact: Ron Šmeral
URL:
Whiteboard:
Depends On: JBPAPP6-1326
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-07 12:03 UTC by Vimal Kansal
Modified: 2016-11-01 01:37 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-10-07 15:25:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vimal Kansal 2014-10-07 12:03:09 UTC
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.

Comment 1 Ron Šmeral 2014-10-07 14:27:45 UTC
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.

Comment 2 Ron Šmeral 2014-10-07 14:35:14 UTC
In case there's other problem than that described in #900378, please provide more information.

Otherwise, this should be closed as duplicate.

Comment 3 Vimal Kansal 2014-10-07 15:25:33 UTC

*** This bug has been marked as a duplicate of bug 900378 ***


Note You need to log in before you can comment on or make changes to this bug.