1 Reply Latest reply on Apr 3, 2003 5:22 PM by mabusto

    Testing Oracle DataSource

    hormati

      I have configured Oracle Datasource in my jboss and it works [I can get connection from it], I want to know how can i test the datasource [number of connections in pool , active connections , ...] ?

      Thanx

        • 1. Re: Testing Oracle DataSource
          mabusto

          I've the same problem and I'm not able to monitor these kind of resources. I'm looking for some solution in source code and I've found out ManagedConnectionPools are using Counter service to manage the pool. Now the question is, How can I monitor this counter service? counter sevice is available via JMX console but no data is showing.