| 
					
						 I can't determinate where is the problem, which annotated entity is crying out This is the complete stack trace: 2014-12-29 10:06:54,143 FATAL root  - cannot simultaneously fetch multiple bags org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags 	at org.hibernate.loader.BasicLoader.postInstantiate(BasicLoader.java:94) 	at org.hibernate.loader.entity.EntityLoader.<init>(EntityLoader.java:119) 	at org.hibernate.loader.entity.EntityLoader.<init>(EntityLoader.java:71) 	at org.hibernate.loader.entity.EntityLoader.<init>(EntityLoader.java:54) 	at org.hibernate.loader.entity.BatchingEntityLoader.createBatchingEntityLoader(BatchingEntityLoader.java:133) 	at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1914) 	at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1937) 	at org.hibernate.persister.entity.AbstractEntityPersister.createLoaders(AbstractEntityPersister.java:3206) 	at org.hibernate.persister.entity.AbstractEntityPersister.postInstantiate(AbstractEntityPersister.java:3192) 	at org.hibernate.persister.entity.SingleTableEntityPersister.postInstantiate(SingleTableEntityPersister.java:728) 	at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:348) 	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  I'm using Hibernate 3.6.10
  Solved: because of copy/paste, I had two entities annotated with @Table(name=tableName), but I still think the Exception should/could be more specific about what was going on or where the problem relies 
					
  
						
					 |