User: schaefera
  Date: 02/03/07 21:30:47

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Adjusted the JSR-77 implementation to the current specification. Also the
  StateManageable methods are renamed to avoid conflicts with the JBoss
  MBean lifecycle. Also XDoclet is used to generated the StandardMBean
  interfaces.
  
  Revision  Changes    Path
  1.34      +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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- jboss-service.xml 2 Mar 2002 08:22:20 -0000       1.33
  +++ jboss-service.xml 8 Mar 2002 05:30:47 -0000       1.34
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.33 2002/03/02 08:22:20 user57 Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.34 2002/03/08 05:30:47 schaefera Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -54,7 +54,7 @@
     <!-- ==================================================================== -->
   
     <mbean code="org.jboss.management.j2ee.SingleJBossServerManagement"
  -      name="jboss.management.single:type=J2EEDomain,name=Manager" >
  +      name="jboss.management.single:j2eeType=J2EEDomain,name=Manager" >
     </mbean>
   
     <!-- ==================================================================== -->
  
  
  

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

Reply via email to