:: Has the BusinessObject instance been loaded using the _same_ 
:: hibernate session?
:: 
:: From memory thats what this error means.

it can happen if you save() an object that refers to another object
without cascaded save turned on for this reference (applies for
collections, too). if you don't call save() on the referenced object and
the object was not loaded in the session (for example a new instance),
hibernate doesn't know what id to put in the database for the reference.
i've added a debug log for it in my local copy, but there should be some
more info in the exception in a fresh cvs build, too.

- 101



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to