Hi all, I have developed my application in a non clustered environment.
I hold the state of my web application in stateful session beans with a "HttpSession Scope" (keeping the SFSB proxy/stub as an attribute of HttpSession). Now I want to use JBoss Cluster for production. When the HttpSession will be replicated to each node, will the proxy/stub be replicated correctly ? Would it mean it is Serializable ? If not, I'm afraid I will lose my SFSB reference ? Any idea ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033281#4033281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033281 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
