  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | How to handle transaction time out. | How to handle transaction time out. 2005-03-14 - By Sanjiv Kapila
Back I have a method calling external interface interaction. MY transaction start before invoking this transaction. However this external interface may take long or even go in infinite wait state at times and thereby causing my transaction to go incomplete. I have set the transaction time out for this transaction. But am unable to get control of application due to no-response from External interface. Do I have any chance of getting the control back to my program even if external interface does not respond infinitely?
Regards Sanjiv
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73"> <TITLE>How to handle transaction time out.</TITLE> </HEAD> <BODY>
<P><FONT SIZE=2>I have a method calling external interface interaction. MY transaction start before invoking this transaction. </FONT> <BR><FONT SIZE=2>However this external interface may take long or even go in infinite wait state at times and thereby causing my transaction to go incomplete.</FONT></P>
<P><FONT SIZE=2>I have set the transaction time out for this transaction. But am unable to get control of application due to no-response from External interface. </FONT></P>
<P><FONT SIZE=2>Do I have any chance of getting the control back to my program even if external interface does not respond infinitely?</FONT> </P>
<P><FONT SIZE=2>Regards</FONT> <BR><FONT SIZE=2>Sanjiv</FONT> </P>
</BODY> </HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |