[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1550?page=c...
]
Diego Pires Plentz resolved HHH-1550.
-------------------------------------
Assignee: Diego Pires Plentz
Resolution: Rejected
Already fixed in trunk/branch 3.2.
TransientObjectException: inproperly composed error message
-----------------------------------------------------------
Key: HHH-1550
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1550
Project: Hibernate3
Issue Type: Patch
Components: core
Affects Versions: 3.1.1
Reporter: Patrik Beno
Assignee: Diego Pires Plentz
Priority: Trivial
Attachments: hibernate.patch
this renders incorrectly due to operator precedense
org\hibernate\engine\ForeignKeys.java:216
throw new TransientObjectException(
"object references an unsaved transient instance - save the transient
instance before flushing: " +
entityName == null ? session.guessEntityName( object ) : entityName
);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira