| Summary: | Enhancement: Programmatic means of adding mapping to an initialized XMLDescriptor at runtime | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Blaise Doughan <blaise.doughan> |
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | 333603 | ||
| Bug Blocks: | 339371, 339383 | ||
|
Description
Blaise Doughan
Additional Requirement: - This feature must also be supported by Dynamic JAXB Design Consideration: The API should be consistent with JAXB/MOXy metadata concepts
The model objects used to read the XML metadata could be leveraged to allow the user to specify JAXB/MOXy metadata at runtime:
XmlAttribute xmlAttribute = new XmlAttribute();
xmlAttribute.setJavaAttribute("type");
xmlAttribute.setType("java.lang.Integer");
This behaviour will be covered by the following enhancement: Bug 343615 - Enhancement: Add ability to refresh JAXBContext based on metadata changes https://bugs.eclipse.org/343615 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |