Data not saving in the database
Posted: Fri Jul 06, 2012 1:14 am
Hai
I am new to this framework. I am studying the Broadleaf code and trying to make a similar application.
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.
I am using MySql database. I created new table and trying to save the values.
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.
Thanks and Regards
Anu
I am new to this framework. I am studying the Broadleaf code and trying to make a similar application.
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.
I am using MySql database. I created new table and trying to save the values.
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.
Thanks and Regards
Anu