I am getting this exception during Configuration. Any idea what the problem might be?
05/24/2006 12:45:57,844 INFO net.sf.hibernate.cfg.SettingsFactory - Use outer join fetching: true
05/24/2006 12:45:57,874 INFO net.sf.hibernate.util.NamingHelper - JNDI InitialContext properties:{}
05/24/2006 12:45:57,874 INFO net.sf.hibernate.connection.DatasourceConnectionProvider - Using datasource: JPMADataSource
05/24/2006 12:45:57,894 INFO net.sf.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
05/24/2006 12:45:58,144 INFO net.sf.hibernate.cfg.SettingsFactory - Use scrollable result sets: true
05/24/2006 12:45:58,144 INFO net.sf.hibernate.cfg.SettingsFactory - Use JDBC3 getGeneratedKeys(): true
05/24/2006 12:45:58,144 INFO net.sf.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: false
05/24/2006 12:45:58,144 INFO net.sf.hibernate.cfg.SettingsFactory - Query language substitutions: {}
05/24/2006 12:45:58,144 INFO net.sf.hibernate.cfg.SettingsFactory - cache provider: net.sf.hibernate.cache.EhCacheProvider
05/24/2006 12:45:58,164 INFO net.sf.hibernate.cfg.Configuration - instantiating and configuring caches
05/24/2006 12:45:58,335 INFO net.sf.hibernate.impl.SessionFactoryImpl - building session factory
05/24/2006 12:45:59,486 ERROR com.onestepsurety.commons.util.HibernateUtil - currentSession() - %%%% Error Creating SessionFactory %%%%
net.sf.hibernate.MappingException: Bad identifier type: net.sf.hibernate.type.ComponentType
at net.sf.hibernate.persister.AbstractEntityPersister.<init>(AbstractEntityPersister.java:669)
at net.sf.hibernate.persister.EntityPersister.<init>(EntityPersister.java:690)
at net.sf.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:42)
at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:137)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:805)
|