Closed glassfishrobot closed 15 years ago
Reported by jorgejar@java.net
scm_issue_link@java.net said: Code changed in jax-ws-commons User: : ramapulavarthi Path: trunk/jaxws-maven-plugin/src/main/java/org/codehaus/mojo/jaxws/AbstractWsGenMojo.java http://fisheye4.cenqua.com/changelog/jax-ws-commons/?cs=807 Log: JAX-WS-COMMONS-36: Pass -extension option to wsgen, when extension parameter is passed.
ramapulavarthi@java.net said: Fixed in 1.12 release.
@lukasj said: Closing old and already fixed issues
Was assigned to jax-ws-commons-issues
This issue was imported from java.net JIRA JAX_WS_COMMONS-36
Marked as fixed on Wednesday, April 29th 2009, 4:05:21 am
I have problems to execute wsgen with the jaxws-maven-plugin the protocol Xsoap1.2 and -extension option. The plug-in get the protocol option but the extension option does not apear in the command. So, when I execute maven I get this error.
[INFO] [jaxws:wsgen
{execution: default}
] The optional protocol "Xsoap1.2" must be used in conjunction with the "-extension" option.
In the wsgen comman generated by the plug-in, the -extension option has not been generated. Looking the source code it seem there is not any extension option however it is in the documentation. Maybe, the extension argument implementation is missing? Has anybody had the same error? Do you know If I am doing something wrong?
This is the plugin part of the pom.xml