Details
Description
Using the Poll application and failing over back and forth between nodes shows that session data is not always being replicated.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
It's remains speculative why this went unnoticed for so long. The timing of session replication can be a bit undeterministic depending on the application server environment. Over time, ICEfaces 2, JSF 2 and the Poll application evolved as well, possibly changing the timing of things slightly. Setting the enableAgressiveSessionDirty context parameter to true in the Poll's deployment descriptor makes the behavior deterministic and gives expected results. Marking this one as FIXED.