Hi, thanks for your reply. The javax.xml.bind is exported by service mix ( Apache ServiceMix :: Specs :: JAXB API 2.2). It seems by stopping this bundle I can use moxy. Now I have some other issue of class loading like javax.xml.bind.annotation.adapters*.*CollapsedStringAdapter not found. Thank you for your time. Regards, Adrien.
2012/3/12 Jean-Baptiste Onofré <[email protected]> > Hi Adrien, > > could you check which bundles are installed providing javax.xml.bind > packages: > > packages:export|grep -i javax.xml.bind > > Regards > JB > > > On 03/12/2012 10:48 AM, Adrien DAO-LENA wrote: > >> Hi, >> >> Here some additional information, I use CXF for my webservice. >> I have deployed moxy in the feature, put the jaxb.properties file. >> I have commented out javax.xml.bind.* >> Did I miss something? >> >> With the default jaxb impl it works fine. >> >> Thank you. >> Regards. >> Adrien. >> >> 2012/3/9 Adrien DAO-LENA <[email protected] >> <mailto:adrien.daolena@gmail.**com <[email protected]>>> >> >> >> Hi Jean-Baptiste, >> Thanks for your answer. >> javax.xml.bind* is already commented. >> Regards, >> Adrien. >> >> >> 2012/3/9 Jean-Baptiste Onofré <[email protected] <mailto:[email protected] >> >> >> >> >> Hi Adrien, >> >> do you use the default etc/jre.properties ? >> >> You should comment out the javax.xml.bind* packages from the >> jre.properties if you install jaxb by your own. >> >> Regards >> JB >> >> >> On 03/09/2012 04:53 PM, Adrien DAO-LENA wrote: >> >> Hello, >> I an currently trying to integrate moxy from eclipse link, >> as my default >> jaxb implementation, and I don't know how to do it. >> I have tried to put a jaxb.properties file but it does not >> seem to be >> enough. >> Is there some special trick to use moxy as default jaxb impl? >> by >> modifying boot delegation? >> >> Thank you. >> Best regards. >> Adrien >> >> >> -- >> Jean-Baptiste Onofré >> [email protected] <mailto:[email protected]> >> >> http://blog.nanthrax.net >> Talend - http://www.talend.com >> >> >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
