CXF 2.1.3. I have two observation regarding the wsdl2java plugin-
1. In wsdl2java, for a JAXWS front-end usecase, the -p parameter
(package name for service interface) also is getting passed to XJC, so
Service interface and JAXB classes get generated in the same package. Is
that expected behaviour or is just a byproduct of the fact that both XJC
and wsdl2Java use -p as a argument for Package? Will it be possible for
wsdl2java to accept a separate parameter like
"-bindgingpackage" that can be passed to XJC instead of the passing the
pacakge name of the service interface.
2. wsdl2java has feature to only pass XJC plugins through the wsdl2java
but no way to pass "XJC arguments".
e.g. -npa (this is to suppress the generated of
package-info.java) , -nv.
Is there any chance these could be implemented/supported in future
release?