User: andreas 
  Date: 00/12/08 09:41:55

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Add some comments
  
  Revision  Changes    Path
  1.6       +6 -1      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss.jcml        2000/12/07 16:23:32     1.5
  +++ jboss.jcml        2000/12/08 17:41:55     1.6
  @@ -1,5 +1,10 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!-- This is where you can add and configure your MBeans -->
  +<!-- This is where you can add and configure your MBeans
  +  ATTENTION: The order of the listing here is the same order as
  +     the MBeans are loaded. Therefore if a MBean depends on another
  +     MBean to be loaded and started it has to be listed after all
  +     the MBeans it depends on.
  +-->
   
   <server>
     <!-- Classloading -->
  
  
  

Reply via email to