Index: core-module/pom.xml =================================================================== diff -u -r1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0 -r6052d503b02c276105b5641dfe1a1efd802f255c --- core-module/pom.xml (.../pom.xml) (revision 1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0) +++ core-module/pom.xml (.../pom.xml) (revision 6052d503b02c276105b5641dfe1a1efd802f255c) @@ -7,7 +7,7 @@ 313devgrp java-service-tree-framework-core-library - 22.12.31 + 23.01.01 ../pom.xml @@ -31,7 +31,7 @@ 313devgrp lib-module - 22.12.31 + 23.01.01 pom Index: core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/dao/JsTreeHibernateAbstractDao.java =================================================================== diff -u -r5119a9c624127382e92590022f8bb0385c333d3e -r6052d503b02c276105b5641dfe1a1efd802f255c --- core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/dao/JsTreeHibernateAbstractDao.java (.../JsTreeHibernateAbstractDao.java) (revision 5119a9c624127382e92590022f8bb0385c333d3e) +++ core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/dao/JsTreeHibernateAbstractDao.java (.../JsTreeHibernateAbstractDao.java) (revision 6052d503b02c276105b5641dfe1a1efd802f255c) @@ -18,12 +18,10 @@ @Resource(name = "sessionFactory") public void init(SessionFactory sessionFactory) { this.setSessionFactory(sessionFactory); - getCurrentSession().setCacheMode(CacheMode.IGNORE); } protected abstract Class getEntityClass(); public Session getCurrentSession() { - getHibernateTemplate().getSessionFactory().getCurrentSession().setCacheMode(CacheMode.IGNORE); return getHibernateTemplate().getSessionFactory().getCurrentSession(); } Index: lib-module/pom.xml =================================================================== diff -u -r1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0 -r6052d503b02c276105b5641dfe1a1efd802f255c --- lib-module/pom.xml (.../pom.xml) (revision 1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0) +++ lib-module/pom.xml (.../pom.xml) (revision 6052d503b02c276105b5641dfe1a1efd802f255c) @@ -5,7 +5,7 @@ 313devgrp java-service-tree-framework-core-library - 22.12.31 + 23.01.01 ../pom.xml Index: pom.xml =================================================================== diff -u -r1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0 -r6052d503b02c276105b5641dfe1a1efd802f255c --- pom.xml (.../pom.xml) (revision 1b33c2538f43c2855e0dcabcf11d52dc8ca2a3c0) +++ pom.xml (.../pom.xml) (revision 6052d503b02c276105b5641dfe1a1efd802f255c) @@ -10,7 +10,7 @@ 4.0.0 313devgrp java-service-tree-framework-core-library - 22.12.31 + 23.01.01 pom java-service-tree-framework-core-library