DTD for ejb-jar.xml (http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd) says that the container-transaction element in the assembly-descriptor element is optional.
What happens when I use CMT and I don't set the transaction attributes for the methods of my bean? Which transaction attribute will be used?
EJB specification says nothing about this.
-
What is the default transaction attribute in CMT ?? (2 messages)
- Posted by: Mihal Badjonski
- Posted on: May 24 2002 06:57 EDT
Threaded Messages (2)
- What is the default transaction attribute in CMT ?? by balaji balakrishnan on May 24 2002 08:47 EDT
- What is the default transaction attribute in CMT ?? by VINIT PATEL on May 24 2002 17:07 EDT
-
What is the default transaction attribute in CMT ??[ Go to top ]
- Posted by: balaji balakrishnan
- Posted on: May 24 2002 08:47 EDT
- in response to Mihal Badjonski
I believe it's Required -
What is the default transaction attribute in CMT ??[ Go to top ]
- Posted by: VINIT PATEL
- Posted on: May 24 2002 17:07 EDT
- in response to Mihal Badjonski
The default transacation attribute is "Supports"