You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/28 20:41:31 UTC

[jira] Resolved: (CXF-902) Add java_first_pojo sample

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

Daniel Kulp resolved CXF-902.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0.2
         Assignee: Bozhong Lin

> Add java_first_pojo sample
> --------------------------
>
>                 Key: CXF-902
>                 URL: https://issues.apache.org/jira/browse/CXF-902
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.1
>            Reporter: Jeff Yu
>            Assignee: Bozhong Lin
>             Fix For: 2.0.2
>
>         Attachments: cxf-902.patch
>
>
> Add a java_first_pojo sample, using JAXB data binding by default, but you can uncomment those two lines in sample code to use the Aegis data binding:
> server-side:
> //svrFactory.getServiceFactory().setDataBinding(new AegisDatabinding());
> client-side:
> //factory.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.