SQLServer « Tomcat « JPA Q&A





1. sqlserver x tomcat    forum.hibernate.org

Newbie Joined: Mon May 31, 2004 10:17 am Posts: 3 hibernate 2.1.3 i made one application for deskop and another with tomcat. in aplication with desktop, the hibernate returns that i want. but, when i start the aplication with tomcat and try make the same thing, return this error: with SQLSERVER Code: Jun 1, 2004 5:54:19 PM net.sf.hibernate.cfg.Configuration addClass INFO: Mapping ...

2. need help urgently for SQLserver and Tomcat    forum.hibernate.org

Hi, I am using hibernate with SQLSERVER 2000. I have 55 tables that are associated together in my database. When I run locally with c3p0.jar, everything works find. However, when I use tomcat, I can see that the SessionFactory are set up and Session is also set up successfully. However, it always have the following error when I try to save. ...