On Monday, January 23, 2012 7:33:27 AM Venkat wrote: > Hi Daniel, thanks for your reply. > > So you are saying that I copy the jaxb jar into lib folder of cxf? > > Please let me know what should I do. > > I am using Eclipse 3.7, jdk 1.6, cxf 2.5.1, geronimo 2.2.1, tomcat 6
The easiest option is to likely remove all the jaxws 2.2 and jaxb 2.2 stuff and replace them with jaxws/jaxb 2.1 versions. WIth jdk 1.6, you can skip the api jars (2.1 versions built into the jdk) and just grab the jaxb-impl and jaxb-xjc 2.1.13 versions. http://repo1.maven.org/maven2/com/sun/xml/bind/ Dan > > Thanks > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Exceptions-in-creating-stubs-for-Web-Servic > es-tp5158059p5166420.html Sent from the cxf-user mailing list archive at > Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
