Hi I am using hibernate JPA with spring and mongodb and i am running my application on Glassfish-4.0.
My service class is :
@Component public class T
Faced the same problem, I simply forgot to activate the transaction management with the @EnableTransactionManagement annotation.
@EnableTransactionManagement
Ref:
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/annotation/EnableTransactionManagement.html