User: mnf999  
  Date: 01/12/18 22:49:30

  Modified:    src/resources/jmx/mbeancrashtest/META-INF jboss-service.xml
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      
jbosstest/src/resources/jmx/mbeancrashtest/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/resources/jmx/mbeancrashtest/META-INF/jboss-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-service.xml 2001/11/30 15:48:05     1.1
  +++ jboss-service.xml 2001/12/19 06:49:30     1.2
  @@ -3,7 +3,7 @@
    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>
  +      <depends>CrashTest:name=Crash</depends>
      </mbean>
   
      <mbean code="org.jboss.test.jmx.mbeancrashtest.Test" name="CrashTest:name=Crash" 
/>
  
  
  

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

Reply via email to