<?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>
   <enterprise-beans>
      <session>
         <ejb-name>SessionB</ejb-name>
         <home>org.jboss.test.txpropiiop.interfaces.b.SessionBHome</home>
         <remote>org.jboss.test.txpropiiop.interfaces.b.SessionB</remote>
         <ejb-class>org.jboss.test.txpropiiop.ejb.b.SessionBEJB</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>
      </session>
   </enterprise-beans>
   <assembly-descriptor>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>create</method-name>
         </method>
         <trans-attribute>NotSupported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testNotSupported</method-name>
         </method>
         <trans-attribute>NotSupported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testRequired</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testSupports</method-name>
         </method>
         <trans-attribute>Supports</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testRequiresNew</method-name>
         </method>
         <trans-attribute>RequiresNew</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testMandatory</method-name>
         </method>
         <trans-attribute>Mandatory</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>SessionB</ejb-name>
            <method-name>testNever</method-name>
         </method>
         <trans-attribute>Never</trans-attribute>
      </container-transaction>
   </assembly-descriptor>
</ejb-jar>
