You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/07/06 11:35:34 UTC

[jira] [Updated] (CXF-5852) _wadl creates a Document for json MediaType and supposes jettison is used behind, please allow to use another mapper

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

Romain Manni-Bucau updated CXF-5852:
------------------------------------

    Description: 
Hi

in WadlGenerator if the query type is json then a Document is returned. Jettison is able to map it but if you replace providers (jackson, fleece, ...) it doesn't work.

The idea is to get rid of this and return an object model of the wadl, this way any provider can map it.

  was:
Hi

in WadlGenerator is the query type is json then a Document is returned. Jettison is able to map it but if you replace providers (jackson, fleece, ...) it doesn't work.

The idea is to get rid of this and return an object model of the wadl, this way any provider can map it.


> _wadl creates a Document for json MediaType and supposes jettison is used behind, please allow to use another mapper
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-5852
>                 URL: https://issues.apache.org/jira/browse/CXF-5852
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Romain Manni-Bucau
>
> Hi
> in WadlGenerator if the query type is json then a Document is returned. Jettison is able to map it but if you replace providers (jackson, fleece, ...) it doesn't work.
> The idea is to get rid of this and return an object model of the wadl, this way any provider can map it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)