I have a mbean. In its startService method, I use DestinationManagaer to create 
a JMS Topic. So I define a depends element such as

  | <server>
  |     <mbean 
code="com.smartcode.framework.config.server.config.mbean.ConfigFile" 
name="com.s2.console.mbean:service=ConfigFile" 
xmbean-dd="META-INF/configfile-xmbean.xml">
  |             <!--attribute name="jndiName">s2/maps/MapTest</attribute-->     
        <depends>jms.mq:service=DestinationManager</depends>
  |     </mbean>
  | </server>
  | 
But when jboss3.2.1 and jboss3.2.6 start up, they report error and can't start  
my mbean correctly. Why? Please tell me how can I do it correctly?

Thanks.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to