User: user57  
  Date: 02/02/15 00:11:01

  Modified:    src/etc/conf/default jboss-service.xml
  Removed:     src/etc/conf/default mail.properties
  Log:
   o Moved MailService to varia, made is use the xml snippent stuff
     to get its properties (this is *ucking cool) and made it deployable
     with mail-service.xml
  
  Revision  Changes    Path
  1.28      +1 -13     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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- jboss-service.xml 10 Feb 2002 04:10:59 -0000      1.27
  +++ jboss-service.xml 15 Feb 2002 08:11:01 -0000      1.28
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.27 2002/02/10 04:10:59 d_jencks Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.28 2002/02/15 08:11:01 user57 Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -182,18 +182,6 @@
       <attribute name="CommonClassPath">false</attribute>
     </mbean>
     -->
  -
  -  <!-- ==================================================================== -->
  -  <!-- Mail Connection Factory                                              -->
  -  <!-- ==================================================================== -->
  -
  -  <mbean code="org.jboss.mail.MailService"
  -         name="jboss: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                                             -->
  
  
  

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

Reply via email to