Closed
Description
Using spring boot 1.4.2.RELEASE and weblogic 12c
I have a sample project here
https://github.com/apixandru/case-study/tree/master/spring-hibernate-transactional
The link contains a project that uses spring boot and what i consider the spring-webmvc equivalent.
When using spring boot, it appears that transaction management is broken (inside weblogic) using hibernate 5.1.x or 5.2.x. However, this doesn't appear to be a problem in plain spring-webmvc
When downgrading to 5.0.x, it works perfectly fine with both