You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2009/11/04 14:17:32 UTC

[jira] Resolved: (CXF-2521) Improvment for JAXBElementProvider for setting NamespacePrefixes

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

Sergey Beryozkin resolved CXF-2521.
-----------------------------------

    Resolution: Won't Fix

A custom mapper can already be set by specifying marshaller properties from Spring

> Improvment for JAXBElementProvider for setting NamespacePrefixes
> ----------------------------------------------------------------
>
>                 Key: CXF-2521
>                 URL: https://issues.apache.org/jira/browse/CXF-2521
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 2.2.4
>            Reporter: Hasan Hosgel
>         Attachments: JAXBElementProvider.java
>
>
> We had the problem during our development, that we want to set the NamespacePrefixes for the outgoing resources. For Json it working so far good. But unforunately the org.apache.cxf.jaxrs.provider.JAXBElementProvider does not offering something similar for setting the NamespaceMap. We did an extension for the JAXBElementProvider and override the method createMarshaller(...) from the org.apache.cxf.jaxrs.provider.AbstractJAXBProvider and adding a method for setting the NamespaceMap. Our solution is attached.

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