1. Products and Categories. Products have a reference to a Category (many-to-one relation).
2. Create the categories first.
3. Create a Product and add the ID of the category just created.
The following exception is thrown:
org.hibernate.TransientObjectException: object references an unsaved transient
(see test-case ProductTest.java for more information)
Environment:
Hibernate 4.1.8 + MySQL (also tested with Hibernate 3.6.0 and H2)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira