You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Raymond Feng (Commented) (JIRA)" <ji...@apache.org> on 2011/10/06 19:45:29 UTC

[jira] [Commented] (WINK-352) AbstractJAXBProvider: getJAXBUnmarshaller is final (unlike getJAXBMarshaller)

    [ https://issues.apache.org/jira/browse/WINK-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122098#comment-13122098 ] 

Raymond Feng commented on WINK-352:
-----------------------------------

Would you please provide a patch?
                
> AbstractJAXBProvider: getJAXBUnmarshaller is final (unlike getJAXBMarshaller)
> -----------------------------------------------------------------------------
>
>                 Key: WINK-352
>                 URL: https://issues.apache.org/jira/browse/WINK-352
>             Project: Wink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.3
>            Reporter: Seshu Pasam
>
> I am extending AbstractJAXBProvider and found that getJAXBUnmarshaller is final (unlike getJAXBMarshaller). It is just inconsistent and would be useful if these methods are not final.
> I am actually more interested in overriding AbstractJAXBProvider#getXMLStreamReader(...) calls and these are marked as static. It would be useful if these methods are not static. I can then wrap the XMLStreamReader to deal with XML parsing case sensitivity issues like:
> javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"Time"). Expected elements are <{}time>
> Simple changes:
> a.) Remove final keyword on AbstractJAXBProvider#getJAXBUnmarshaller()
> b.) Remove static keyword on AbstractJAXBProvider#getXMLStreamReader(InputStream) and AbstractJAXBProvider#getXMLStreamReader(InputStreamReader)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira