2 Replies Latest reply on Feb 3, 2006 11:13 AM by jerrygauth

    Transactions hang when using JDBC Cache Loader with replicat

      Using latest JBossCache HEAD code -

      If I configure a replicated cache (two nodes) with a JDBC cache loader as backing store, my transactions hang and never complete.

      This problem only occurs if the cache instances share a common JDBC data source; it doesn't occur if they use separate data sources.

      If I use passivations. the transactions work properly.