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");

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to