Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Bonjour, j'ai un probleme qui me bloque pas mal. Vous trouverez toutes les infos liees a celui ci en dessous. J'ai regarde les docs, les tutos, fouille google...mais n'ai rien trouve de precis pour m'en sortir.
Si vous avez une manip, un lien sur une doc que je n'aurai pas encore vu, je suis preneur...
Hibernate version: 3
Mapping documents:
<?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">org.gjt.mm.mysql.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/maquette</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
<mapping resource="maquette/database/frais.hbm.xml"/>
<mapping resource="maquette/database/individu.hbm.xml"/>
<mapping resource="maquette/database/inscriptionsession.hbm.xml"/>
<mapping resource="maquette/database/lieu.hbm.xml"/>
<mapping resource="maquette/database/organisme.hbm.xml"/>
<mapping resource="maquette/database/salaire.hbm.xml"/>
<mapping resource="maquette/database/service.hbm.xml"/>
<mapping resource="maquette/database/session.hbm.xml"/>
<mapping resource="maquette/database/societe.hbm.xml"/>
<mapping resource="maquette/database/stage.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Full stack trace of any exception that occurs:
Exception in thread "main" org.hibernate.HibernateException: No CurrentSessionContext configured!
at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:506)
at maquette.metier.JStage.main(JStage.java:268)
Name and version of the database you are using: maquette, mySQLInnoDB
merci d'avance