Bug 1094080
Summary: | [GSS] (6.2.x) HHH-8749 Error flushing with a many-to-many Map defined with unique="true" and cascading orphan delete | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | dstephan |
Component: | Hibernate | Assignee: | Gail Badner <gbadner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Simka <msimka> |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.2.1 | CC: | bmaxwell, cdewolf, dstephan, gbadner, jmartisk, msimka, myarboro, smumford |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.2.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
In previous versions of JBoss EAP 6, when using an indexed collection (Map or List) mapped as Many-to-Many with unique='true' and cascading orphan deletes, an exception (`Unable to resolve property: null`), was thrown on flush. This has now been corrected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-07 12:12:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1094079 | ||
Bug Blocks: | 1067534, 1094081, 1104248 |
Description
dstephan
2014-05-05 01:44:42 UTC
Verified in 6.2.4.CR1. Sorry I missed this. This issue is particular to "indexed" collections, i.e., maps and lists. I made a small correction. Feel free to improve. |