[
https://issues.apache.org/jira/browse/CXF-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-3154.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.4
2.3.2
Assignee: Sergey Beryozkin
Example :
<bean id="jaxb" class="org.apache.cxf.jaxrs.provider.JAXBElementProvider">
<property name="singleJaxbContext" value="true"/>
<property name="extraClass">
<list>
<value>org.apache.cxf.jaxrs.resources.SuperBook</value>
<value>org.apache.cxf.jaxrs.resources.SuperBook2</value>
</list>
</property>
</bean>
> Add extraClass property to JAXBElementProvider in order to avoid @XmlSeeAlso
> annotations
> ----------------------------------------------------------------------------------------
>
> Key: CXF-3154
> URL: https://issues.apache.org/jira/browse/CXF-3154
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 2.2.11
> Environment: Spring 3, Apache CXF, JAXB
> Reporter: Ivan Vitoria
> Assignee: Sergey Beryozkin
> Fix For: 2.3.2, 2.4
>
>
> As Sergey suggested to me through mailing list, it would be appreciate if
> JAXBElementProvider had the extraClass property, which currently belongs to
> JAXBDataBinding, because it is quite interesting in order to avoid the
> annotation @XmlSeeAlso in inheritance scenery.
> Thanks,
> Ivan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.