Simple frontend + generics list type + XmlAdapter
-------------------------------------------------
Key: CXF-2930
URL: https://issues.apache.org/jira/browse/CXF-2930
Project: CXF
Issue Type: Bug
Affects Versions: 2.2.9
Environment: simple frontend, JAXB, generics, XmlAdapter
Reporter: Tamas KIS
Simple frontend does not seem to support a generics list type with XmlAdapter.
Adapters work fine until they try to map some generics data (e.g. a generics
list like MyGenericsList, see attached project).
(JAX-WS frontend works).
There is warning message at startup, should it mean that JAXWS is the preferred
frontend for CXF in general, or only until some better Adapter support is
implemented (is it planned?) ?
"
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
checkServiceClassAnnotations
WARNING: A JAX-WS Annotation was found on demo.hw.server.HelloWorldImpl
while using the Simple frontend. For better results, use the JAX-WS frontend.
"
I attach a demo project.. (if there is some way to do it..)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.