I am having some issues with clustering an application with session affinity enabled on Websphere Application Server.
We are using: MyFace 1.1.7 Tomahawk 1.1.5 JDK 1.5 WebSphere 7 - Fix Pack 13 I am wondering if this is a known issue with this version of My Faces. What appears to be happening is that in the application, when a session object is accesses and the data is changed, the change event is not being triggered and therefore the change is not being pushed out to all the servers in the cluster. It looks like this version of my faces is accessing the session object via the getter but, it is making a change to the reference and therefore not calling the setter method. Looking for some confirmation on this issue or possible a configuration that needs to be done. Thanks

