Hi, I was experimenting spring roo at the moment and got unwanted behaviour when running roo-generated integration test. The data is committed rather than roll back, even though i have tried to add @TransactionConfiguration(defaultRollback=true) and 'extends AbstractTransactionalJUnit4SpringContextTests'. I was wondering if there is anything to do with @RooIntegrationTest. Is there any detailed documentation on the usage of those annotations, for example, @RooIntegrationTest, @RooDataOnDemand and so on.
Thanks in advance.


Reply With Quote