[
http://jira.jboss.com/jira/browse/JBAS-5223?page=all ]
Scott M Stark updated JBAS-5223:
--------------------------------
Summary: ServiceMetaDataICF needs to query mbean for missing ServiceAttributeMetaData
values (was: ServiceMetaData does not contain attributes from xmbean descriptor)
The ServiceAttributeMetaData in the only ServiceMetaData deployment descriptor. The real
issue is that the management interface comes from the mbean interface, and the values of
the managed properties need to be obtained from the mbean.
ServiceMetaDataICF needs to query mbean for missing
ServiceAttributeMetaData values
-----------------------------------------------------------------------------------
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>(a)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