javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

wsdlLocation is ignored when used within an execution step #97

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

When wsdlLocation is defined in configuration at the plugin level, the wsdlLocation is used in the URL of the "CreditCardServiceV1" class generated.

See below extract from POM

org.jvnet.jax-ws-commons jaxws-maven-plugin 2.2 CreditCardService wsimport [https://webservices.test.optimalpayments.com/creditcardWS/CreditCardService/v1](https://webservices.test.optimalpayments.com/creditcardWS/CreditCardService/v1) credit-card-v1.wsdl

However, for the same configuration placed within the execution, the URL of the "CreditCardServiceV1" class is "file://" instead of the one specified in the . See below for the snippet.

org.jvnet.jax-ws-commons jaxws-maven-plugin 2.2 CreditCardService wsimport [https://webservices.test.optimalpayments.com/creditcardWS/CreditCardService/v1](https://webservices.test.optimalpayments.com/creditcardWS/CreditCardService/v1) credit-card-v1.wsdl

Environment

Windows 7

Affected Versions

[2.2]

glassfishrobot commented 11 years ago

Reported by lsiu

glassfishrobot commented 11 years ago

@lukasj said: Works correctly for me, wsdlLocation gets applied regardless of where it is specified on my end.

Feel free to reopen if it is not the case for you and preferably send me the minimal project where it fails.

Thanks!

glassfishrobot commented 11 years ago

@lukasj said: closing issues after 2.2.1 release

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-97

glassfishrobot commented 11 years ago

Marked as cannot reproduce on Monday, May 13th 2013, 7:33:31 am