0 Replies Latest reply on Mar 27, 2007 10:03 AM by aricci

    cannot persist replicated entity beans

    aricci

      Hi everyone,
      i have a cluster of JBoss instances (version 4.0.5), each of them having its own local database copy. I have developed a simple EJB3 application that try to insert datas inside a database to test the behaviour of JBoss replication. The application ends without problems, all datas are written inside local database and corresponding EntityBeans are well replicated by JBossCache to other nodes, but replicated EntityBeans are not written to database by other replicas.

      I cannot understand if the problem is that this feature has not yet been implemented or there is something wrong with my configuration files.

      thank you very much
      Andrea