Hello, I am new to Springs-Hibernate. I am studying the Broadleaf code and trying to make a similar application.
But in my DAO class, the em.merge() statement does not save data into the database. It does not give any error, but does not save anything in the database.
When I debug the Broadleaf code I found out that control goes to transaction interceptor after going to the Service class.
I have tried a similar setting with AOP, but it did not help.
Could you please suggest me in what direction should I approach this problem?
I think there is something related to transaction that I am missing.
Thank you in advance for any advice.
|