Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366901 - [EclipseLink] @XmlJoinNode(s) support
Summary: [EclipseLink] @XmlJoinNode(s) support
Status: RESOLVED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JAXB (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.2 M7   Edit
Assignee: Paul Fullbright CLA
QA Contact:
URL:
Whiteboard: EclipseLink
Keywords: plan
Depends on:
Blocks: 327907
  Show dependency tree
 
Reported: 2011-12-15 17:47 EST by Neil Hauge CLA
Modified: 2012-04-03 16:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)