[jboss-user] [Clustering/JBoss] - Replication of stateful session bean proxy
tsegismont
do-not-reply at jboss.com
Fri Mar 30 12:53:58 EDT 2007
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
More information about the jboss-user
mailing list