<mbean code="org.jboss.mq.server.jmx.Queue"
  |      name="jboss.mq.destination:service=Queue,name=WebRequest"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |     <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |   </mbean>

Remove the xmbean-dd=... part from that queue definition. It should just be

<mbean code="org.jboss.mq.server.jmx.Queue"
  |      name="jboss.mq.destination:service=Queue,name=WebRequest">
  |     <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |   </mbean>


As far as the DB error is concerned, did you do any changes to the 
hsqldb-ds.xml file present in the deploy folder?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114914#4114914

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114914
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to