]
Karel Piwko updated SHRINKDESC-25:
----------------------------------
Fix Version/s: 1.0.0-beta-2
The most need feature here is not to fail when web.xml in the deployment contains
comments.
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: 1.0.0-beta-2
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: