Visual Studio Code – ballerinax/java.jdbc error invalid remote method call: expected a client object, but found
I am trying to setup a simple JDBC client to talk with a database in Ballerina. However the "compile" ( VSCode ) error that is shown says: invalid remote method call: expected a client object, but found (ballerinax/java.jdbc:1.7.0:Client|ballerina/sql:1.7.1:Error)(BCE2421) Here is…