2 Replies Latest reply on Feb 4, 2008 6:59 AM by breako

    Connection Usage

    breako

      Hi,
      I am JBoss application server with JTA defined datasources. I am using JPA. I need to know exactly when a connection from the pool is in use.
      Although the JMX gui is useful I have to hit refresh on it and if a connection is in use for a very short time it is difficult to see it being in use.

      What would be good would be getting access to something that records this data? Any ideas or tips greatly appreciated.

        • 1. Re: Connection Usage
          jhalliday

          > What would be good would be getting access to something that records this data?

          umm, trace level logging output from the app server?

          • 2. Re: Connection Usage
            breako

             

            "jhalliday" wrote:
            > What would be good would be getting access to something that records this data?

            umm, trace level logging output from the app server?

            Hi,
            got useful info from the logs.
            However, I was wondering how do I adjust the logging so that I can get specific logging for a specific MBean?
            Thanks