1 Reply Latest reply on Jan 13, 2008 11:53 AM by brian.stansberry

    only EJBs3 clustering

      Hi,

      is it possible to cluster only EJB3 persistence layer and to have one one of the nodes the non-clustered webapplication?

      Thanks
      Y

        • 1. Re: only EJBs3 clustering
          brian.stansberry

          Sure EJB session beans are only clustered if annotate them @Clustered or mark them as such in jboss.xml. Web apps are only clustered is you mark them as "distributable" in web.xml. Don't do those things but use TreeCacheProviderHook as the 2nd level cache provider for EJB3 persistence, and you've got what you described.