On Wednesday, April 18, 2012 09:48:53 AM santoshkumar wrote: > I am facing any issue with CXF wsdl2java. I need to generate Java code > using CXF wsdl2java with xmlbeans databinding for specific version of > xmlbeans. > > It looks like by default its generating for 2.5.0. In my case, I would > like to generate code for xmlbeans 2.4.0 > > CXF wsdl2Java command specifies the databinding with -db option but > looking for how to give the version of databinding. Can't find how to do > it.
CXF uses the version of xmlbeans it finds on the classpath. Thus, replace the 2.5.0 versions with 2.4.0 versions and it should be fine. Dan > > Thanks > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/How-does-one-tell-CXF-wsdl2Java-to-genera > te-java-code-for-specific-version-of-XMLBeans-tp5649672p5649672.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
