How to increase ejb transaction timeout in weblogic?
Answer / Bipin Kumar Shukla
To increase the EJB transaction timeout in WebLogic, you can modify the transaction configuration for your EJB module or individual methods. You can do this by editing the deployment descriptor (ejb-jar.xml) file and setting the `transaction-timeout` attribute to a desired value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
How EJB and JDBC/SQLJ are related?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
can we have static initializer blocks in EJB?
What is entity bean in ejb?
Is it possible to share an httpsession between a jsp and ejb?
What is the difference between Session bean and Entity bean?one?
What is @enableautoconfiguration?
What is ejb context?
How is an entity bean created?
Explain transaction and various methods to manage it?
What is Entity Bean and Session Bean?