Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/12/2008, 09:13
pepeADL
 
Fecha de Ingreso: mayo-2008
Ubicación: Madrid capital, España
Mensajes: 11
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Duke´s Bank contra JBoss

...y el resto del ejb-jar.xml.-

Código:
    <assembly-descriptor>  
     <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>getCreditLine</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>findByCustomerId</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>findByPrimaryKey</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>create</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>getDetails</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>getBalance</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>getType</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setType</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setDescription</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setBalance</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setCreditLine</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setBeginBalance</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>AccountEJB</ejb-name>
            <method-name>setBeginBalanceTimeStamp</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>remove</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>findByLastName</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>findByPrimaryKey</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>create</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>findByAccountId</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>getDetails</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setLastName</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setFirstName</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setMiddleInitial</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setStreet</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setCity</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setState</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setZip</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setPhone</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>CustomerEJB</ejb-name>
            <method-name>setEmail</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
           <container-transaction>
         <method>
            <ejb-name>TxEJB</ejb-name>
            <method-name>remove</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>TxEJB</ejb-name>
            <method-name>findByAccountId</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>TxEJB</ejb-name>
            <method-name>findByPrimaryKey</method-name>
         </method>
         <trans-attribute>Not Supported</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>TxEJB</ejb-name>
            <method-name>create</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
      <container-transaction>
         <method>
            <ejb-name>TxEJB</ejb-name>
            <method-name>getDetails</method-name>
         </method>
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
   </assembly-descriptor>
</enterprise-beans>
</ejb-jar>