]
Andrew Rubinger resolved SHRINKDESC-25.
---------------------------------------
Fix Version/s: 0.1.0
Resolution: Done
This was RELEASED as 0.1.0, so the ticket cannot be re-opened. Karel, please clone if
there are still issues pending attention in upstream/master.
Import / Export should be able to handle unmapped entries
---------------------------------------------------------
Key: SHRINKDESC-25
URL:
https://issues.jboss.org/browse/SHRINKDESC-25
Project: ShrinkWrap Descriptors
Issue Type: Feature Request
Reporter: Aslak Knutsen
Assignee: Andrew Rubinger
Priority: Critical
Fix For: 0.1.0
When using JAXB marshal/unmarshal, things that are not mapped in the JAXB model will not
be exported. This means the Descriptors will have to map every possible option which is a
bit tedious, and all comments etc will be gone.
The JAXB Binder should fix this according to spec/javadoc, but the RI bundled with JDK
does this in a very simple way. It can map partial parts of a xml doc, but that part has
to be fully mapped. but even fully mapped, comments are lost. (the complete mapped node is
replaced, not merged like in EclipseLink Moxy)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: