[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-1550) TransientObjectException: inproperly composed error message

Diego Pires Plentz (JIRA) noreply at atlassian.com
Fri Nov 9 21:44:29 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list