TransientObjectException while fetching data.
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
pals Im getting an exeption while querying the DB with hibernate. Im provding the code snippet where I get the exception, the related mapping (hbm file) and the exception trace. Please suggest me what shud be done.
When I googled, I got the info that this exception arises while leaving an unsaved child object to the database when a parent object is saved. But in my case Im trying to query the database.
the code::
the mapping::
the excpetion trace::
When I googled, I got the info that this exception arises while leaving an unsaved child object to the database when a parent object is saved. But in my case Im trying to query the database.
the code::
the mapping::
the excpetion trace::
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Can you throw in tour entire hbm file.This exception might be occurring when you try to select an object that has a array list/collection object associated.
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
"skumar"
Thanks for updating your dispaly name. Unfortunately it is still invalid; we need both a first and last name. Can you please update it again.
Thanks!
Thanks for updating your dispaly name. Unfortunately it is still invalid; we need both a first and last name. Can you please update it again.
Thanks!
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I am having the same problem as well and have been banging my head against a wall trying to find a solution to it.
Lance
Lance
Ayyappan Selvaraj
Ranch Hand
Posts: 63
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Thanks for replying. The following is the hbm file entries..
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Well, does the session have other objects in it, because it appears to be a parameter to your method, and therefore we don't know what was done before that method call to that session object.
Mark
Mark
| I don't always make ads but when I do they're tiny The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |








