Forum Discussion
Oberfinanzdirek
15 years agoNew Contributor
Hi Ole,
interesting - when preparing the example project to reproduce the problem I noticed that the error only happens as long as a "globalProperties" Element exists in the configuration.
We are using a global property to configure the base url of the endpoints used in test requests (unfortunately, I left that out in my previous post):
When I remove that part from the plugin configuration the project is executed (the tests in the example fail, but that is not the issue).
The zip file containing the sample project and log output of a failed run is on its way.
Best regards
Daniel
interesting - when preparing the example project to reproduce the problem I noticed that the error only happens as long as a "globalProperties" Element exists in the configuration.
We are using a global property to configure the base url of the endpoints used in test requests (unfortunately, I left that out in my previous post):
<configuration>
[...]
<globalProperties>
<globalProperty>conf.wsdl.base=http://localhost:9876/base_url</globalProperty>
</globalProperties>
[...]
</configuration>
When I remove that part from the plugin configuration the project is executed (the tests in the example fail, but that is not the issue).
The zip file containing the sample project and log output of a failed run is on its way.
Best regards
Daniel