Re: Automatically retrying failed transactions

2005-08-08 Thread Gabe . Wolosin
re. There isn't a way to say, try this JSF request again? Richard Wallace <[EMAIL PROTECTED]> 08/08/2005 02:52 PM Please respond to "MyFaces Discussion" To MyFaces Discussion cc Subject Re: Automatically retrying failed transactions I think the

Re: Automatically retrying failed transactions

2005-08-08 Thread Richard Wallace
e). Does anyone have any ideas how to retry a request in jsf? [EMAIL PROTECTED] 08/08/2005 01:58 PM Please respond to "MyFaces Discussion" To "MyFaces Discussion" cc Subject Re: Automatically retrying failed transactions

Re: Automatically retrying failed transactions

2005-08-08 Thread Gabe . Wolosin
emote resource). Does anyone have any ideas how to retry a request in jsf? [EMAIL PROTECTED] 08/08/2005 01:58 PM Please respond to "MyFaces Discussion" To "MyFaces Discussion" cc Subject Re: Automatically retrying failed transactions This is more of

Re: Automatically retrying failed transactions

2005-08-08 Thread Dennis_Byrne
This is more of a JDBC/ORM issue.   You need a fishing pole to get the fish to your boat, you need a skillet to get the fish to the dinner table.  There are tools to catch and cook the fish, but not in Java land ;) Dennis Byrne

Automatically retrying failed transactions

2005-08-08 Thread Gabe . Wolosin
There are some cases where I would like to automatically retry a transaction. Specifically, if a database deadlock, network error, or other transient error occurs, I would like the system to automatically resubmit a request. Unfortunately, I don't see how to easily do this with JSF.  One naive imp