Search:

Type: Posts; User: shailusharma79; Keyword(s):

Search: Search took 0.03 seconds.

  1. how to download required jars using eclipse IDE

    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...
  2. No. They are not. I think this has something...

    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...
  3. My understanding (as per Spring reference...

    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.
  4. Nope. I am not using drop table. I am using the...

    Nope. I am not using drop table. I am using the deleteFromTables() method of AbstractTransactionalDataSourceSpringContextTests class.
  5. deleteFromTables commits in @Before method

    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...
Results 1 to 5 of 5