GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  EJB
Go To First  |  Previous Question  |  Next Question 
 EJB  |  Question 110 of 175    Print  
what is the default transaction attribute in transactions

  
Total Answers and Comments: 7 Last Update: July 02, 2008     Asked by: santhosh 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 27, 2006 10:59:27   #1  
venu        

RE: what is the default transaction attribute in trans...
it is required in ejb
 
Is this answer useful? Yes | No
March 27, 2006 14:42:02   #2  
xhisydsdyd        

RE: what is the default transaction attribute in trans...
In weblogic, the default transaction attribute for EJB is SUPPORTS.
There is no default transaction attribute for an EJB. Section 11.5 of EJB v1.1 spec says that the deployer must specify a value for the transaction attribute for those methods having container managed transaction.

 
Is this answer useful? Yes | No
April 04, 2006 01:28:51   #3  
Rajakumar        

RE: what is the default transaction attribute in trans...
No the default tranasaction attribute is Supports which is fixed by the container
 
Is this answer useful? Yes | No
April 06, 2006 11:11:00   #4  
Sridhar Shetty Gorenty        

RE: what is the default transaction attribute in trans...

There is no default transaction attribute for an EJB.

In weblogic, the default transaction attribute for EJB is SUPPORTS.

For specifically, For Session Beans, the default Transaction Attribute is Required, For Entity Beans is Supports.

Section 11.5 of EJB v1.1 spec says that the deployer must specify a value for the transaction attribute for those methods having container managed transaction.


 
Is this answer useful? Yes | No
October 18, 2006 12:25:44   #5  
Venkateswarlu Prabhala        

RE: what is the default transaction attribute in trans...
TX_REQURIED is the default Attribute for EJB Transaction in WebSphere Studio. this is well-suited for EJB Sessions
 
Is this answer useful? Yes | No
March 06, 2007 16:46:52   #6  
harish.verma Member Since: February 2007   Contribution: 6    

RE: what is the default transaction attribute in trans...
The default choice for a transaction attribute is Required. Using this attribute ensures that the methods of an enterprise bean are invoked within a JTA transaction. In addition, enterprise beans with the Required transaction attribute can be easily composed to perform work within the scope of a single JTA transaction.
 
Is this answer useful? Yes | No
July 02, 2008 13:19:58   #7  
Chethan kumar Member Since: July 2008   Contribution: 1    

RE: what is the default transaction attribute in transactions

Not Supported


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape