posted 6 years ago
I am new to Spring and learning the transaction concepts. Unable to get the @Transactional to work. Need help on the next steps for solving the issue.
Use Case:
Data insert of Employee and Employee details should rollback when getEmployee() throws RunTimeException. But the rollback is not happening.
I am using Oracle database 11g and spring 4.3.1.RELEASE.
Code
========
EmployeeService.java
====================
IEmployee.java
=================
spring-bean.xml
========================