bsnyder wrote:
> 
> The exception above is pretty clear; Hibernate is trying to connect to
> MySQL to export the schema and it cannot connect to MySQL. This must
> be custom functionality that you have added as it is not part of the
> tutorial.
> 
> Bruce
> 

Thank you for the input. You were indeed right, hibernate is trying to
connect to my mysql database.
"mavenexample\tutorial-file-su\core\target\test-classes\jdbc.properties" and
"mavenexample\tutorial-file-su\core\target\classes\hibernate.cfg.xml" were
created in tutorial step 2.2, with the jdbc.properties containing
this:jdbc.url=jdbc:mysql://localhost/tutorial_file_su?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8

But I have most certainly not added any custom functionality, so where would
maven take that from? Yes, I am using hibernate and mysql for other things
on the same computer.
-- 
View this message in context: 
http://www.nabble.com/Problems-with-Tutorial-2.4-tp15613305s12049p15630616.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to