Dear,
I'm trying to use my application server connection pool trought Hibernate.
When i use hibernate without a connection pool, it works.
When i use my connection pool without hibernate, it works.
When i use my connection pool with hibernate, i've got the following error :
my web.xml :
my geronimo.xml
my hibernate.cfg.xml
I use a "HibernateUtil" class, the error appears at the following code line :
Could you please tell me what am I missing ?
I tryed X different configurations, always the same problem..
Thanks a lot !