The problem was solved by adding
| <context-param>
| <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
| <param-value>client</param-value>
| </context-param>
to web.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046305#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...