views:

41

answers:

1

Hi, I am facing a problem, I want to implement autonomous transaction in TopLink, but I am not too sure about if it is possible or not. I have a also worked on hibernate, as we have stateless session there... do we have something same in TopLink... Please help.

+1  A: 

Without configuring JTA integration the UnitOfWork from TopLink is autonomous. What specifically are you attempting to do?

Gordon Yorke