<?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[]]></description>

         <ejb-name>CacheObjectMeanTester</ejb-name>

         <home>org.jboss.test.cache.bean.CacheObjectMeanTesterHome</home>
         <remote>org.jboss.test.cache.bean.CacheObjectMeanTester</remote>
         <ejb-class>org.jboss.test.cache.bean.CacheObjectMeanTesterBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[Proxy to the TreeCache MBean.]]></description>

         <ejb-name>test/TreeCacheTester</ejb-name>

         <home>org.jboss.test.cache.bean.TreeCacheTesterHome</home>
         <remote>org.jboss.test.cache.bean.TreeCacheTester</remote>
         <ejb-class>org.jboss.test.cache.bean.TreeCacheTesterBean</ejb-class>
         <session-type>Stateful</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[Proxy to the TreeCacheAop MBean.]]></description>

         <ejb-name>test/TreeCacheAopTester</ejb-name>

         <home>org.jboss.test.cache.bean.TreeCacheAopTesterHome</home>
         <remote>org.jboss.test.cache.bean.TreeCacheAopTester</remote>
         <ejb-class>org.jboss.test.cache.bean.TreeCacheAopTesterBean</ejb-class>
         <session-type>Stateful</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[EJB proxy to the TreeCache MBean service.]]></description>

         <ejb-name>test/TreeCacheMBeanTester</ejb-name>

         <home>org.jboss.test.cache.bean.TreeCacheMBeanTesterHome</home>
         <remote>org.jboss.test.cache.bean.TreeCacheMBeanTester</remote>
         <ejb-class>org.jboss.test.cache.bean.TreeCacheMBeanTesterBean</ejb-class>
         <session-type>Stateful</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[Proxy to the TreeCacheAop MBean.]]></description>

         <ejb-name>test/TreeCacheAopMBeanTester</ejb-name>

         <home>org.jboss.test.cache.bean.TreeCacheAopMBeanTesterHome</home>
         <remote>org.jboss.test.cache.bean.TreeCacheAopMBeanTester</remote>
         <ejb-class>org.jboss.test.cache.bean.TreeCacheAopMBeanTesterBean</ejb-class>
         <session-type>Stateful</session-type>
         <transaction-type>Container</transaction-type>

      </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 -->
     <!--
       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 -->
   <assembly-descriptor >
     <!--
       To add additional assembly descriptor info here, add a file to your
       XDoclet merge directory called assembly-descriptor.xml that contains
       the <assembly-descriptor></assembly-descriptor> markup.
     -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- transactions -->
   <container-transaction >
      <method >
         <ejb-name>test/TreeCacheTester</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Supports</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>test/TreeCacheAopTester</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Supports</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>test/TreeCacheMBeanTester</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Supports</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>test/TreeCacheAopMBeanTester</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Supports</trans-attribute>
    </container-transaction>

   <!-- finder transactions -->
   </assembly-descriptor>

</ejb-jar>
