User: mnf999  
  Date: 01/12/18 13:45:31

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Remove the classpath explicit dependency, make sure users are welcome to put MBeans 
in the basic configuration
  
  Revision  Changes    Path
  1.19      +68 -29    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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jboss-service.xml 2001/12/10 06:27:48     1.18
  +++ jboss-service.xml 2001/12/18 21:45:31     1.19
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.18 2001/12/10 06:27:48 schaefera Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.19 2001/12/18 21:45:31 mnf999 Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -30,33 +30,7 @@
         then there is no need to list the files and it should commented
   -->
   
  -  <classpath archives="
  -      castor.jar,
  -      castor-jdo-plugin.jar,
  -      concurrent.jar,
  -      gnu-regexp.jar,
  -      jaas.jar,
  -      JavaGroups.jar,
  -      jbossha.jar,
  -      jboss-j2ee.jar,
  -      jboss.jar,
  -      jbossmx.jar,
  -      jbosssx.jar,
  -      jcert.jar,
  -      jmxtools.jar,
  -      jndi.jar,
  -      jnet.jar,
  -      jnpserver.jar,
  -      jpl-pattern.jar,
  -      jpl-util.jar,
  -      jsr77.jar,
  -      jsse.jar,
  -      jts.jar,
  -      mail.jar,
  -      tyrex.jar,
  -      tyrex-tm-plugin.jar,
  -      xalan.jar"/>
  -
  +  <classpath codebase="lib/ext" archives="*"/>
   
     <!-- ==================================================================== -->
     <!-- Class Loading                                                        -->
  @@ -209,8 +183,73 @@
   
   
     <!-- ==================================================================== -->
  -  <!-- Don't you dare add your custom MBeans here! put them in a sar!       -->
  +  <!-- Mail Connection Factory                                              -->
     <!-- ==================================================================== -->
   
  +  <mbean code="org.jboss.mail.MailService" name="JBOSS-SYSTEM:service=Mail">
  +    <attribute name="JNDIName">Mail</attribute>
  +    <attribute name="ConfigurationFile">mail.properties</attribute>
  +    <attribute name="User">user_id</attribute>
  +    <attribute name="Password">password</attribute>
  +  </mbean>
  +
  +
   
  +  <!-- ==================================================================== -->
  +  <!-- Invokers to the JMX node                                             -->
  +  <!-- ==================================================================== -->
  +
  +  <!-- RMI/JRMP invoker -->
  +  <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" 
  +   name="JBOSS-SYSTEM:service=invoker,type=jrmp">
  +    <attribute name="RMIObjectPort">4444</attribute>
  +    <!--<attribute name="RMIClientSocketFactory">custom</attribute>
  +    <attribute name="RMIServerSocketFactory">custom</attribute>
  +    <attribute name="RMIServerSocketAddr">custom</attribute>-->
  +  </mbean>
  +  
  +  <mbean code="org.jboss.invocation.local.LocalInvoker" 
  +   name="JBOSS-SYSTEM: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     -->
  +  <!-- ==================================================================== -->
  +
   </server>
  +
  +
  +
  +  <!-- ==================================================================== -->
  +  <!-- IF YOU USE NET-BOOT YOU NEED TO SPECIFY THE LIBRARIES THROUGH HTTP   -->
  +  <!-- ==================================================================== -->
  +
  +<!--
  +  <classpath archives="
  +      castor.jar,
  +      castor-jdo-plugin.jar,
  +      concurrent.jar,
  +      gnu-regexp.jar,
  +      jaas.jar,
  +      JavaGroups.jar,
  +      jbossha.jar,
  +      jboss-j2ee.jar,
  +      jboss.jar,
  +      jbossmx.jar,
  +      jbosssx.jar,
  +      jcert.jar,
  +      jmxtools.jar,
  +      jndi.jar,
  +      jnet.jar,
  +      jnpserver.jar,
  +      jpl-pattern.jar,
  +      jpl-util.jar,
  +      jsr77.jar,
  +      jsse.jar,
  +      jts.jar,
  +      mail.jar,
  +      tyrex.jar,
  +      tyrex-tm-plugin.jar,
  +      xalan.jar"/>
  +-->
  \ No newline at end of file
  
  
  

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

Reply via email to