1 Reply Latest reply on Jul 19, 2006 8:04 AM by scraatz

    Caching EJB3 entity beans in standalone installation

    mschmidke

      Hello,

      I'm currently upgrading my application from JBoss 4.0.3SP1 to 4.0.4GA.

      Until now, I used

      <property name="hibernate.cache.provider_class" value="org.jboss.hibernate.cache.DeployedTreeCacheProvider" />


      in my persistence.xml, but since I've installed 4.0.4GA with EJB3 non-clustered profile, there does not seem to be any TreeCache anymore.

      Which cache can I use instead?

      I never liked TreeCache, because it always tried to cluster around with other JBoss installations, but it was the only one I figured out how to get it working.

      Now I'm again at the point to find the right kind of cache for my application.

      Can you help me? Which Cache shall I use for nonclustered environment?

      Thank you very much!

      Regards,

      Marcus.