3 Replies Latest reply on Jul 20, 2007 9:33 AM by alesj

    Service mbean annotations

    starksm64

      I added support for adding annotations to service mbeans (JBAS-4570) as part of the work I'm doing to refactor the managed object creation out of the profile service. This shows up in the ServiceMetaData.

      <?xml version="1.0" encoding="UTF-8"?>
      <mbean name="jboss.test:type=BasicMBeanName" code="BasicMBeanCode">
       <annotation>@org.jboss.test.system.metadata.annotation.CompType(type="DS",subtype="LocalTX")</annotation>
      </mbean>