Hi,
I am trying out Roo and I am trying to create a project from scratch using Eclipse IDE (as opposed to the command-line tutorial Ben has posted in his blog).
I was able to create a new...
Type: Posts; User: shailusharma79; Keyword(s):
Hi,
I am trying out Roo and I am trying to create a project from scratch using Eclipse IDE (as opposed to the command-line tutorial Ben has posted in his blog).
I was able to create a new...
No. They are not.
I think this has something to do with MySql (as mentioned in the post above) because even if I call simple jdbcTemplate.execute("delete from file"); in my @Before method, the...
My understanding (as per Spring reference document) is that methods with @Before annotation are executed with in the transaction, so it is similar to calling method onSetUpInTransaction.
Nope. I am not using drop table. I am using the deleteFromTables() method of AbstractTransactionalDataSourceSpringContextTests class.
Hi, I am also facing the same problem. I am using Spring Test Framework with JUnit 4.4. I have MySql5.0 as the database. I have extended my test case from AbstractJpaTests class. I have a method...