3 Replies Latest reply on Oct 19, 2009 4:20 AM by vickyk

    Hibernate statistics & JBoss Cache & Hibernate cache

      Hello Friends,
      Can you please provide some info on how to find the below info
      1. How to find out JBoss Cache Enabled or not .
      2. How to find out Hibernate Cache enabled or not
      3. How to find the transactions sent from the user are using JBoss cache
      4. How to find the transactions are using Hibernate cache
      5. How to collect the Hibernate Statistics and JBoss statistics.

      Thank you,
      Manoranjan

        • 1. Re: Hibernate statistics & JBoss Cache & Hibernate cache
          alesj

           

          "h2kinfosys" wrote:

          1. How to find out JBoss Cache Enabled or not .
          2. How to find out Hibernate Cache enabled or not
          3. How to find the transactions sent from the user are using JBoss cache
          4. How to find the transactions are using Hibernate cache

          Debug. ;-)

          "h2kinfosys" wrote:

          5. How to collect the Hibernate Statistics and JBoss statistics.

          Hibernate has this already built in.
          See SessionFactory::getStatistics (or something similar).

          JBoss statistics?
          Perhaps Jopr: http://www.jboss.org/jopr

          • 2. Re: Hibernate statistics & JBoss Cache & Hibernate cache

            Justin,
            Can you please more info on how to find the

            1. How to find out JBoss Cache Enabled or not .
            2. How to find out Hibernate Cache enabled or not
            3. How to find the transactions sent from the user are using JBoss cache
            4. How to find the transactions are using Hibernate cache

            • 3. Re: Hibernate statistics & JBoss Cache & Hibernate cache
              vickyk

               

              "h2kinfosys" wrote:
              Justin,
              Can you please more info on how to find the

              1. How to find out JBoss Cache Enabled or not .
              2. How to find out Hibernate Cache enabled or not
              3. How to find the transactions sent from the user are using JBoss cache
              4. How to find the transactions are using Hibernate cache

              Have you tried goggling about this information?