resourcebundle and session constants
This commit is contained in:
@@ -170,7 +170,7 @@ public class CacheServiceImpl implements CacheService {
|
||||
EntityManager em = dbService.getEntityManager();
|
||||
try {
|
||||
em.getTransaction().begin();
|
||||
em.persist(list);
|
||||
em.merge(list);
|
||||
em.getTransaction().commit();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user