Hi,
I'm using Hibernate 2.0 with Tomcat 4.1.30.
I put the file hibernate.properties in my classpath (WEB-INF\classes) of my application (suap), but when I startup Tomcat, I have:
Starting service Tomcat-Standalone
Apache Tomcat/4.1.30
15-giu-2004 16.51.07 net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.0 final
15-giu-2004 16.51.07 net.sf.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
15-giu-2004 16.51.07 net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
15-giu-2004 16.51.07 net.sf.hibernate.cfg.Environment <clinit>
INFO: JVM proxy support: true
15-giu-2004 16.51.07 net.sf.hibernate.cfg.Configuration addFile
INFO: Mapping file: D:\Programmi\Tomcat 4.1.30\webapps\suap\WEB-INF\map\it\lispa\suap\Pratica.xml
15-giu-2004 16.51.08 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: it.lispa.suap.cpa.Pratica -> pratica
15-giu-2004 16.51.08 net.sf.hibernate.cfg.Configuration addFile
INFO: Mapping file: D:\Programmi\Tomcat 4.1.30\webapps\suap\WEB-INF\map\it\lispa\suap\User.xml
15-giu-2004 16.51.08 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: it.lispa.suap.utenti.Utente -> user
15-giu-2004 16.51.09 net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
15-giu-2004 16.51.09 net.sf.hibernate.impl.SessionFactoryImpl <init>
AVVERTENZA: No dialect set - using GenericDialect: The dialect was not set. Set the propert
15-giu-2004 16.51.09 net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.GenericDialect
15-giu-2004 16.51.09 net.sf.hibernate.connection.UserSuppliedConnectionProvider configure
AVVERTENZA: No connection properties specified - the user must supply JDBC connections
15-giu-2004 16.51.09 net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Use outer join fetching: false
15-giu-2004 16.51.09 net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Use scrollable result sets: false
15-giu-2004 16.51.20 net.sf.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: no JDNI name configured
15-giu-2004 16.51.20 net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Query language substitutions: {}
Who could help me?
Anna
|