Description
It seems that adding:
<bean id='XmlbeansDatabindingBean' class="org.apache.cxf.xmlbeans.XmlBeansDataBinding" scope="prototype" />
to apache-cxf-2.2.9-src\tools\javato\ws\src\main\java\META-INF\cxf\java2wsbeans.xml
allows java2ws (at least in cxf-java2ws-plugin) to generate proper wsdl files (with databinding parameter set to xmlbeans).
Are there any other issues prohibting use of xmlbeans databinding in java2ws or this omission is just oversight?