-->
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.  [ 1 post ] 
Author Message
 Post subject: startup with annotations repeating the annotation binding
PostPosted: Wed Feb 25, 2009 7:52 pm 
Newbie

Joined: Wed Feb 25, 2009 7:38 pm
Posts: 1
All,

I recently migrated several applications from hibernate-xdoclet to annotations and have been trying to migrate our largest app with about 250 domain objects, but have run into an unusual problem. The annotation binding is taking an extremely long time and seems to be repeating the same elements over and over again upon startup.

Below you can see that it is repeating again. I just let it run over 15 minutes hoping that it would come to some resolution and didn't see any change. It does seem to be traversing the objects alphabetically.

I am hoping that I have something misconfigured, but I am using the same set up I used for the other applications and am not having problems.

Code:
INFO: Bind entity com.pdxinc.eps.dto.WorkflowToken on table WORKFLOW_TOKEN
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.pdxinc.eps.dto.WorkflowTransition
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.pdxinc.eps.dto.WorkflowTransition on table WORKFLOW_TRANSITION
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.pdxinc.eps.dto.AcsHistory
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.pdxinc.eps.dto.AcsHistory on table ACS_HISTORY
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.pdxinc.eps.dto.ActiveChange
Feb 25, 2009 5:40:11 PM org.hibernate.cfg.annotations.EntityBinder bindTable


Thanks,
Steve


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

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.