User: schaefera
  Date: 01/12/09 22:27:49

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Adjusted the jsr77.jar to the newest release of the JSR-77 spec. (2001/12/06)
  and also made the necessary changes to our implementation. All necessary
  add ons are in but not all unnecessary methods are out. Therefore is also
  a problem with method conflicts from JSR-77 and ServiceMBeanSupport which
  must be fixed later (by converting to DynamicMBeans).
  
  Revision  Changes    Path
  1.18      +2 -2      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jboss-service.xml 2001/11/27 04:03:51     1.17
  +++ jboss-service.xml 2001/12/10 06:27:48     1.18
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.17 2001/11/27 04:03:51 d_jencks Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.18 2001/12/10 06:27:48 schaefera Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -74,7 +74,7 @@
     <!-- ==================================================================== -->
   
     <mbean code="org.jboss.management.j2ee.SingleJBossServerManagement"
  -      name="SingleJBoss:type=J2EEManagement,name=Manager" >
  +      name="SingleJBoss:type=J2EEDomain,name=Manager" >
     </mbean>
   
     <!-- ==================================================================== -->
  
  
  

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

Reply via email to