Closed jonherrmann closed 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?
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.
Fixes Geonovum/etf-test-projects-inspire#48