Hello Milind, > I have specified the transaction-type in ejb-jar.xml file as follows: > > <transaction-type>Container</transaction-type> > > What is the default value of transaction attribute (trans-attribute) when I > do not specify any value in the <container-transaction> block.
The EJB 2.0 spec says you have to specify the trans-attribute in a container-transaction block. Leaving it out should lead to a parsing error at deploy-time. Page 464: <!ELEMENT container-transaction (description?, method+,trans-attribute)> ? : optional + : one or more no sign : one Regards, Dies Koper =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".