I read some question here some days ago that made me understand that a view scoped bean is on the session. Is this right?
I am asking because I have an jsf 2 + seam 3 + cdi app that on a single node works perfectly with the view scoped beans, and as soon as it is put on a cluster, I get one request working and the next is a view expired exception.
So, am I correct to assume that my session is not replicating correctly? On my web.xml I have the distributable tag. I am using jboss 6.1. Should I do anything else, on the app or jboss (apart from using the all context) to make it work?
Or I cannot use view scoped beans on a clustered environment?