Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.2
-
Linux JDK 1.6
-
Moderate
Description
I would like the ability to disable the addition of all classes not directly referenced in the WSDL from being added to the wsdl. A small patch to org.apache.cxf.jaxb.JAXBDataBinding will satisfy this requirement and will not affect existing users as the configuration will be false by default. I will be submitting a patch to provide this functionality against 2.6.2
This can be configured on the endpoint via a property:
<jaxws:properties>
<entry key="jaxb.scanPackages" value="false" />
</jaxws:properties>