1 Reply Latest reply on Mar 30, 2007 1:52 PM by brian.stansberry

    Replication of stateful session bean proxy

    tsegismont

      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