Details
Description
Changes:
- Exception are not generated in right package (they should be generated on the package for the wsdl, not the xsd)
- Add explicitAnnotation option to support running jaxb2 / jaxws on jdk 1.4 with retrotranslator
- Method names should have the first letter in lower case
- Web annotation on service interface should have a namespace corresponding to the PortType, not the Service
- Constructor on fault exceptions has parameters in a wrong order
Note that the explicitAnnotation option requires jaxb2 RI 2.0 (not present in 2.0-EA3)
I have raised a JIRA on maven to upload them
I noticed that you took the "_Exception" off the exception classes that are generated. Is there a reason? That is how the JAXWS-RI generates exception classes as well.