| Summary: | JAXB Externalized Metadata: Support for adapter on XmlValue required | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | David McCann <david.mccann> | ||||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 317962 | ||||||||
| Attachments: |
|
||||||||
|
Description
David McCann
Created attachment 181873 [details]
Proposed fix
Created attachment 181874 [details]
Supporting tests
Example use: <?xml version="1.0" encoding="US-ASCII"?> <xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm"> <java-types> <java-type name="org.example.MyValueClass"> <xml-root-element name="boolean" /> <java-attributes> <xml-value java-attribute="blah"> <xml-java-type-adapter value="org.example.MyValueAdapter" /> </xml-value> </java-attributes> </java-type> </java-types> </xml-bindings> Reviewed by: matt.macivor@oracle.com Tests: all unit tests pass as expected; jaxb/externalizedmetadata/xmlvalue/XmlValueTestCases revision: 8427 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |