1 Reply Latest reply on Sep 16, 2008 6:09 AM by justkeys

    Hibernate changes

    sparthan

      Hi all,

      Hoping that my query would be answered I am posting in this forum. I am clustering an application which is having the ORM being provided using hibernate mapping. Now, when clustering the application, I want the database consistency and provided with secure database transactions among the clusters.

      Now please let me how do the hibernate is being impacted in the clustering environment and how the database is being clustered internally.

      Do I need to make any changes for the jboss cache?? If so, how??



      Hoping to listen suggestions and make the topic active with your valuable response..





        • 1. Re: Hibernate changes
          justkeys

          deploy/ejb3-entity-cache-service.xml takes care of synchronizing the entity caches. The java code needs no changes.
          Note that jboss does not cluster the database: you should make sure all nodes use the same (remote) database, or a replicating database.