Hi,
I have objects that have no ids, but already exists in the database. They are not transient, and not detached...
But when I will save a new object with as attribute the above described object, I receive the following exception :
Code:
Exception in thread "AWT-EventQueue-0" org.springframework.orm.hibernate3.HibernateSystemException: not-null property references a null or transient value: be.(...).creator; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: be.(...).creator
org.hibernate.PropertyValueException: not-null property references a null or transient value:
What do you suggest?
Thanks