-->
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: Hibernate requests same meta data many times in same tx.
PostPosted: Tue Sep 22, 2009 11:08 pm 
Newbie

Joined: Tue Sep 22, 2009 10:47 pm
Posts: 1
Hi, our project is using Hibernate 3.3.1, we observed that same query repeats many times as follows:
****
<Event id="12" name="SQL:BatchCompleted">
<Column id="1" name="TextData">SET FMTONLY ON select finclinfos0_.BUSNS_ELEMT_ID from FINCL_INFO finclinfos0_ SET FMTONLY OFF</Column>
<Column id="12" name="SPID">228</Column>
<Column id="14" name="StartTime">2009-09-22T00:46:55.473-04:00</Column>
</Event>
<Event id="12" name="SQL:BatchCompleted">
<Column id="1" name="TextData">SET FMTONLY ON select finclinfos0_.BUSNS_ELEMT_ID from FINCL_INFO finclinfos0_ SET FMTONLY OFF</Column>
<Column id="12" name="SPID">228</Column>
<Column id="14" name="StartTime">2009-09-22T00:46:55.473-04:00</Column>
</Event>
**************

Seems the Hibernate requests same meta data many times even in the same transaction. Have you experienced this before? we are looking for the solution very badly, any advice would be highly appreciated.

Victor


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.