[jboss-jira] [JBoss JIRA] Created: (JBAS-5223) ServiceMetaData does not contain attributes from xmbean descriptor

Scott M Stark (JIRA) jira-events at lists.jboss.org
Fri Feb 8 04:28:03 EST 2008


ServiceMetaData does not contain attributes from xmbean descriptor
------------------------------------------------------------------

                 Key: JBAS-5223
                 URL: http://jira.jboss.com/jira/browse/JBAS-5223
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Management services, System service
    Affects Versions:  JBossAS-5.0.0.Beta3
            Reporter: Scott M Stark
         Assigned To: Scott M Stark
             Fix For: JBossAS-5.0.0.CR1


A deployment like the following using an xmbean-dd:
    <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>

is failing to show all attributes in the resulting ServiceMetaData/ServiceAttributeMetaData.


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