2 Replies Latest reply on Apr 20, 2010 11:50 AM by mikefinnx

    JSR77 statistics available?

    mikefinnx

      Tried over in user forum, but just the sound of crickets. Sorry for cross-posting or OT, but need to get this figured out:

       

       

      We have our own statistics  collection mechanism we have been using with WAS, using the JSR77 API.  As part of moving our platform to JBoss (EAP 5.0), trying to see how  this can be done, but not finding any way to query the statistics data.  isStatisticProvider() is false on all mbeans and no stat attribute  exists.

       

      Is  this stuff programmatically accessible in 5.x?

       

      Any help appreciated.

       

      TIA,

      Mike

        • 1. Re: JSR77 statistics available?
          alesj
          Is  this stuff programmatically accessible in 5.x?

           

          Any help appreciated.

          We/I added something to pass the JEE TCK, but it's not much,

          since the TCK actually doesn't test a lot of stuff,

          and we're moving onto our ProfileService for easier management than this legacy jsr77.

           

          See here: http://anonsvn.jboss.org/repos/jbossas/trunk/management/src/main/java/org/jboss/management/j2ee/deployers/

          If this helps you.

           

          If you're willing to contribute the missing pieces, I'm willing to help you with any questions you might have.

          • 2. Re: JSR77 statistics available?
            mikefinnx

            I did try JSR77SpecUnitTestCase (assuming that's the TCK case) but it seems no EJBs come back in the 'ejbs' list from MEJB.

             

            Definitely interested in helping out here, but will need some help understanding the intent of the ProfileService and how statistics tie into it. Anything you can point me at is appreciated. I will dig and come back with questions.

             

            For starters - is the plan to have some internal representation of the statistics, but facade it with JSR77/javax.management.j2ee.statistics?

             

            Mike