RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
It's working, thank you all for your help :) -Message d'origine- De : Caldarale, Charles R [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 avril 2008 14:32 À : Tomcat Users List Objet : RE: Datasource and Hibernate > From: Dubois, Fabien [mailto:[EMAIL PROTECTED] > Subject

RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
java:253) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143) -Message d'origine- De : Caldarale, Charles R [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 avril 2008 14:32 À : Tomcat Users List Objet : RE: Datasource and Hibernate > From: D

RE: Datasource and Hibernate

2008-04-24 Thread Caldarale, Charles R
> From: Dubois, Fabien [mailto:[EMAIL PROTECTED] > Subject: Datasource and Hibernate > > I have looked to the tomcat 6 official documentation, > and in the $CATALINA_HOME/conf/context.xml, i have declared : > path="/appWicket" You must never, under any circumstances, specify a path at

RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
di 24 avril 2008 13:04 À : Tomcat Users List Objet : Re: Datasource and Hibernate You've been answered. Please take a look at my and Mark's responses. If you can't find them in your email, take a look at the list archives. --David Dubois, Fabien wrote: > Hi everybody, &g

Re: Datasource and Hibernate

2008-04-24 Thread David Smith
You've been answered. Please take a look at my and Mark's responses. If you can't find them in your email, take a look at the list archives. --David Dubois, Fabien wrote: Hi everybody, I'm using tomcat6 and trying to use datasource for mysql connexion (and hibernate). I have looked to the