-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Bad identifier type: net.sf.hibernate.type.ComponentType
PostPosted: Wed May 24, 2006 12:48 pm 
Newbie

Joined: Mon Jul 18, 2005 2:12 pm
Posts: 4
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)


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 24, 2006 2:02 pm 
Regular
Regular

Joined: Mon May 22, 2006 2:30 pm
Posts: 74
Look through your mapping files for that string, since it's a mapping exception, and try to determine what it is used for. Perhaps it can't locate that class in the classpath.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.