From: <tu...@us...> - 2003-03-18 09:55:32
|
Update of /cvsroot/hibernate/Hibernate2/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv6389 Modified Files: transactions.xml Log Message: Fixed example code Index: transactions.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/transactions.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** transactions.xml 3 Mar 2003 01:07:03 -0000 1.4 --- transactions.xml 18 Mar 2003 09:55:27 -0000 1.5 *************** *** 228,232 **** Transaction tx = null; try { ! tx = sessions.beginTransaction(); fooList = s.find( --- 228,232 ---- Transaction tx = null; try { ! tx = s.beginTransaction(); fooList = s.find( |