we are unable to establish connection using Denodo JDBC Connection through WebMethods.
Connection conn = DriverManager.getConnection(URL, USER, PASS);
**connection error:** unrecognized method hash: method not supported by remote object
However, the calling the connect method through custome code seem to be working.
VDBJDBCConnection vbConn = (VDBJDBCConnection) connect(info);
Could you please help us identify the issues, what is the different and what is the connction failing with error.