Hi, I was wondering if someone could post how transactions work in Cactus when testing EJBs. I have a test case that has several testXXX in it that test some container managed beans. When I run the test case, all the individual tests seem to run under one transaction.
When does Cactus start a transaction? When does it commit or abort this transaction. Does it start and run under one single transaction for the entire test case? Thank you. Ajay
