JoostDG
7 years agoFrequent Contributor
v.2.5.0 external scripts fail "Could not find matching constructor"
Hi,
I have some groovy scripts that work perfectly fine in ReadyAPI v.2.4.0, but after update to 2.5.0 they fail. The scripts can be found in my library just fine, but upon execution I get:
...
- 7 years ago
Nevermind, found the solution.
Apparently
import org.apache.log4j.Logger
no longer covers it, it should be:
import org.apache.logging.log4j.core.Logger
That makes my scripts run again in 2.5.0.