]
Aslak Knutsen commented on SHRINKDESC-25:
-----------------------------------------
Maybe a workaround for now is to use a JAXB mapping generator to pre generate the whole
model. We hide the model behind our interfaces anyway, so it doesn't matter how ugly
it is.
Import / Export should be able to handle unmapped entries
---------------------------------------------------------
Key: SHRINKDESC-25
URL:
https://jira.jboss.org/browse/SHRINKDESC-25
Project: ShrinkWrap Descriptors
Issue Type: Feature Request
Reporter: Aslak Knutsen
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: