You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/10/10 09:14:50 UTC

[jira] Commented: (CXF-897) Default JAXB Data Binding does not unmarshal parameters correctly for a POJO service

    [ https://issues.apache.org/jira/browse/CXF-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533636 ] 

Jeff Yu commented on CXF-897:
-----------------------------

Another tip for this issue is:

If you use simple front end with JAXB data binding and the AOP stuff, the workaround 3, which Dan K mentioned, won't work. Because we need to specify the ServiceImpl to ServiceClass attribute in AOP case.
Anyway, I would say most people would like to use pojo + aegis and jax-ws + jaxb. Not the pojo + jaxb combination. ;)

> Default JAXB Data Binding does not unmarshal parameters correctly for a POJO service
> ------------------------------------------------------------------------------------
>
>                 Key: CXF-897
>                 URL: https://issues.apache.org/jira/browse/CXF-897
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1
>            Reporter: William Tam
>             Fix For: 2.0.2
>
>         Attachments: HelloWorld.java, HelloWorldImpl.java, SimpleTest.java
>
>
> See the attached test case.  It works as is.  But the test case will fail if the following line is commented out the line from SimpleTest.java
> svrBean.getServiceFactory().setDataBinding(new AegisDatabinding());

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