[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-1280) Cascade refresh and new instances

Reto Urfer (JIRA) noreply at atlassian.com
Mon Sep 24 04:56:31 EDT 2007


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

Reto Urfer updated HHH-1280:
----------------------------

    Attachment: patch.zip

patch files for my fix. 
Class EntityAction.java does no longer need changes, all used resources are now accessible.

> Cascade refresh and new instances
> ---------------------------------
>
>                 Key: HHH-1280
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1280
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: core
>            Reporter: Gavin King
>         Attachments: Fix.zip, patch.zip
>
>
> I have a report that if you have a managed object, with a reference to a new object, where cascade refresh is enabled, and you refresh the managed object, then you will get an exception as refresh tries to cascade to the new object. In fact, the new object should just be ignored.
> Looking at the code, this does appear to be the case.

-- 
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