5 Replies Latest reply on Aug 25, 2015 9:13 AM by shawkins

    Question regarding transactional behavior while writing to VDB

    pranavk

      Hi,

       

      I am trying some scenarios where I am writing to a VDB. I have integrated Atomikos as the transaction manager while starting the Teiid Embedded server.

      When I call a commit() from my application, I can see the commit method of the transaction manager being called, but I’m not able to notice the expected behavior which I otherwise notice when I run the same program directly on the source as opposed to on a VDB (which is made on top of that source).

       

      In other words, I wanted to know whether (and how) a commit or a rollback call (transactional behavior) is being conveyed to the various connectors' translator code?

       

      Thanks,

      Pranav