Back to bug 1003468

Who When What Removed Added
Brett Meyer 2013-09-03 16:49:11 UTC CC dstephan
Flags needinfo?(dstephan)
Brett Meyer 2013-09-18 14:05:56 UTC Status NEW ASSIGNED
Target Release --- EAP 6.3.0
Brett Meyer 2013-09-20 02:28:56 UTC Flags needinfo?(dstephan)
Brett Meyer 2013-09-20 02:29:23 UTC Status ASSIGNED POST
Target Milestone --- ER1
mark yarborough 2013-09-23 12:28:32 UTC CC myarboro
mark yarborough 2013-09-23 12:29:12 UTC CC brmeyer
Flags needinfo?(brmeyer)
Brett Meyer 2013-09-24 03:11:12 UTC Flags needinfo?(brmeyer)
Brett Meyer 2013-09-25 15:51:37 UTC Blocks 1010467
Brett Meyer 2013-09-25 15:54:33 UTC Status POST MODIFIED
Target Release EAP 6.3.0 EAP 6.2.0
Target Milestone ER1 ER4
Brett Meyer 2013-09-25 15:58:52 UTC Doc Text HHH-8464
https://hibernate.atlassian.net/browse/HHH-8464
Using JPA2 specific quoting character (double quote) for JoinColumn resulted in a DuplicateMappingException. It simply needed normalized internally.
Brett Meyer 2013-11-19 15:11:04 UTC Status MODIFIED ON_QA
Martin Simka 2013-11-20 09:17:41 UTC Status ON_QA VERIFIED
CC msimka
Lucas Costi 2013-11-25 06:06:14 UTC CC lcosti
Doc Text HHH-8464
https://hibernate.atlassian.net/browse/HHH-8464
Using JPA2 specific quoting character (double quote) for JoinColumn resulted in a DuplicateMappingException. It simply needed normalized internally.
Using a JPA2-specific quoting character (`"`) for a JoinColumn would result in a `DuplicateMappingException`. This issue was caused by the quoting character not being normalized internally.

This issue has been fixed in this release so that using `"` for a JoinColumn is now normalized properly, and will no longer result a `DuplicateMappingException`.
mark yarborough 2013-12-15 16:14:23 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2013-12-15 11:14:23 UTC
John Skeoch 2015-09-01 04:00:33 UTC CC theute

Back to bug 1003468