[jboss-jira] [JBoss JIRA] Created: (JBAS-4570) Add annotation support to the service mbean metadata
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Thu Jul 19 23:50:47 EDT 2007
Add annotation support to the service mbean metadata
----------------------------------------------------
Key: JBAS-4570
URL: http://jira.jboss.com/jira/browse/JBAS-4570
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JMX
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.Beta3
To facilitate management object creation we need to allow service mbeans to be annotated:
<?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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list