From: Konstantin P. <ko...@us...> - 2006-09-10 10:43:10
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/config In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26483/src/test/java/org/xdoclet/plugin/hibernate/config Modified Files: full.cfg.xml Log Message: fix for XDP-169 Index: full.cfg.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/config/full.cfg.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** full.cfg.xml 17 May 2005 13:42:40 -0000 1.3 --- full.cfg.xml 10 Sep 2006 10:43:08 -0000 1.4 *************** *** 47,50 **** --- 47,51 ---- <property name="hibernate.c3p0.idle_test_period">60</property> <property name="hibernate.c3p0.acquire_increment">1</property> + <property name="hibernate.current_session_context_class">jta</property> <mapping resource="org/xdoclet/plugin/hibernate/subclass/Root.hbm.xml"/> </session-factory> |