bonjour
voila je suis entrain de suivre le tutoriel de "baptiste-meurant.developpez.com" et je suis actuellement bloqué.
j'arrive à configurer le le fichier :hibernate.cfg.xml
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
		"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
		"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
    <session-factory>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/base1</property>
        <property name="hibernate.connection.username">root</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
    </session-factory>
</hibernate-configuration>
quand je clic sur terminer de la configuration de ce fichier il me donne ce message d'error
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
adding children 
check the details
dans details il n'y a rien juste "error"
ps: le mysql je l'ai installer avec easyphp 3.0
et la liste des jar que j'utilse comme dans le tutoriel sont :
cglib-nodep-2.1_3.jar
commons-collections-3.1.jar
commons-logging.jar
dom4j-1.6.1.jar
ejb3-persistence.jar
hibernate3.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
mysql-connector-java-5.0.7-bin.jar
quelqu'un à une idée svp