-
Bug
-
Resolution: Won't Do
-
Major
-
JBossAS-5.0.0.Beta3
-
None
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.
- blocks
-
JBAS-5259 JMS Destination Names is showing as QueueServiceMO or TopicServiceMO, should be the destination's name instead
- Closed