You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2009/09/01 23:41:34 UTC

[jira] Updated: (WINK-154) Add Jackson provider under wink-providers

     [ https://issues.apache.org/jira/browse/WINK-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer updated WINK-154:
----------------------------------

    Attachment: jackson_json_anytype_eclipse_project.zip

I'm attaching an Eclipse project to demonstrate the Jackson issue I ran into.  Hopefully it's a good launch point to get to the right usage of Jackson from WINK.

You should be able to pull it directly into the Eclipse workspace and run the test class.  Note that the mere presense of @XmlAnyElement in the JAXB-annotated class causes Jackson to fail with the exception:

org.codehaus.jackson.map.JsonMappingException: Can not find a Value deserializer for abstract type [simple type, class org.w3c.dom.Element]

Refer to mailing list for start of conversation:  http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200909.mbox/%3COF3D0159B1.981CF813-ON86257624.0060D3CE-86257624.0063C25B@us.ibm.com%3E

> Add Jackson provider under wink-providers
> -----------------------------------------
>
>                 Key: WINK-154
>                 URL: https://issues.apache.org/jira/browse/WINK-154
>             Project: Wink
>          Issue Type: New Feature
>          Components: Common
>            Reporter: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: jackson_json_anytype_eclipse_project.zip
>
>
> Jackson already has its own provider.  This is just to add some tests to double check it would work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.