On Wed, Apr 3, 2013 at 6:40 AM, guanzhong <[email protected]> wrote:
> 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. > > > Thanks for the investigation, if you have a proposed patch, please attach to a jira and I can help review and apply it. We will probably be having a new 1.3.1 release soon. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
