0 Replies Latest reply on Jun 9, 2014 3:15 PM by ericjvandervelden

    --jta=false  doesn't matter on a data-source

    ericjvandervelden

      In my code I force a rollback. I see the rollback happening. So that is fine.

       

      But it also happens when I say --jta=false,

       

      [standalone@localhost:9999 /] data-source --name=PostgresDS --jta=false      

      [standalone@localhost:9999 /] :reload                                        

       

      I probably am messing things up: I thought: jta=false means: no transactions.

       

      Or does it matter that I do the transaction on one database?

       

      Thanks,

       

      Eric J.