1. Add the jaxb api classes to cxf-2.7.3.jar to avoid the exception when jdk use low version jaxb api as default. Rename cxf-2.7.3 to cxf-2.7.3-modified.jar.

2. Modify NameConverter.Standard as NameConverter.jaxrpcCompatible. Please @see jaxb-impl-2.2.6.jar\com.sun.xml.bind.api.impl.NameUtil.java

3. See /com/sun/tools/xjc/api/impl/s2j/SchemaCompileImpl.java, Set enableIntrospection true for boolean method, generate get method instead is method (jaxb-xjc-2.2.6.jar).

2013-5-20 :
Upgrade from cxf-2.7.3.jar to cxf-2.7.5.jar. Add the jaxb api to cxf-2.7.5.jar and rename it to cxf-2.7.5-modified.jar.

2013-12-30 :
Upgrade from cxf-2.7.5.jar to cxf-2.7.7.jar. Add the jaxb api to cxf-2.7.7.jar and rename it to cxf-2.7.7-modified.jar.