Hi
Are using FitNesse for testing an application. I have problems running a fixture (extending columnfixture). I cannot find how to start a transaction in the fixture, and therefore get an exception saying "no session bound to thread". My aplication uses Spring annotation driven tx-controls and an hibernatetransactionmanager.
Has anyone some good tips on how to wire transactions with hibernate, fitnesse and Spring so that the tx is started before the testpage, and rolled back when all the tests are done?
|