A new topic, 'liquibase-2.0-rc2 and hibernate', has been made on a board you 
are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=583.new#new

The text of the topic is shown below:

Using 2.0-RC2 I am unable to get liquibase to talk to hibernate. 
I've plugged hibernate3.jar (3.3.1-GA) into lib and tried:
Code:
liquibase --url=jdbc:oracle:thin:@SOMECONNECTION --username=user 
--password=PASS --driver oracle.jdbc.OracleDriver --changeLogFile=ch.xml 
diffChangeLog --referenceUrl=hibernate:hibernate/hibernate.cfg.xml

where hibernate.cfg.xml is the one from the CONTRIB directory. This yields:
Code:
Liquibase Update Failed: Cannot find database driver: Driver class was not 
specified and could not be determined from the url 
(hibernate:./hibernate/hibernate.cfg.xml)
liquibase.exception.DatabaseException: java.lang.RuntimeException: Cannot find 
database driver: Driver class was not specified and could not be determined 
from the url (hibernate:./hibernate/hibernate
.cfg.xml)
        at 
liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:77)
        at liquibase.integration.commandline.Main.doMigration(Main.java:599)
        at liquibase.integration.commandline.Main.main(Main.java:105)
Caused by: java.lang.RuntimeException: Cannot find database driver: Driver 
class was not specified and could not be determined from the url 
(hibernate:./hibernate/hibernate.cfg.xml)
        at 
liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:58)
        ... 2 more


what am i missing here?

thanks
pete

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to