Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366901

Summary: [EclipseLink] @XmlJoinNode(s) support
Product: [WebTools] Dali JPA Tools Reporter: Neil Hauge <neil.hauge>
Component: JAXBAssignee: Paul Fullbright <paul.fullbright>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 Keywords: plan
Version: 3.1   
Target Milestone: 3.2 M7   
Hardware: PC   
OS: Windows 7   
Whiteboard: EclipseLink
Bug Depends on:    
Bug Blocks: 327907    

Description Neil Hauge CLA 2011-12-15 17:47:28 EST
Validation and content assist should be added for @XmlJoinNode.
Comment 1 Neil Hauge CLA 2011-12-15 17:48:38 EST
Should also include support for @XmlJoinNodes.
Comment 2 Paul Fullbright CLA 2012-04-03 16:46:24 EDT
Added for M7.

- Context model
- Validation for:
-- unspecified xmlPath/referencedXmlPath
-- XPath (format, existence in schema)
-- duplicate xmlPath/referencedXmlPath
-- valid referenced class
-- referenced class has XmlID or XmlKey with specified referencedXmlPath
- Content assist for:
-- xmlPath
-- referencedXmlPath (uses both schema and referenced class XmlID/XmlKey xpaths, such that even without a schema, there is some content assist for this)