Hi there,
So I have downloaded rc6 2.0 and have the hibernate extension in my lib directory. I also have the following libs there
hibernate-annotations-3.3.1.GA.jar
hibernate-core-3.3.0.SP1.jar
liquibase-hibernate-2.0.jar
ojdbc14-10.2.0.3.0.jar
I run oracle xe locally:
C:\liquibase-2.0-rc6-bin>liquibase --driver=oracle.jdbc.OracleDriver --url=jdbc:oracle:thin:@localhost:1521:xe --username=test
–password=test diffChangeLog --referenceUrl=C:\svn\hibernate.cfg.xml
18-Oct-2010 17:15:37 liquibase.logging.jvm.JavaUtilLogger warning
WARNING: Unknown database: Hibernate
18-Oct-2010 17:15:37 liquibase.logging.jvm.JavaUtilLogger info
INFO: Reading tables for unsupported Database …
Liquibase Update Failed: Unknown Reason. For more information, use the --logLevel flag)
18-Oct-2010 17:15:37 liquibase.logging.jvm.JavaUtilLogger info
INFO: Unknown Reason
java.lang.NullPointerException
at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.readTables(JdbcD
atabaseSnapshotGenerator.java:247)
at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.createSnapshot(J
dbcDatabaseSnapshotGenerator.java:219)
Any pointers would be great.
We are using annotations within our hibernate.cfg file, but it doesnt seem to matter as even if i blank out the contents of the cfg file the same appears…