On Mon, 17 Mar 2014 11:18:50 -0300, George Christman <gchrist...@cardaddy.com> wrote:

Hi Guys,

Hi!

Although in theory his should work, I continue to get the following
hibernate exception.

"a different object with the same identifier value was already associated
with the session"

This is unrelated to Tapestry.

        session.saveOrUpdate(timeSheetHolder);

Try this instead: timeSheetHolder = session.merge(timeSheetHolder);


--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to