Hi, I have set up a test project (which used as reference the example available at https://bitbucket.org/bgoetzmann/cxf-dosgi-wsdl/wiki/Home proposed by Sergey which is using JAXWS/AEGIS and is built with Gradle) where I would like to use JAXWS frontend with JAXB databinding. Although I have successfully set up the project to use JAXWS as frontend I have failed at using JAXB for the databinding. I am familiar with the available directions provided at the following page (http://cxf.apache.org/distributed-osgi-reference.html) where it advises " for JAXB to work JAXB packages like javax.xml.bind.annotation.* have to be imported " but it doesn't work for me and even after a long search I couldn't find any available example.
I am using: cxf-dosgi-ri-singlebundle-distribution-1.3.1, (x86)jdk1.7.0_03, felix-framework-4.0.3 and apache-maven-3.0.4 The code of the sample project Is available for check out at the following link: svn://svn.forge.objectweb.org/svnroot/aspire/sandbox/nkef/ale.core.cxftest or for browsing at: http://websvn.ow2.org/listing.php?repname=aspire&path=%2Fsandbox%2Fnkef%2Fal e.core.cxftest%2F&# Currently it is set up to work with JAXWS frontend and the default "AEGIS" data binding (which works). Could you please point out what exactly is required for the JAXB databinding to work? Thank you in advance! PS: there is a dependency error at the latest (1.3.1) multi bundle distribution when deployed in Felix 4.0.3 (clean deploy). Best Regards, Nikos.
