Thanks for the suggestion. I should have mentioned that I am including ojdbc6.jar, which does include the Oracle driver. I also removed liquibase-oracle-3.0.0.jar, but still the same error.
I looked at the source code for the line mentioned in the stack trace. It asks for the driver. Since this is a diff operation I'm not sure if the missing driver is for Oracle or for Hibernate. I was assuming the error was about Hibernate since I am supplying a driver for Oracle. But perhaps for some reason it doesn't see that variable.
I looked at the source code for the line mentioned in the stack trace. It asks for the driver. Since this is a diff operation I'm not sure if the missing driver is for Oracle or for Hibernate. I was assuming the error was about Hibernate since I am supplying a driver for Oracle. But perhaps for some reason it doesn't see that variable.