A new topic, 'Problems with hibernate and classpath', has been made on a board 
you are watching.

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

The text of the topic is shown below:

Hi everyone,

I am driving crazy with the execution of liquibase, it does not find the 
org/hibernate/cfg/Configuration. I write the command i use:

java -jar liquibase.jar --classpath=.hibernate3.jar;.derby.jar;.derbyClient.jar 
--ChangeLogFile=changelog.xml --url=hibernate:hibernate.cfg.xml diffChangeLog 
--baseDriver=org.apache.derby.jdbc.ClientDriver --baseUrl=jdbc:derby:{myDB} 
--baseUsername=... --basePassword=...

I have tried setting the classpath in different ways: setting the windows 
system classpath and with the -classpath option after the java command, and it 
does not work

I have read that it could be because the org/hibernate/cfg/Configuration class 
references other classes which are not there, if that's the case, how could I 
know which are those classes to include them? 

I hope you can help.

Thanks!!

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.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to