You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Tamas KIS (JIRA)" <ji...@apache.org> on 2010/08/05 09:30:20 UTC

[jira] Created: (CXF-2930) Simple frontend + generics list type + XmlAdapter

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.


[jira] Updated: (CXF-2930) Simple frontend + generics list type + XmlAdapter

Posted by "Tamas KIS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamas KIS updated CXF-2930:
---------------------------

    Attachment: MyGenericsTestWS.jar

demo project for XmlAdapter problem with JAXB databinding.



> 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
>         Attachments: MyGenericsTestWS.jar
>
>
> 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.