[jboss-cvs] jboss-seam/mail/meldware/calendar.ear/calendarjmx.sar/META-INF ...

Peter Muir peter at bleepbleep.org.uk
Mon Feb 26 20:59:48 EST 2007


  User: pmuir   
  Date: 07/02/26 20:59:48

  Added:       mail/meldware/calendar.ear/calendarjmx.sar/META-INF  
                        jboss-service.xml MANIFEST.MF
  Log:
  Upgrade to meldware-m7
  
  Revision  Changes    Path
  1.1      date: 2007/02/27 01:59:48;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarjmx.sar/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <server>
  
  <mbean code="org.buni.meldware.calendar.jmx.CalendarServer"
    name="jboss:service=CalendarServer">
    <attribute name="NotificationServerURL">http://localhost:8080/calendar</attribute>
    <attribute name="CalendarNotificiationEnabled">false</attribute>
    <attribute name="NotificationMailAddress">calendar at takeaway.seam</attribute>
    <attribute name="WebCalendarStartTime">5</attribute>
    <attribute name="WebCalendarDuration">19</attribute>
    <attribute name="SearchLimit">20</attribute>
    <attribute name="RDBMSDialect">installer</attribute>
  </mbean>
  
  
  <mbean code="org.jboss.mq.server.jmx.Topic"
  	name="jboss.mq.destination:service=Topic,name=calendar">
      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
      <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  </mbean>
    
  <mbean code="org.jboss.mq.server.jmx.Topic"
  	name="jboss.mq.destination:service=Topic,name=addressbook">
      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
      <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  </mbean>
  
  <!--
   Queue for messages meant for a calendar server hosted by this server
  -->    
  <mbean code="org.jboss.mq.server.jmx.Queue"
      name="jboss.mq.destination:service=Queue,name=calendarResponse">
      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  </mbean>
  
  </server>
  
  
  1.1      date: 2007/02/27 01:59:48;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarjmx.sar/META-INF/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  Manifest-Version: 1.0
  Ant-Version: Apache Ant 1.7.0
  Created-By: 1.5.0_08-b03 (Sun Microsystems Inc.)
  TagName: ${build.tag}
  Class-Path: commons-logging-1.0.4.jar
  
  
  
  



More information about the jboss-cvs-commits mailing list