[JBoss JIRA] Created: (JBAS-6225) MetaData repository loader for ServiceMetaData annotations
by Scott M Stark (JIRA)
MetaData repository loader for ServiceMetaData annotations
----------------------------------------------------------
Key: JBAS-6225
URL: https://jira.jboss.org/jira/browse/JBAS-6225
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: MicroContainer bus, ProfileService, System service
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Scott M Stark
Assignee: Ales Justin
Fix For: JBossAS-5.0.0.GA
See forum discussion about how we can introduce an annotation such as:
<annotation>
@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.QueueServiceMO)
</annotation>
For all org.jboss.jms.server.destination.QueueService rather than having to add the annotation to each mbean deployment:
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name=DLQ"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<annotation>@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.QueueServiceMO)</annotation>
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
</mbean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months