connection = DriverManager.getConnection(url, username, password);
Compare the versions of the jdbc drivers.
The app is finding the drivers, but it doesn't recognise the method.
I had the very same problem with my jdbc drivers for SQL Server, and i had to change the sintax for the connection...