[jboss-user] [Microcontainer] - How to convert -service.xml into -jboss-beans.xml ?

Juergen.Zimmermann do-not-reply at jboss.com
Thu Jan 29 23:51:30 EST 2009


I have the following "classic" MBean definition in messaging-service.xml:

  | <server>
  | 	<mbean code="org.jboss.jms.server.destination.QueueService"
  | 		name="jboss.messaging.destination:service=Queue,name=marketing"
  | 		xmbean-dd="xmdesc/Queue-xmbean.xml">
  | 		<depends optional-attribute-name="ServerPeer">
  | 			jboss.messaging:service=ServerPeer
  | 		</depends>
  | 		<depends>jboss.messaging:service=PostOffice</depends>
  | 	</mbean>
  | </server>

How do I convert it into e.g. messaging-jboss-beans.xml ?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205755



More information about the jboss-user mailing list