3 Replies Latest reply on Nov 2, 2005 7:44 PM by andyd

    Entity clustering and JBossCache/EJB3

    andyd

      Hi all.

      I originally understood that entity clustering just happened at the cache level with JBossCache. I.e, if you mark an entity with the @Cache annotation, it kept it in memory across each node in the cluster, but they all had to share the same database. I've just done the JBossCache webinar which mentioned an attribute

      true

      I also see CacheLoaderClass is not present in
      ejb3-entity-cache-service.xml and assume the MBean is handling this bit.

      So my question is, is my original understanding correct and I need to look at an additional layer to deal with the persistence layer (I have been looking at sequioa) or can I simply appy the appropriate JBossCache config attributes to support independant databases for each node?

      Thanks,
      Andy.

      PS - Great to meet some of you guys in Barcelona!