User: d_jencks
  Date: 01/11/30 07:48:05

  Added:       src/resources/jmx/mbeancrashtest/META-INF jboss-service.xml
  Log:
  added test for mbean crashing during start, thanks to David Budworth
  
  Revision  Changes    Path
  1.1                  
jbosstest/src/resources/jmx/mbeancrashtest/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  <server>
  <!-- test service.xml file for crashtest.  Both mbeans should be created but not 
started,
   and both should be removed on undeploy-->
     
     <mbean code="org.jboss.test.jmx.mbeancrashtest.Test" 
name="CrashTest:name=DontCrash">
        <mbean-ref>CrashTest:name=Crash</mbean-ref>
     </mbean>
  
     <mbean code="org.jboss.test.jmx.mbeancrashtest.Test" name="CrashTest:name=Crash" 
/>
  
  </server>
  
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to