[jboss-jira] [JBoss JIRA] Updated: (JBAS-6225) MetaData repository loader for ServiceMetaData annotations

Ales Justin (JIRA) jira-events at lists.jboss.org
Mon Nov 24 06:31:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBAS-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin updated JBAS-6225:
------------------------------

    Fix Version/s:     (was: JBossAS-5.0.0.GA)


Current fix uses custom ManagedObjectBuilder set via newly added ManagedObjectDefinition (jboss-man project).
Full MetaData integration for ServiceMetaData/ControllerContext should be added in the future.

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