Affects: Release Notes Complexity: Low project_key: JBPAPP6 https://hibernate.onjira.com/browse/HHH-7568
Brett, is this fixed?
Link: Added: This issue is a dependency of JBPAPP-9721
I have been given a cut of ER2 and it does not include Hibernate 4.1.7
A cut of ER2 passed onto me does not include Hibernate 4.1.7.
No, EAP 6.0.1 won't have Hibernate ORM 4.1.7 but 4.1.6. but this issue IS fixed in EAP 6.0.1 ER2, check it out, and if it didn't, then reopen this again, please do not reopen a issue w/o checking :D
Fix is not present in ER2
Zbynek, could you show me the failing test that saying "fix is not present in ER2"?
This was included as a patch. Strong accidentally named it 9859, instead of 9858.
Sorry for the confusion:) I tested it on ER2 and verified that it is fixed.
Strong, re your message 20/Sep/12 6:24 AM, your right I should have checked first with you. I had been told it was going to be in 4.1.7 but that is no excuse for not getting in contact first.
Release Notes Docs Status: Removed: Not Required
Release Notes Docs Status: Added: Needs More Info Writer: Added: Darrin
fixed in ER2
Affects: Added: Release Notes
Hi Strong, Couple of questions about this JIRA before I can document it in the release notes for EAP6.0.1 Referring back to the description of HHH-7568: It seems like there are two issues being described: 1 - JPA 1.0 syntax was only supported with annotations, not in orm.xml. 2 - There was a problem with annotation override from orm.xml with JoinColumn & JoinColumns. The way that the test cases are mentioned in the description suggests to me that one of the items is only mentioned because the test cases for the other also test for this? Which is "the" issue that should be documented as being resolved by this JIRA? Can you please supply some more details about that the problem was, how it might have been experienced by a user/developer and how it has been fixed? Thanks.
[~brmeyer] could you help on this release note? thanks
[~Darrin], the code commits look like both #1 & #2 were completed. I'm adding a rough release note pulled from HHH-7568 -- feel free to edit as necessary. Thanks for the help!
Release Notes Docs Status: Removed: Needs More Info Added: Documented as Resolved Issue Writer: Removed: Darrin Added: brmeyer Release Notes Text: Added: Property definitions to support applications using JPA1.0 syntax is only supported with annotations. When the annotations were used in conjunction with overriding orm descriptor files, the annotated compound keys were lost. Added support to keep the annotation-based compound keys, even if overriding orm descriptor files were used. Also, annotation definitions are currently applied to individual JoinColumn annotations. But the JPA overridden annotation reader does present individual JoinColumn annotation definitions. It groups them together using the JoinColumns annotation descriptor. Updated to allow the group annotation in addition to an individual annotation.
Release Notes Docs Status: Removed: Documented as Resolved Issue Writer: Removed: brmeyer Release Notes Text: Removed: Property definitions to support applications using JPA1.0 syntax is only supported with annotations. When the annotations were used in conjunction with overriding orm descriptor files, the annotated compound keys were lost. Added support to keep the annotation-based compound keys, even if overriding orm descriptor files were used. Also, annotation definitions are currently applied to individual JoinColumn annotations. But the JPA overridden annotation reader does present individual JoinColumn annotation definitions. It groups them together using the JoinColumns annotation descriptor. Updated to allow the group annotation in addition to an individual annotation. Docs QE Status: Removed: NEW