[
https://issues.apache.org/jira/browse/CXF-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-4388.
------------------------------
Resolution: Fixed
Fix Version/s: 2.4.9
2.5.5
2.6.2
Assignee: Daniel Kulp
> Using wsdl2java maven goal with <wsdl> and <wsdlArtifact> in the same pom
> fails
> -------------------------------------------------------------------------------
>
> Key: CXF-4388
> URL: https://issues.apache.org/jira/browse/CXF-4388
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.4.8
> Reporter: Anders Olsson
> Assignee: Daniel Kulp
> Fix For: 2.6.2, 2.5.5, 2.4.9
>
> Attachments: greeter.log, greeter.zip
>
>
> I have configured the wsdl2java goal to use wsdl-files from both local
> sources, using the <wsdl> element, and from maven artifacts, using the
> <wsdlArtifact> element. This fails unless I put the <wsdl> as the last
> <wsldOption>.
> I have created a minimal testcase for this, unzip it and execute
> {noformat}
> $ mvn install:install-file -Dfile=greeter.wsdl -DgroupId=greeter
> -DartifactId=wsdl -Dversion=1.0 -Dpackaging=wsdl -DgeneratePom=true
> {noformat}
>
> to install the wsdl, then execute
> {noformat}
> $ mvn -e generate-sources
> {noformat}
> and it should fail. Then try reordering the wsdlOptions in the pom and it
> will not fail.
--
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