Forum Discussion
nmrao
10 years agoChampion Level 3
Check if this is something that you are looking for http://forum.soapui.org/viewtopic.php?f=5&t=24821
- npiper9 years agoFrequent Visitor
+1 - I am also getting this error on the soapUI Pro plugin version 5.1.2 that the assertion is failing. (XPath Assertion)
This occurs when running the test headlessly via Maven.
This does not occur when I run the same test in the GUI. A dependency/classpath issue perhaps with the plugin pom?
Attaching the maven output file:
- amitgrover89 years agoOccasional Contributor
Hi,
I resolved this issue by removing following dependencies.
<!-- <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.9-RC1</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.10-FINAL</version> </dependency> -->
After removing these my project is running succesfully. Hope this helps.
Related Content
- 9 years ago
- 3 years ago
Recent Discussions
- 5 days ago
- 10 days ago