-->
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: NPE with annotated ManyToMany
PostPosted: Sun Oct 02, 2005 4:42 pm 
Newbie

Joined: Wed Jan 07, 2004 12:02 pm
Posts: 15
Location: Herne, Germany
Hi everybody,

I get a NPE when trying to create a EntityManagerFactory. The reason seems to be one of the many to many relations I defined. I debugged the problem and found out that in line 105 of org.hibernate.cfg.annotations.TableBinder the call to getElement() returns null:

mappedByColumns = ( (Collection) property.getValue() ).getElement().getColumnIterator();

Is there a way I can avoid this constellation? Is this a known issue that has to do with my entity beans or something else I have done wrong? However, I think the code in TableBinder should be a bit more defensive.

Thanks for any help.

Hibernate version: 3.1 beta 3
Annotations version: 3.1 beta 5
Entity manager version: 3.1 beta 3

Mapping documents: none, using annotations

Code between sessionFactory.openSession() and session.close(): none, because Persistence.createEntityManagerFactory fails

Full stack trace of any exception that occurs:
javax.persistence.PersistenceException: java.lang.NullPointerException
at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:149)
at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:73)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:37)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:27)
at de.ruu.util.j2ee.ejb.EntityManagerUtil.initEntityManagerFactory(EntityManagerUtil.java:30)
at de.ruu.util.j2ee.ejb.EntityManagerUtil.<clinit>(EntityManagerUtil.java:17)
at de.webtip.data.impl.JUTLifecycleUser.setUp(JUTLifecycleUser.java:77)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: java.lang.NullPointerException
at org.hibernate.cfg.annotations.TableBinder.bindFk(TableBinder.java:104)
at org.hibernate.cfg.annotations.CollectionBinder.bindCollectionSecondPass(CollectionBinder.java:877)
at org.hibernate.cfg.annotations.CollectionBinder.bindManyToManySecondPass(CollectionBinder.java:743)
at org.hibernate.cfg.annotations.CollectionBinder.bindStarToManySecondPass(CollectionBinder.java:408)
at org.hibernate.cfg.annotations.CollectionBinder$1.secondPass(CollectionBinder.java:369)
at org.hibernate.cfg.CollectionSecondPass.doSecondPass(CollectionSecondPass.java:35)
at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1005)
at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:218)
at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:970)
at org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:607)
at org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:75)
at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:473)
at org.hibernate.ejb.Ejb3Configuration.createFactory(Ejb3Configuration.java:96)
at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:142)
... 16 more

Name and version of the database you are using: MySql 4.1.9

The generated SQL (show_sql=true): none, because Persistence.createEntityManagerFactory fails

Debug level Hibernate log excerpt:
21:53:30,286 INFO org.hibernate.cfg.Environment:470> Hibernate 3.1 beta 3
21:53:30,296 INFO org.hibernate.cfg.Environment:500> hibernate.properties not found
21:53:30,296 INFO org.hibernate.cfg.Environment:516> using CGLIB reflection optimizer
21:53:30,296 INFO org.hibernate.cfg.Environment:546> using JDK 1.4 java.sql.Timestamp handling
21:53:30,396 DEBUG org.hibernate.ejb.Ejb3Configuration:110> Trying to find persistence unit: gsdEntityManager
21:53:30,396 DEBUG org.hibernate.ejb.Ejb3Configuration:116> Analyse of persistence.xml: jar:file:/C:/data/ruu/develop/ruu/jar/gsd.jar!/META-INF/persistence.xml
21:53:30,726 DEBUG org.hibernate.ejb.Ejb3Configuration:227> Detect class: true; detect hbm: true
21:53:30,736 DEBUG org.hibernate.ejb.Ejb3Configuration:123> Archive to be processed by hibernate Entity Manager implementation found
21:53:30,746 DEBUG org.hibernate.ejb.packaging.JarVisitor:176> Searching mapped entities in jar/par: file:/C:/data/ruu/develop/ruu/jar/gsd.jar
21:53:30,746 DEBUG org.hibernate.ejb.Ejb3Configuration:130> Persistence unit name: gsdEntityManager
21:53:30,746 DEBUG org.hibernate.ejb.Ejb3Configuration:132> emname:gsdEntityManager metadata: gsdEntityManager
21:53:30,746 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.JUTAll
21:53:30,806 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.JUTLifecycleTestStructure
21:53:30,806 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestGenericEntity
21:53:30,826 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestGenericEntity
21:53:30,836 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure
21:53:30,836 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure
21:53:30,836 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.Championship
21:53:30,846 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.Championship
21:53:30,846 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.ChampionshipGroup
21:53:30,846 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.ChampionshipGroup
21:53:30,846 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.FootballMatch
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.FootballMatch
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.MatchDay
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.MatchDay
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.Team
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.Team
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.TipCommunity
21:53:30,857 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.TipCommunity
21:53:30,867 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.TipCommunityMember
21:53:30,867 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.TipCommunityMember
21:53:30,867 DEBUG org.hibernate.ejb.packaging.JarVisitor:212> Filtering: de.webtip.data.impl.User
21:53:30,867 DEBUG org.hibernate.ejb.packaging.JarVisitor:250> Java element filter matched for de.webtip.data.impl.User
21:53:30,867 DEBUG org.hibernate.ejb.Ejb3Configuration:78> Creating Factory: gsdEntityManager
21:53:30,937 DEBUG org.hibernate.cfg.AnnotationConfiguration:181> Execute first pass mapping processing
21:53:30,937 DEBUG org.hibernate.cfg.AnnotationConfiguration:238> Process hbm files
21:53:30,937 DEBUG org.hibernate.cfg.AnnotationConfiguration:246> Process annotated classes
21:53:31,017 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=TestGenericEntity
21:53:31,027 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestGenericEntity per property access
21:53:31,037 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestGenericEntity.id
21:53:31,047 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,047 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,057 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,057 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,057 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,067 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,067 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestGenericEntity.name
21:53:31,067 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column name unique false
21:53:31,067 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property name with lazy=false
21:53:31,067 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for name
21:53:31,067 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property name
21:53:31,067 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading name with null
21:53:31,087 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idSuperTestGenericEntity unique false
21:53:31,087 DEBUG org.hibernate.cfg.AnnotationBinder:394> Joined column(s) created
21:53:31,087 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=TestStructure
21:53:31,107 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure per property access
21:53:31,117 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.parent
21:53:31,117 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idRelatedTestStructureParent unique false
21:53:31,117 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column parent unique false
21:53:31,127 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property parent
21:53:31,127 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading parent with none
21:53:31,127 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.root
21:53:31,127 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idRelatedTestStructureRoot unique false
21:53:31,127 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column root unique false
21:53:31,127 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property root
21:53:31,137 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading root with none
21:53:31,137 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.children
21:53:31,137 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,137 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column children unique false
21:53:31,137 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,157 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,157 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,157 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.children
21:53:31,157 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property children
21:53:31,157 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading children with none
21:53:31,157 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=Championship
21:53:31,167 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.Championship per property access
21:53:31,167 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.id
21:53:31,167 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,167 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,167 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,167 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,167 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,247 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,247 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.begin
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column begin unique false
21:53:31,247 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property begin with lazy=false
21:53:31,247 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for begin
21:53:31,247 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property begin
21:53:31,247 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading begin with null
21:53:31,247 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.championshipGroups
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championshipGroups unique false
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,247 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,247 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.Championship.championshipGroups
21:53:31,247 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championshipGroups
21:53:31,247 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championshipGroups with none
21:53:31,247 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.logo
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column logo unique false
21:53:31,257 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property logo with lazy=false
21:53:31,257 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for logo
21:53:31,257 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property logo
21:53:31,257 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading logo with null
21:53:31,257 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.teams
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column teams unique false
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,257 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.Championship.teams
21:53:31,257 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property teams
21:53:31,257 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading teams with none
21:53:31,257 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.tipCommunities
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column tipCommunities unique false
21:53:31,257 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,267 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,267 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,277 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.Championship.tipCommunities
21:53:31,277 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property tipCommunities
21:53:31,277 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading tipCommunities with none
21:53:31,277 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Championship.name
21:53:31,277 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column name unique false
21:53:31,277 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property name with lazy=false
21:53:31,287 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for name
21:53:31,287 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property name
21:53:31,287 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading name with null
21:53:31,287 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=ChampionshipGroup
21:53:31,287 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.ChampionshipGroup per property access
21:53:31,287 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.ChampionshipGroup.id
21:53:31,287 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,287 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,287 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,287 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,287 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,287 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,287 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.ChampionshipGroup.championship
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idRelatedChampionshipChampionship unique false
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championship unique false
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championship
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championship with none
21:53:31,297 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.ChampionshipGroup.matchDays
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column matchDays unique false
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,297 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.ChampionshipGroup.matchDays
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property matchDays
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading matchDays with none
21:53:31,297 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.ChampionshipGroup.name
21:53:31,297 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column name unique false
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property name with lazy=false
21:53:31,297 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for name
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property name
21:53:31,297 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading name with null
21:53:31,307 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=FootballMatch
21:53:31,307 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.FootballMatch per property access
21:53:31,307 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.id
21:53:31,307 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,317 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,317 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,317 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,317 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,317 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,317 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.begin
21:53:31,317 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column begin unique false
21:53:31,317 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property begin with lazy=false
21:53:31,317 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for begin
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property begin
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading begin with null
21:53:31,327 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.acceptTipsUntil
21:53:31,327 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column acceptTipsUntil unique false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property acceptTipsUntil with lazy=false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for acceptTipsUntil
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property acceptTipsUntil
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading acceptTipsUntil with null
21:53:31,327 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.goalsGuest
21:53:31,327 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column goalsGuest unique false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property goalsGuest with lazy=false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for goalsGuest
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property goalsGuest
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading goalsGuest with null
21:53:31,327 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.goalsHome
21:53:31,327 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column goalsHome unique false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property goalsHome with lazy=false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for goalsHome
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property goalsHome
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading goalsHome with null
21:53:31,327 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.surrogateTeamGuest
21:53:31,327 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column surrogateTeamGuest unique false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property surrogateTeamGuest with lazy=false
21:53:31,327 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for surrogateTeamGuest
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property surrogateTeamGuest
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading surrogateTeamGuest with null
21:53:31,337 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.surrogateTeamHome
21:53:31,337 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column surrogateTeamHome unique false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property surrogateTeamHome with lazy=false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for surrogateTeamHome
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property surrogateTeamHome
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading surrogateTeamHome with null
21:53:31,337 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.number
21:53:31,337 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column number unique false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property number with lazy=false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for number
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property number
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading number with null
21:53:31,337 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.FootballMatch.status
21:53:31,337 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column status unique false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property status with lazy=false
21:53:31,337 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for status
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property status
21:53:31,337 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading status with null
21:53:31,337 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=MatchDay
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.MatchDay per property access
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.MatchDay.id
21:53:31,347 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,347 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.MatchDay.acceptTipsUntil
21:53:31,347 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column acceptTipsUntil unique false
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property acceptTipsUntil with lazy=false
21:53:31,347 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for acceptTipsUntil
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property acceptTipsUntil
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading acceptTipsUntil with null
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.MatchDay.championshipGroup
21:53:31,347 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idRelatedChampionshipGroupChampionshipGroup unique false
21:53:31,347 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championshipGroup unique false
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championshipGroup
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championshipGroup with none
21:53:31,347 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.MatchDay.number
21:53:31,347 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column number unique false
21:53:31,347 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property number with lazy=false
21:53:31,357 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for number
21:53:31,357 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property number
21:53:31,357 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading number with null
21:53:31,367 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=Team
21:53:31,367 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.Team per property access
21:53:31,397 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Team.id
21:53:31,397 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,397 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,397 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,407 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,407 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,407 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,407 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Team.championshipGroup
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idRelatedChampionshipGroupChampionshipGroup unique false
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championshipGroup unique false
21:53:31,407 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championshipGroup
21:53:31,407 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championshipGroup with none
21:53:31,407 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Team.championships
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championships unique false
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,407 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,407 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.Team.championships
21:53:31,417 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championships
21:53:31,417 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championships with none
21:53:31,417 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Team.emblem
21:53:31,417 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column emblem unique false
21:53:31,417 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property emblem with lazy=false
21:53:31,417 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for emblem
21:53:31,417 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property emblem
21:53:31,417 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading emblem with null
21:53:31,417 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.Team.name
21:53:31,427 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column name unique false
21:53:31,427 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property name with lazy=false
21:53:31,427 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for name
21:53:31,427 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property name
21:53:31,427 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading name with null
21:53:31,427 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=TipCommunity
21:53:31,427 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.TipCommunity per property access
21:53:31,427 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunity.id
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,437 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,437 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,437 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,437 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunity.logo
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column logo unique false
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property logo with lazy=false
21:53:31,437 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for logo
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property logo
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading logo with null
21:53:31,437 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunity.championships
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column championships unique false
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idTipCommunity unique false
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idChampionship unique false
21:53:31,437 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.TipCommunity.championships
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property championships
21:53:31,437 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading championships with none
21:53:31,437 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunity.tipCommunityMembers
21:53:31,437 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column tipCommunityMembers unique false
21:53:31,447 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,447 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idTipCommunity unique false
21:53:31,447 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idTipCommunityMember unique false
21:53:31,447 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.TipCommunity.tipCommunityMembers
21:53:31,447 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property tipCommunityMembers
21:53:31,447 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading tipCommunityMembers with none
21:53:31,447 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunity.name
21:53:31,447 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column name unique false
21:53:31,447 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property name with lazy=false
21:53:31,447 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for name
21:53:31,447 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property name
21:53:31,447 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading name with null
21:53:31,447 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=User
21:53:31,447 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.User per property access
21:53:31,457 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.User.id
21:53:31,457 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column id unique false
21:53:31,457 DEBUG org.hibernate.cfg.AnnotationBinder:967> id is an id
21:53:31,457 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for id
21:53:31,457 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property id
21:53:31,457 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading id with null
21:53:31,457 DEBUG org.hibernate.cfg.AnnotationBinder:1007> Bind @EmbeddedId on id
21:53:31,457 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.User.EMail
21:53:31,457 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column EMail unique false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property EMail with lazy=false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for EMail
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property EMail
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading EMail with null
21:53:31,467 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.User.isAdmin
21:53:31,467 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column isAdmin unique false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property isAdmin with lazy=false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for isAdmin
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property isAdmin
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading isAdmin with null
21:53:31,467 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.User.username
21:53:31,467 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column username unique false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property username with lazy=false
21:53:31,467 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for username
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property username
21:53:31,467 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading username with null
21:53:31,477 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.User.password
21:53:31,477 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column password unique false
21:53:31,477 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property password with lazy=false
21:53:31,477 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for password
21:53:31,477 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property password
21:53:31,477 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading password with null
21:53:31,477 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column idSuperUser unique false
21:53:31,477 DEBUG org.hibernate.cfg.AnnotationBinder:394> Joined column(s) created
21:53:31,477 DEBUG org.hibernate.cfg.annotations.EntityBinder:193> Import with entity name=TipCommunityMember
21:53:31,477 DEBUG org.hibernate.cfg.AnnotationBinder:796> Processing de.webtip.data.impl.TipCommunityMember per property access
21:53:31,477 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunityMember.tipCommunities
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column tipCommunities unique false
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column null unique false
21:53:31,487 DEBUG org.hibernate.cfg.annotations.CollectionBinder:248> Collection role: de.webtip.data.impl.TipCommunityMember.tipCommunities
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property tipCommunities
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading tipCommunities with none
21:53:31,487 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunityMember.firstName
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column firstName unique false
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property firstName with lazy=false
21:53:31,487 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for firstName
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property firstName
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading firstName with null
21:53:31,487 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunityMember.lastName
21:53:31,487 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column lastName unique false
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property lastName with lazy=false
21:53:31,487 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for lastName
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property lastName
21:53:31,487 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading lastName with null
21:53:31,497 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunityMember.nickname
21:53:31,497 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column nickname unique false
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property nickname with lazy=false
21:53:31,497 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for nickname
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property nickname
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading nickname with null
21:53:31,497 DEBUG org.hibernate.cfg.AnnotationBinder:859> Processing annotations of de.webtip.data.impl.TipCommunityMember.photo
21:53:31,497 DEBUG org.hibernate.cfg.Ejb3Column:141> Binding column photo unique false
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:93> binding property photo with lazy=false
21:53:31,497 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder:183> building SimpleValue for photo
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:112> Building property photo
21:53:31,497 DEBUG org.hibernate.cfg.annotations.PropertyBinder:121> Cascading photo with null
21:53:31,497 DEBUG org.hibernate.cfg.AnnotationConfiguration:208> processing manytoone fk mappings
21:53:31,608 INFO org.hibernate.cfg.Configuration:996> processing extends queue
21:53:31,608 INFO org.hibernate.cfg.Configuration:1000> processing collection mappings
21:53:31,608 DEBUG org.hibernate.cfg.CollectionSecondPass:33> Second pass for collection: de.webtip.data.impl.TipCommunity.tipCommunityMembers
21:53:31,608 DEBUG org.hibernate.cfg.annotations.CollectionBinder:695> Binding as ManyToMany: de.webtip.data.impl.TipCommunity.tipCommunityMembers
21:53:31,618 DEBUG org.hibernate.cfg.CollectionSecondPass:49> Mapped collection key: idTipCommunity, element: idTipCommunityMember
21:53:31,618 DEBUG org.hibernate.cfg.CollectionSecondPass:33> Second pass for collection: de.webtip.data.impl.TipCommunity.championships
21:53:31,618 DEBUG org.hibernate.cfg.annotations.CollectionBinder:695> Binding as ManyToMany: de.webtip.data.impl.TipCommunity.championships
21:53:31,618 DEBUG org.hibernate.cfg.CollectionSecondPass:49> Mapped collection key: idTipCommunity, element: idChampionship
21:53:31,628 DEBUG org.hibernate.cfg.CollectionSecondPass:33> Second pass for collection: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.children
21:53:31,628 DEBUG org.hibernate.cfg.annotations.CollectionBinder:430> Binding a OneToMany: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.children through a foreign key
21:53:31,628 INFO org.hibernate.cfg.annotations.CollectionBinder:523> Mapping collection: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.children -> TestStructure
21:53:31,628 DEBUG org.hibernate.cfg.annotations.TableBinder:96> Retrieving property de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure.parent
21:53:31,628 DEBUG org.hibernate.cfg.CollectionSecondPass:49> Mapped collection key: idRelatedTestStructureParent, one-to-many: de.ruu.gsd.ann.ejb3.persist.pojo.test.impl.TestStructure
21:53:31,628 DEBUG org.hibernate.cfg.CollectionSecondPass:33> Second pass for collection: de.webtip.data.impl.Championship.championshipGroups
21:53:31,628 DEBUG org.hibernate.cfg.annotations.CollectionBinder:430> Binding a OneToMany: de.webtip.data.impl.Championship.championshipGroups through a foreign key
21:53:31,628 INFO org.hibernate.cfg.annotations.CollectionBinder:523> Mapping collection: de.webtip.data.impl.Championship.championshipGroups -> ChampionshipGroup
21:53:31,628 DEBUG org.hibernate.cfg.annotations.TableBinder:96> Retrieving property de.webtip.data.impl.ChampionshipGroup.championship
21:53:31,628 DEBUG org.hibernate.cfg.CollectionSecondPass:49> Mapped collection key: idRelatedChampionshipChampionship, one-to-many: de.webtip.data.impl.ChampionshipGroup
21:53:31,628 DEBUG org.hibernate.cfg.CollectionSecondPass:33> Second pass for collection: de.webtip.data.impl.Championship.teams
21:53:31,628 DEBUG org.hibernate.cfg.annotations.CollectionBinder:695> Binding as ManyToMany: de.webtip.data.impl.Championship.teams
21:53:31,628 DEBUG org.hibernate.cfg.annotations.TableBinder:96> Retrieving property de.webtip.data.impl.Team.championships


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 05, 2005 8:08 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Provide me a simple 1 many to many unit test reproducing the issue and post it to JIRA. I'll fix it.

_________________
Emmanuel


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.