[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6225) MetaData repository loader for ServiceMetaData annotations
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Sat May 1 05:59:05 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved JBAS-6225.
---------------------------------------
Fix Version/s: JBossAS-5.1.0.GA
Resolution: Done
> 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.1.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
More information about the jboss-jira
mailing list