1

I am unable to find which jar contains the class org.jboss.resource.connectionmanager.JBossManagedConnectionPool. Can someone point me to the right jar file name. I am using Jboss 4.2.2.

Background: This is related to my earlier question Spring - Hibernate - JBOSS - No ManagedConnections available within configured blocking timeout ( 30000 [ms] )

Although I solved the old problem I still see this error often (when job is ran multiple times). I suspect the beans are holding the db connections for long time. So I am trying to programatically find how many db connections are alive and recycled at different points in my code. I am trying to do this with JBossManagedConnectionPool.

Questions: 1. Please let me know which jar contains JBossManagedConnectionPool and the link where I can download or the location in the JBOSS server folder 2. Is there any other better way to find the connections statistics using hibernate or spring or any other way.

Community
  • 1
  • 1
user2928913
  • 223
  • 1
  • 6
  • 15
  • To find the jar containing the class, try one of the answers in [this](http://stackoverflow.com/q/1342894/3080094) question using all the jars in the JBoss server directory. – vanOekel Mar 07 '14 at 20:27

0 Answers0