Geonovum / etf-test-projects-inspire

ETF test projects for use in SoapUI to test services to INSPIRE Technical Guidance requirements
6 stars 4 forks source link

Use etf-owsgtl to run test steps and handle auth. #60

Closed jonherrmann closed 8 years ago

jonherrmann commented 8 years ago

Fixes Geonovum/etf-test-projects-inspire#48

thijsbrentjens commented 8 years ago

@jonherrmann this works in the online version of the ETF, but not directly in SoapUI v 4.6.4. Then I get an exception: java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/typehandling/ShortTypeHandling

This seems related to the Groovy version used. In SoapUI 4.6.4 it is 2.1.7. I upgraded this to 2.4.7; the projects run now. Maybe we should move to a higher version for our desktop ETF (SoapUI) .

So just to be sure: what version of SoapUI are you using?

jonherrmann commented 8 years ago

Ok seems that i accidentally copied groovy 2.4.7 in my 4.6.4 installation. Newer versions work with the owsgtl but another plugin library does not due to a changed plugin mechanism in SoapUI. Will check if we upgrade the plugin mechanism or compile a owsgtl for groovy 2.1.7 separately.