|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - Issue ... Dietrich D. Baluyot (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Dietrich D. Baluyot (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Jon Osborn (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Dietrich D. Baluyot (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... fiwnmsf (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Jon Osborn (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Jon Osborn (JIRA)
- [mojo-dev] [jira] (MWEBLOGIC-39) CLONE - I... Jon Osborn (JIRA)

Hi. I tried version 2.9.4-SNAPSHOT with the fix. I had set <jwscTaskType>JAXWS</jwscTaskType> in the plugin config and it still did not work. What exactly was the fix?
I found blog that describes a similar problem (http://www.southsearepublic.org/article/2678/read/maven;_enum_types_are_not_supported_on_a_jws) and I tried their fix and it worked by adding the following line of code:
final JwsFileSet jwsFileSet = module.createJwsFileSet();
jwsFileSet.setType("JAXWS");