I am using JPA
i have setup transaction on service layer using @Transactional..
it is working fine..
but when i test Dao (Junit) transactions using JpaTemplate are not getting commited.. although same test with JdbcTemplate were getting comitted...
So how to enable auto-commit for JpaTemplate...?