Here's my output, from startup to hitting my jsp that does the hibernate.
Oct 16, 2003 4:45:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 15983 ms
Oct 16, 2003 4:45:11 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.0.2
Oct 16, 2003 4:45:11 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: loaded properties from resource hibernate.properties: {hibernate.connectio
Oct 16, 2003 4:45:11 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
Oct 16, 2003 4:45:11 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: JVM proxy support: true
Oct 16, 2003 4:45:11 PM net.sf.hibernate.cfg.Configuration addClass
INFO: Mapping resource: com/cti/portal/drugorder/PortalDrugItem.hbm.xml
Oct 16, 2003 4:45:12 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: com.cti.portal.drugorder.PortalDrugItem -> PRTL_DRUGS
Oct 16, 2003 4:45:12 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-many association mappings
Oct 16, 2003 4:45:12 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
Oct 16, 2003 4:45:13 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
Oct 16, 2003 4:45:13 PM net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.OracleDialect
Oct 16, 2003 4:45:13 PM net.sf.hibernate.connection.DriverManagerConnectionProvi
INFO: Hibernate connection pool size: 1
Oct 16, 2003 4:45:13 PM net.sf.hibernate.connection.DriverManagerConnectionProvi
INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@kn
Oct 16, 2003 4:45:13 PM net.sf.hibernate.connection.DriverManagerConnectionProvi
INFO: connection properties: {user=portal4, password=portal4}
Oct 16, 2003 4:45:13 PM net.sf.hibernate.ps.PreparedStatementCache <init>
INFO: prepared statement cache size: 10
Oct 16, 2003 4:45:13 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Use outer join fetching: true
Oct 16, 2003 4:45:14 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Use scrollable result sets: true
Oct 16, 2003 4:45:14 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: JDBC 2 max batch size: 15
Oct 16, 2003 4:45:14 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: echoing all SQL to stdout
Oct 16, 2003 4:45:15 PM net.sf.hibernate.impl.SessionFactoryObjectFactory addIns
INFO: no JDNI name configured
Oct 16, 2003 4:45:15 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: Query language substitutions: {}
Hibernate: select portaldr0_.DRUG_CODE as x0_0_, portaldr0_.DRUG_NAME as x1_0_ from PRTL_DRUGS portaldr0_portaldr0_.DRUG_NAME as x1_0_ f
22
Hi
|