Re: Tapestry5/Hibernate Persistence

2011-07-18 Thread tompeter
Thanks Thiago, that's good to know! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-Hibernate-Persistence-tp4600362p4601140.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: Tapestry5/Hibernate Persistence

2011-07-18 Thread Thiago H. de Paula Figueiredo
On Mon, 18 Jul 2011 17:28:19 -0300, tompeter wrote: It is not possible that a second user reads the entity before the HibernateSessionManager has committed the changes of User 1? I ask because I use injected org.hibernate.Session for reading the values. This isn't related to Tapestry at all

Re: Tapestry5/Hibernate Persistence

2011-07-18 Thread tompeter
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-Hibernate-Persistence-tp4600362p4601078.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Tapestry5/Hibernate Persistence

2011-07-18 Thread Михаил Слободянюк
sted the > entity? > > Thanks for your help and all best, > Tom > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry5-Hibernate-Persistence-tp4600362p4600362.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Tapestry5/Hibernate Persistence

2011-07-18 Thread tompeter
implementation or is it possible that User2 updates the entity after User1 has read the entity and before User1 has persisted the entity? Thanks for your help and all best, Tom -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-Hibernate-Persistence