-->
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.  [ 1 post ] 
Author Message
 Post subject: cannot lock an unsaved transient instance
PostPosted: Mon Sep 20, 2004 4:20 pm 
Newbie

Joined: Tue Mar 09, 2004 4:30 am
Posts: 2
Hibernate version:
2.1
Mapping documents:

Code between sessionFactory.openSession() and session.close():
A a = new A();
SessionFactory sf = new Configuration().configure().buildSessionFactory();
Session s = sf.openSession();
s.lock(a,LockMode.NONE);
s.close();

Full stack trace of any exception that occurs:
net.sf.hibernate.HibernateException: cannot lock an unsaved transient instance: [model.A]
at net.sf.hibernate.impl.SessionImpl.lock(SessionImpl.java:1634)

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:

Hi,

We run against the following problem. We transfer domain pojo's between business and web layer in a multi-tier app. First thing we do when we receive the pojo's from the web is re-associating them with the Hibernate Session with a Session.lock(..., LockMode.NONE);
However, when one of the pojo's is a newly instantiated one we get this Exception.
Does anybody know how to handle this ??
thx,

Roger.


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

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.