[jboss-cvs] jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/META-INF ...

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


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

  Added:       mail/meldware/calendar.ear/calendarejb.jar/META-INF   
                        MANIFEST.MF jboss.xml ejb-jar.xml
  Log:
  Upgrade to meldware-m7
  
  Revision  Changes    Path
  1.1      date: 2007/02/27 01:59:55;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/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 commons-lang-1.0.1.jar calendarb
   eans.jar freemarker-2.3.2.jar ical4j-0.9.17.jar
  
  
  
  
  1.1      date: 2007/02/27 01:59:55;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/META-INF/jboss.xml
  
  Index: jboss.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
  
  <jboss>
  
     <security-domain>java:/jaas/meldware</security-domain>
     <unauthenticated-principal>nobody</unauthenticated-principal>
  
     <enterprise-beans>
  
       <!--
         To add beans that you have deployment descriptor info for, add
         a file to your XDoclet merge directory called jboss-beans.xml that contains
         the <session></session>, <entity></entity> and <message-driven></message-driven>
         markup for those beans.
       -->
  
        <session>
           <ejb-name>ScheduleManager</ejb-name>
           <jndi-name>ejb/session/ScheduleManager</jndi-name>
           <local-jndi-name>ScheduleManagerLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>ICalSyncService</ejb-name>
           <jndi-name>ejb/session/ICalSyncService</jndi-name>
           <local-jndi-name>ICalSyncServiceLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>AdministrationService</ejb-name>
           <jndi-name>ejb/session/AdministrationService</jndi-name>
           <local-jndi-name>AdministrationServiceLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>UserSearchService</ejb-name>
           <jndi-name>ejb/session/UserSearchService</jndi-name>
           <local-jndi-name>UserSearchServiceLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>UserProfile</ejb-name>
           <jndi-name>ejb/session/UserProfile</jndi-name>
           <local-jndi-name>UserProfileLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>AddressManager</ejb-name>
           <jndi-name>ejb/session/AddressManager</jndi-name>
           <local-jndi-name>AddressManagerLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>PIMService</ejb-name>
           <jndi-name>ejb/session/PIMService</jndi-name>
           <local-jndi-name>PIMServiceLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
        <session>
           <ejb-name>UserTaskManager</ejb-name>
           <jndi-name>ejb/session/UserTaskManager</jndi-name>
           <local-jndi-name>UserTaskManagerLocal</local-jndi-name>
  
          <method-attributes>
          </method-attributes>
        </session>
  
        <message-driven>
           <ejb-name>/ejb/reporting/EventMailMDB</ejb-name>                       
           <destination-jndi-name>topic/calendar</destination-jndi-name>
  	     <mdb-client-id>EventMailer</mdb-client-id>
           <mdb-subscription-id>EventMailer</mdb-subscription-id>
  
        </message-driven>
        <message-driven>
           <ejb-name>/ejb/reporting/MailResposeHandlerMDB</ejb-name>                       
           <destination-jndi-name>queue/calendarResponse</destination-jndi-name>
  	     <mdb-client-id>MailResposeHandlerMDB</mdb-client-id>
           <mdb-subscription-id>MailResposeHandlerMDB</mdb-subscription-id>
  
        </message-driven>
        <message-driven>
           <ejb-name>/ejb/reporting/BecomeFriendNotificationMDB</ejb-name>                       
           <destination-jndi-name>topic/addressbook</destination-jndi-name>
  	     <mdb-client-id>BecomeFriendNotification</mdb-client-id>
           <mdb-subscription-id>BecomeFriendNotification</mdb-subscription-id>
  
        </message-driven>
      <!--
        write a merge file jboss-webservices.ent for webservice-description 
      -->
  
     </enterprise-beans>
  
       <!--
         To specify your own assembly descriptor info here, add a file to your
         XDoclet merge directory called jboss-assembly-descriptor.xml that contains
         the <assembly-descriptor></assembly-descriptor> markup.
       -->
     <assembly-descriptor>
      <!-- message destinations -->
       <!--
         To specify additional message-destination elements, add a file in the merge
         directory called jboss-message-destinations.ent that contains them.
       -->
     </assembly-descriptor>
  
     <resource-managers>
     </resource-managers>
  
    <!--
      | for container settings, you can merge in jboss-container.xml
      | this can contain <invoker-proxy-bindings/> and <container-configurations/>
    -->
  
  </jboss>
  
  
  
  1.1      date: 2007/02/27 01:59:55;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
  
  <ejb-jar >
  
     <description><![CDATA[No Description.]]></description>
     <display-name>Generated by XDoclet</display-name>
  
     <enterprise-beans>
  
        <!-- Session Beans -->
        <session >
           <description><![CDATA[Service to manage calendar records]]></description>
  
           <ejb-name>ScheduleManager</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.ScheduleManagerHome</home>
           <remote>org.buni.meldware.calendar.interfaces.ScheduleManager</remote>
           <local-home>org.buni.meldware.calendar.interfaces.ScheduleManagerLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.ScheduleManagerLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.ScheduleManagerSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Service to manage calendar records]]></description>
  
           <ejb-name>ICalSyncService</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.ICalSyncServiceHome</home>
           <remote>org.buni.meldware.calendar.interfaces.ICalSyncService</remote>
           <local-home>org.buni.meldware.calendar.interfaces.ICalSyncServiceLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.ICalSyncServiceLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.ICalSyncServiceSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Public service to manage bulk loading userdata]]></description>
  
           <ejb-name>AdministrationService</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.AdministrationServiceHome</home>
           <remote>org.buni.meldware.calendar.interfaces.AdministrationService</remote>
           <local-home>org.buni.meldware.calendar.interfaces.AdministrationServiceLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.AdministrationServiceLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.AdministrationServiceSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
           <security-role-ref>
              <role-name>calendaradmin</role-name>
              <role-link>calendaradmin</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Public service to search for users]]></description>
  
           <ejb-name>UserSearchService</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.UserSearchServiceHome</home>
           <remote>org.buni.meldware.calendar.interfaces.UserSearchService</remote>
           <local-home>org.buni.meldware.calendar.interfaces.UserSearchServiceLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.UserSearchServiceLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.UserSearchServiceSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
           <security-role-ref>
              <role-name>calendaradmin</role-name>
              <role-link>calendaradmin</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Service to manage user profiles]]></description>
  
           <ejb-name>UserProfile</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.UserProfileHome</home>
           <remote>org.buni.meldware.calendar.interfaces.UserProfile</remote>
           <local-home>org.buni.meldware.calendar.interfaces.UserProfileLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.UserProfileLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.UserProfileSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
           <security-role-ref>
              <role-name>calendaradmin</role-name>
              <role-link>calendaradmin</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Service to manage address records]]></description>
  
           <ejb-name>AddressManager</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.AddressManagerHome</home>
           <remote>org.buni.meldware.calendar.interfaces.AddressManager</remote>
           <local-home>org.buni.meldware.calendar.interfaces.AddressManagerLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.AddressManagerLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.AddressManagerSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
        </session>
  
        <session >
           <description><![CDATA[Public service to manage PIM]]></description>
  
           <ejb-name>PIMService</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.PIMServiceHome</home>
           <remote>org.buni.meldware.calendar.interfaces.PIMService</remote>
           <local-home>org.buni.meldware.calendar.interfaces.PIMServiceLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.PIMServiceLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.PIMServiceSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
           <security-role-ref>
              <role-name>calendaradmin</role-name>
              <role-link>calendaradmin</role-link>
           </security-role-ref>
  
        </session>
  
        <session >
           <description><![CDATA[Service to manage user's tasks]]></description>
  
           <ejb-name>UserTaskManager</ejb-name>
  
           <home>org.buni.meldware.calendar.interfaces.UserTaskManagerHome</home>
           <remote>org.buni.meldware.calendar.interfaces.UserTaskManager</remote>
           <local-home>org.buni.meldware.calendar.interfaces.UserTaskManagerLocalHome</local-home>
           <local>org.buni.meldware.calendar.interfaces.UserTaskManagerLocal</local>
           <ejb-class>org.buni.meldware.calendar.session.UserTaskManagerSession</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
  
           <security-role-ref>
              <role-name>calendaruser</role-name>
              <role-link>calendaruser</role-link>
           </security-role-ref>
           <security-role-ref>
              <role-name>calendaradmin</role-name>
              <role-link>calendaradmin</role-link>
           </security-role-ref>
  
        </session>
  
       <!--
         To add session beans that you have deployment descriptor info for, add
         a file to your XDoclet merge directory called session-beans.xml that contains
         the <session></session> markup for those beans.
       -->
  
        <!-- Entity Beans -->
       <!--
         To add entity beans that you have deployment descriptor info for, add
         a file to your XDoclet merge directory called entity-beans.xml that contains
         the <entity></entity> markup for those beans.
       -->
  
        <!-- Message Driven Beans -->
        <message-driven >
           <description><![CDATA[DOCUMENT ME!]]></description>
  
           <ejb-name>/ejb/reporting/EventMailMDB</ejb-name>
  
           <ejb-class>org.buni.meldware.calendar.mdb.EventMailMDB</ejb-class>
  
           <transaction-type>Container</transaction-type>
           <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
           <message-driven-destination>
              <destination-type>javax.jms.Topic</destination-type>
              <subscription-durability>Durable</subscription-durability>
           </message-driven-destination>
  
           <security-identity>
              <run-as>
                 <role-name>calendaruser</role-name>
              </run-as>
           </security-identity>
  
           <resource-ref >
              <res-ref-name>mail/Mail</res-ref-name>
              <res-type>javax.mail.Session</res-type>
              <res-auth>Container</res-auth>
           </resource-ref>
  
        </message-driven>
  
        <message-driven >
           <description><![CDATA[Mail event response Handler takes]]></description>
  
           <ejb-name>/ejb/reporting/MailResposeHandlerMDB</ejb-name>
  
           <ejb-class>org.buni.meldware.calendar.mdb.MailResposeHandlerMDB</ejb-class>
  
           <transaction-type>Container</transaction-type>
           <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
           <message-driven-destination>
              <destination-type>javax.jms.Queue</destination-type>
              <subscription-durability>Durable</subscription-durability>
           </message-driven-destination>
  
           <security-identity>
              <run-as>
                 <role-name>calendaruser</role-name>
              </run-as>
           </security-identity>
  
        </message-driven>
  
        <message-driven >
           <description><![CDATA[DOCUMENT ME!]]></description>
  
           <ejb-name>/ejb/reporting/BecomeFriendNotificationMDB</ejb-name>
  
           <ejb-class>org.buni.meldware.calendar.mdb.BecomeFriendNotificationMDB</ejb-class>
  
           <transaction-type>Container</transaction-type>
           <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
           <message-driven-destination>
              <destination-type>javax.jms.Topic</destination-type>
              <subscription-durability>Durable</subscription-durability>
           </message-driven-destination>
  
           <security-identity>
              <run-as>
                 <role-name>calendaruser</role-name>
              </run-as>
           </security-identity>
  
        </message-driven>
  
       <!--
         To add message driven beans that you have deployment descriptor info for, add
         a file to your XDoclet merge directory called message-driven-beans.xml that contains
         the <message-driven></message-driven> markup for those beans.
       -->
  
     </enterprise-beans>
  
     <!-- Relationships -->
  
     <!-- Assembly Descriptor -->
       <!--
         To specify your own assembly descriptor info here, add a file to your
         XDoclet merge directory called assembly-descriptor.xml that contains
         the <assembly-descriptor></assembly-descriptor> markup.
       -->
  
     <assembly-descriptor >
       <!--
         To specify additional security-role elements, add a file in the merge
         directory called ejb-security-roles.xml that contains them.
       -->
        <security-role>
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        </security-role>
        <security-role>
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaradmin</role-name>
        </security-role>
  
     <!-- method permissions -->
       <!--
         To specify additional method-permission elements, add a file in the merge
         directory called ejb-method-permissions.ent that contains them.
       -->
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Create a new Event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>scheduleEvent</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[list users invites Event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[list users invites Event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Load a specific Event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getCalendarEventById</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Update a specific Event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateEvent</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Invite more sers for the event]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addInvitesToEvent</method-name>
           <method-params>
              <method-param>long</method-param>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Update and event status for user.]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateInvite</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Invite</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Update and event status for user.]]></description>
           <ejb-name>ScheduleManager</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateInvite</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Invite</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>ICalSyncService</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Generate a VCalendar]]></description>
           <ejb-name>ICalSyncService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getICalendar</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Generate a VCalendar]]></description>
           <ejb-name>ICalSyncService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>getICalendar</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Upload a VCalendar]]></description>
           <ejb-name>ICalSyncService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>publishCalendar</method-name>
           <method-params>
              <method-param>net.fortuna.ical4j.model.Calendar</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
        <method >
           <description><![CDATA[Upload a VCalendar]]></description>
           <ejb-name>ICalSyncService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>publishCalendar</method-name>
           <method-params>
              <method-param>net.fortuna.ical4j.model.Calendar</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <role-name>calendaruser</role-name>
        <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>AdministrationService</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <role-name>calendaruser</role-name>
        <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>UserSearchService</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Signup the user.]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>signupUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[DOCUMENT ME!]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateUserPreference</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.UserPreference</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[remove the user.]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load user.]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>loadUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List users.]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listUsers</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[Load User Preference.]]></description>
           <ejb-name>UserProfile</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>loadUserPreference</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create new addresses]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>createAddresses</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Share existing addresses with current user.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addFriends</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create a new userAdrress if one does not exist already]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>createUserAddress</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Addresses for user]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>long</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Addresses for user sorted by Alfa, marked by letter]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listAddressesSortedByAlfa</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Friends for user]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listFriends</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Address for user]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getAddressById</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[DOCUMENT ME!]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getUserAddress</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Locate user by his email address.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getUserByEmailAddress</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[Retrieve the owner of an address]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getOwnerOf</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update addresses for user.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update addresses for user.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove addresses from user.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List users.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>searchContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List users.]]></description>
           <ejb-name>AddressManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>searchNewContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create addresses and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addAddresses</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create addresses and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>addAddresses</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create tasks and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addTask</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create tasks and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>addTask</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Assign existing addreses to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addFriends</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Assign existing addreses to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>addFriends</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create addressses and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addInvitesToEvent</method-name>
           <method-params>
              <method-param>long</method-param>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create addressses and assign to current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>addInvitesToEvent</method-name>
           <method-params>
              <method-param>long</method-param>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create a new userAddress if one does not exist already]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>addUserAddress</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create a new userAddress if one does not exist already]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>addUserAddress</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getAddressesById</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>getAddressesById</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Returns the current users UserAddress.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getUserAddress</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Returns the current users UserAddress.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>getUserAddress</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Returns the current users UserAddress.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getUserTask</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Returns the current users UserAddress.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>getUserTask</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get calendar Item for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getCalendarEventById</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get calendar Item for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>getCalendarEventById</method-name>
           <method-params>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listAddresses</method-name>
           <method-params>
              <method-param>long</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listAddresses</method-name>
           <method-params>
              <method-param>long</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Get addresses for the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listAddresses</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List friends.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listFriends</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List friends.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listFriends</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List invites of current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List invites of current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List invites of current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List invites of current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[List invites of any user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[List invites of any user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listInvites</method-name>
           <method-params>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List users from system.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listUsers</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List users from system.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listUsers</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[DOCUMENT ME!]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listTasks</method-name>
           <method-params>
              <method-param>int[]</method-param>
              <method-param>int[]</method-param>
              <method-param>java.lang.String[]</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[DOCUMENT ME!]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>listTasks</method-name>
           <method-params>
              <method-param>int[]</method-param>
              <method-param>int[]</method-param>
              <method-param>java.lang.String[]</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Current UserProfile based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>loadCurrentUserProfile</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Load Current UserProfile based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>loadCurrentUserProfile</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove/delete addressses from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeAddresses</method-name>
           <method-params>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove/delete addressses from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>removeAddresses</method-name>
           <method-params>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove/delete tasks from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeTasks</method-name>
           <method-params>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove/delete tasks from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>removeTasks</method-name>
           <method-params>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Delete current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeUser</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Delete current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>removeUser</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Delete current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Delete current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>removeUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Schedule a new Event]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>scheduleEvent</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Schedule a new Event]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>scheduleEvent</method-name>
           <method-params>
              <method-param>java.lang.String[]</method-param>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Search existing contacts based on field and serachValue]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>searchContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Search existing contacts based on field and serachValue]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>searchContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Search for friends]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>searchNewContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Search for friends]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>searchNewContacts</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Signup user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>signupUser</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Signup user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>signupUser</method-name>
           <method-params>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Signup user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>signupUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Signup user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>signupUser</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int</method-param>
              <method-param>java.lang.String</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update addressses from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateAddresses</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update addressses from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateAddresses</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Address[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update tasks from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateTasks</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update tasks from the current user based on security context.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateTasks</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update and event status for current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateInvite</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Invite</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update and event status for current user.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateInvite</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.Invite</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update and event.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateEvent</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update and event.]]></description>
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>updateEvent</method-name>
           <method-params>
              <method-param>org.buni.meldware.calendar.data.CalendarEvent</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
        <unchecked/>
        <method >
           <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-name>*</method-name>
        </method>
     </method-permission>
  
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Create Task for user.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>createTasks</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Update Tasks for user.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>updateTasks</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>org.buni.meldware.calendar.data.Task[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Remove Tasks for user.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>removeTasks</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>long[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List Tasks for user.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listTasks</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>java.lang.String[]</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[List Tasks for user.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>listTasks</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>int[]</method-param>
              <method-param>int[]</method-param>
              <method-param>java.lang.String[]</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>java.util.Date</method-param>
              <method-param>int</method-param>
           </method-params>
        </method>
     </method-permission>
     <method-permission >
        <description><![CDATA[description not supported yet by ejbdoclet]]></description>
           <role-name>calendaruser</role-name>
           <role-name>calendaradmin</role-name>
        <method >
           <description><![CDATA[Retrieve Task.]]></description>
           <ejb-name>UserTaskManager</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>getTask</method-name>
           <method-params>
              <method-param>java.lang.String</method-param>
              <method-param>long</method-param>
           </method-params>
        </method>
     </method-permission>
  
     <!-- transactions -->
       <!--
         To specify additional container-transaction elements, add a file in the merge
         directory called ejb-container-transactions.ent that contains them.
       -->
     <container-transaction >
        <method >
           <ejb-name>/ejb/reporting/EventMailMDB</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>ScheduleManager</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>ICalSyncService</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>AdministrationService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>loadFile</method-name>
           <method-params>
              <method-param>java.io.File</method-param>
           </method-params>
        </method>
        <trans-attribute>Never</trans-attribute>
     </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>AdministrationService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>loadFile</method-name>
           <method-params>
              <method-param>java.io.File</method-param>
           </method-params>
        </method>
        <trans-attribute>Never</trans-attribute>
     </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>AdministrationService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>loadFile</method-name>
           <method-params>
              <method-param>java.io.InputStream</method-param>
           </method-params>
        </method>
        <trans-attribute>Never</trans-attribute>
     </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>/ejb/reporting/MailResposeHandlerMDB</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>/ejb/reporting/BecomeFriendNotificationMDB</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>UserProfile</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>AddressManager</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>PIMService</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>PIMService</ejb-name>
           <method-intf>Local</method-intf>
           <method-name>initApp</method-name>
           <method-params>
           </method-params>
        </method>
        <trans-attribute>Never</trans-attribute>
     </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>PIMService</ejb-name>
           <method-intf>Remote</method-intf>
           <method-name>initApp</method-name>
           <method-params>
           </method-params>
        </method>
        <trans-attribute>Never</trans-attribute>
     </container-transaction>
     <container-transaction >
        <method >
           <ejb-name>UserTaskManager</ejb-name>
            <method-name>*</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
  
     <!-- finder transactions -->
  
     <!-- message destinations -->
       <!--
         To specify additional message-destination elements, add a file in the merge
         directory called ejb-message-destinations.ent that contains them.
       -->
  
     <!-- exclude list -->
       <!--
         To specify an exclude-list element, add a file in the merge directory
         called ejb-exclude-list.xml that contains it.
       -->
     </assembly-descriptor>
  
  </ejb-jar>
  
  
  



More information about the jboss-cvs-commits mailing list