-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Commit / Flush
PostPosted: Fri Mar 12, 2010 4:45 pm 
Beginner
Beginner

Joined: Wed Mar 03, 2010 4:06 am
Posts: 21
Hi,

ich habe das Pattern wie hier https://www.hibernate.org/328.html angegeben implementiert. Leider weiß ich nicht wie die Daten in der DB festgeschrieben werden. Wenn ich ein einfaches flush():
Code:
...
      HibernateUtil.getSessionFactory().getCurrentSession().beginTransaction();
      entity = dao.makePersistent(entity);
      HibernateUtil.getSessionFactory().getCurrentSession().flush();
...


Passiert in der DB gar nichts ;( Ersetze ich das flush() durch
Code:
HibernateUtil.getSessionFactory().getCurrentSession().getTransaction().commit()

, dann erhalte ich eine Exception (Session is closed). Kann mir bitte jemand einen Tip geben wie's richtig funktionieren soll? 1000 Dank im Voraus.

Gruß

Jonny


Top
 Profile  
 
 Post subject: Re: Commit / Flush
PostPosted: Mon Mar 15, 2010 4:13 am 
Expert
Expert

Joined: Tue Jun 16, 2009 3:36 am
Posts: 990
1. Vergewissere Dich, dass deine dao-implementation auch mit HibernateUtil.getSessionFactory().getCurrentSession() arbeitet
(und nicht etwa HibernateUtil.getSessionFactory().openSession verwendet).

2. Hast Du hibernate.current_session_context_class auf "thread" gesetzt?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.