1 Reply Latest reply on May 7, 2004 2:21 AM by adrian.brock

    What is default transaction attribute for CMT session beans

    ronaldoc

      For example, here is the extract from my ejb-jar.xml:

      <session>
       <ejb-name>Foo</ejb-name>
       <!-- snip -->
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
      </session>
      
      <assembly-descriptor/>
      

      Noticed that I did not declare any transaction-attributes (Required, RequiresNew, etc..) in my assembly descriptor section. In this case, what would be the default attribute that JBoss will employ ?

      Regards,

      Ronaldo