2 Replies Latest reply on Dec 8, 2011 7:48 AM by renzos

    Standalone JBossJTAtransactionManager and NotSupportedException

    renzos

      Hi,

      after succesfully configuring the standalone transaction manager now I'm running Infinispan 4.2.1 on 3 cache instances on 3 separate physical PCs with a pool of available threads handled by the Java ExecutorService interface. Cluster mode is REPLICATION-SYNC.

      Sometimes especially with high loads and PUT operations, the "TransactionManager.begin()" command throws NotSupportedException probably because the transaction manager implementation does not support nested transactions and the ExecutorService reuses thread IDs. Do you have any advice on that?

      Thanks a lot guys.