Justin,
as requested here is the trace:
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.1.1
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hibernate.cfg.xml
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/User.hbm.xml
Jan 30, 2004 3:54:28 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.User -> usertbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Artist.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Artist -> artisttbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/ArtistChoice.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.ArtistChoice -> choicetbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Artist_TourDates.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Artist_TourDates -> artist_tourdatestbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Stock.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Stock -> stocktbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Downloads.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Downloads -> downloadstbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Demos.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Demos -> new_artist_demostbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/Accounts.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.Accounts -> user_accountstbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: test/ShoppingCart.hbm.xml
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: test.ShoppingCart -> shopping_carttbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-many association mappings
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: test.User.choice -> choicetbl
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-one association property references
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
Jan 30, 2004 3:54:29 PM net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.PostgreSQLDialect
Jan 30, 2004 3:54:29 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use outer join fetching: true
Jan 30, 2004 3:54:29 PM net.sf.hibernate.connection.C3P0ConnectionProvider configure
INFO: C3P0 using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/beyarecords
Jan 30, 2004 3:54:29 PM net.sf.hibernate.connection.C3P0ConnectionProvider configure
INFO: Connection properties: {user=x, password=x}
Jan 30, 2004 3:54:29 PM net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use scrollable result sets: true
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC 2 max batch size: 15
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: echoing all SQL to stdout
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: cache provider: net.sf.ehcache.hibernate.Provider
Jan 30, 2004 3:54:30 PM net.sf.hibernate.cfg.Configuration configureCaches
INFO: instantiating and configuring caches
Jan 30, 2004 3:54:30 PM net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
Jan 30, 2004 3:54:31 PM org.apache.jk.server.JkCoyoteHandler action
INFO: Response already commited
|