[jboss-dev-forums] [Design of POJO Server] - Service mbean annotations

scott.stark@jboss.org do-not-reply at jboss.com
Thu Jul 19 23:53:46 EDT 2007


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>
  | 
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066018#4066018

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066018



More information about the jboss-dev-forums mailing list