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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834018#3834018

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834018


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to