[jboss-cvs] jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF ...

Aron Sogor bigman at gmail.com
Thu Jul 13 23:52:17 EDT 2006


  User: asogor  
  Date: 06/07/13 23:52:17

  Modified:    src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF 
                        jboss-service.xml.vm
  Log:
  Start adding PLAN and SCHEDULE mail alias support
  
  Revision  Changes    Path
  1.47      +11 -0     jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF/jboss-service.xml.vm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml.vm
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF/jboss-service.xml.vm,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- jboss-service.xml.vm	6 Jul 2006 04:51:59 -0000	1.46
  +++ jboss-service.xml.vm	14 Jul 2006 03:52:17 -0000	1.47
  @@ -386,6 +386,17 @@
       <attribute name="ConnectionFactoryName">java:/JmsXA</attribute>
       <attribute name="DestinationType">queue</attribute>
       <attribute name="Destination">calendarResponse</attribute>
  +    
  +    <!-- This is a setup for 15 minutes chuncks finding a 1 hour gap -->
  +    <!-- How many default Increments -->
  +    <attribute name="DefaultIncrementCnt">4</attribute>
  +    <!-- Increment size used for planning chucks, specified in minute -->
  +    <attribute name="DefaultIncrementSize">15</attribute>
  +    
  +    <attribute name="DefaultStartHour">8</attribute>
  +    <attribute name="DefaultDuration">9</attribute>
  +    <attribute name="DateFormat">yyyyMMddHHmmss</attribute>
  +    
       <depends>jboss.mq:service=DestinationManager</depends>
       <depends>jboss.mq.destination:name=calendarResponse,service=Queue</depends>
     </mbean> 
  
  
  



More information about the jboss-cvs-commits mailing list