| Summary: | Predicate not marshalled for direct collection to XML attribute | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Blaise Doughan <blaise.doughan> | ||||||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | P3 | CC: | eclipselink.oxm-inbox | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 208176 [details]
MOXy - Test Cases
Created attachment 208178 [details]
Core - Fix
Fix checked into trunk at rev: 10535 Code reviewed by: Denise Smith Fix Details: Added the necessary call to predicateAttribute in XMLCompositeCollectionMappingNodeValue when the collection is to an XML attribute. Backport this fix to 2.3.3 Created attachment 208510 [details]
Core - Fix (2.3.3)
Fix checked into 2.3.3 at rev: 10593 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |
The predicate attribute is not being marshalled for the following use case: @XmlPath("link[@rel='phone-number`]/@href") public List<String> getPhoneNumber() { return phoneNumber; }