Issue 2: Hibernate Transactions not working.
Project Member Reported by ibharatsharma@gmail.com, Aug 18, 2012
What steps will reproduce the problem?
1. log.info("Is transaction active? = "+session.getTransaction().isActive());


What is the expected output? What do you see instead?
Above log statement should return true since @Transactional annotation is applied at the service layer. This needs to be investigated.