On Thu, Jan 22, 2009 at 2:16 AM, Moritz Rebbert <[email protected]> wrote: > }finally{ > session.logout(); > }
Not sure, but I think the session.logout() could be a harm, because it will eventually happen before the transaction commit. Try to comment it out and see what happens. Regards, Alex -- Alexander Klimetschek [email protected]
