User: user57  
  Date: 02/01/03 16:11:35

  Modified:    src/etc/conf/default jboss-service.xml
  Added:       src/etc/conf/default user-service.xml
  Log:
   o Added user-service.xml, which is where non-jboss components should be
     loaded if they need to be static.  Lets try to avoid folks changing
     jboss-service.xml too much
  
  Revision  Changes    Path
  1.21      +1 -11     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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jboss-service.xml 2002/01/03 04:00:56     1.20
  +++ jboss-service.xml 2002/01/04 00:11:35     1.21
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.20 2002/01/03 04:00:56 user57 Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.21 2002/01/04 00:11:35 user57 Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -199,15 +199,5 @@
     <mbean code="org.jboss.invocation.local.LocalInvoker" 
            name="jboss:service=invoker,type=local">
     </mbean>
  -  
  -  <!-- ==================================================================== -->
  -  <!-- ADD YOUR CUSTOM MBEANS HERE IF YOU WANT THEM IN THE STATIC JBOSS     -->
  -  <!-- USE A SAR/BARE XML IF YOU WANT DYNAMICITY OF REDEPLOY FOR MBEANS     -->
  -  <!-- ==================================================================== -->
   
  -  <!-- 
  -     | Might want to use a standard user-service.xml for this and leave
  -     | this file for JBoss stuff only.
  -   -->
  -   
   </server>
  
  
  
  1.1                  jboss/src/etc/conf/default/user-service.xml
  
  Index: user-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE server>
  <!-- $Id: user-service.xml,v 1.1 2002/01/04 00:11:35 user57 Exp $ -->
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  User Service Configuration                                           -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <server>
  
    <classpath codebase="lib/ext" archives="*"/>
    
    <!--
       | Add custom MBeans here.  MBeans should be registered under the
       | 'user' JMX domain, or a domain specific to the component application.
       |
       | Do not place user components in the 'jboss' domain or any sub-domain.
     -->
   
    <!-- Example Service Configuration  
  
    <mbean code="my.company.MyService" 
           name="user:service=MyService">
      <attribute name="MyAttribute">AttributeValue</attribute>
    </mbean>
    
    -->
     
  </server>
  
  
  

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

Reply via email to