ContributionsMost RecentMost LikesSolutionsA required class was missing while "Cell Constraints" Hello, I am facing an error with the 5.4.0 version of the SOAPUI maven plugin. The error is: "Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test (default-cli) on project defect-api-inbound: Execution default-cli of goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test failed: A required class was missing while executing com.smartbear.soapui:soapui-maven-plugin:5.4.0:test: com/jgoodies/forms/layout/CellConstraints" I tried adding this dependency :" <dependency> <groupId>com.jgoodies</groupId> <artifactId>forms</artifactId> <version>1.0.7</version> </dependency> But still the problem wasn't fixed. I also tried to remove the .soapui folder when migrating from one plugin to another. Thank you for your help SolvedOJDBC Error getting response; null Hello everyone, I'm having a small issue. I have an oracle db that I connecting to using a ojdbc8 connector. The problem is I am writing a query which should return a row with around 100 columns. If I get all the columns' values I get an error getting response; null. So I started decreasing the number of columns till I reached 85 where it worked and I got a response of (3658 bytes) What could be the problem ? I tried several solutions here and on stackoverflow but didn't fix my problem. Thank you