I debug the source of wink -1.2.1 I find that wink uses the JAXBElement unmarshal(XMLStreamReader reader, Class expectedType) to do the unmarshal. and for this reason, wink does some xmlRootElement,xmlType,xmlAdapter check.
and cxf use the Object unmarshal(XMLEventReader xmleventreader) and cxf does not need the check, and JAXB can tell the Type from the xml content. -- View this message in context: http://apache-wink-users.3471013.n2.nabble.com/JAXB-interface-415-Unsupported-Media-Type-tp7572669p7572673.html Sent from the Apache Wink Users mailing list archive at Nabble.com.
