-->
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.  [ 3 posts ] 
Author Message
 Post subject: Get status of Hibernate and Database
PostPosted: Thu May 27, 2010 6:50 pm 
Newbie

Joined: Wed Jun 27, 2007 1:10 am
Posts: 12
Our automation test uses Hibernate 2 and Java to persist test results into our Oracle 9i DB. We recently discovered several cases where the persistence of data hang. We have no clue as to what might cause this problem. I was wondering if there is any way in Hibernate we can check the status of database connections, like how many connections are active, what is the connection pool usage, etc.

Thanks.


Top
 Profile  
 
 Post subject: Re: Get status of Hibernate and Database
PostPosted: Mon May 31, 2010 4:59 am 
Expert
Expert

Joined: Tue Jun 16, 2009 3:36 am
Posts: 990
Which connection pool do you use in your Hibernate application?
Is it C3P0?
If you use C3P0 version >= 0.9.1.2 then you can introspect the informations you look for
through attaching your jvm via jconsole and going to the MBean folder:
here there will be a bmean for C3P0 where you can get informations and else do perform some operations on the session pool.


Top
 Profile  
 
 Post subject: Re: Get status of Hibernate and Database
PostPosted: Tue Jun 01, 2010 4:14 pm 
Newbie

Joined: Wed Jun 27, 2007 1:10 am
Posts: 12
pb00067 wrote:
Which connection pool do you use in your Hibernate application?
Is it C3P0?
If you use C3P0 version >= 0.9.1.2 then you can introspect the informations you look for
through attaching your jvm via jconsole and going to the MBean folder:
here there will be a bmean for C3P0 where you can get informations and else do perform some operations on the session pool.


Yes, I'm using C3P0. I'll try that. Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.