glTranter
13 years agoNew Contributor
maven-soapui-plugin (4.0.0) not shutting down correctly
I am having problems with missing operation errors in a maven multi module project.
I have three webservices, each in its own multi module project, which defines the interface and the implementation. service1 calls service2, service1 and service2 all call service3.
Service1 and Service2 are further housed in another multi module project that contains some common elements. due to their ordering service2 builds before service1 in the main multi module project.
However when I run mvn clean install from the main multi module project the soapUI plugin for Service1 integration tests fails reporting missing operation. Just to be clear this would be the second failsafe run and thus the second usage of soapui.
When I mvn clean install for Service1 on its own, it all works fine, the only thing that has changed is the directory from which I am running mvn.
The missing operation is in the mockService as it is the last thing I have added to the soapUI file.
I am using:
Ubuntu
maven 3
Java 1.6
SoapUI 4 to create the mocks
maven-soapui-plugin 4.0.0
Any help would be great
Thanks
Gavin
I have three webservices, each in its own multi module project, which defines the interface and the implementation. service1 calls service2, service1 and service2 all call service3.
Service1 and Service2 are further housed in another multi module project that contains some common elements. due to their ordering service2 builds before service1 in the main multi module project.
However when I run mvn clean install from the main multi module project the soapUI plugin for Service1 integration tests fails reporting missing operation. Just to be clear this would be the second failsafe run and thus the second usage of soapui.
When I mvn clean install for Service1 on its own, it all works fine, the only thing that has changed is the directory from which I am running mvn.
The missing operation is in the mockService as it is the last thing I have added to the soapUI file.
I am using:
Ubuntu
maven 3
Java 1.6
SoapUI 4 to create the mocks
maven-soapui-plugin 4.0.0
Any help would be great
Thanks
Gavin