• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Handling Request timeout in JSF

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I am using JSF in our application, and I am experiencing request timeout issue while sending a request from UI to managed bean for processing a DB call.

I am struck up here to notify the user upon the request timeout when the DB call is taking more than 5 minutes, since the request timeout is set to 5 minutes in the webserver.

Kindly suggest a approach to notify the user when request timeout/error happened to process DB call more than 5 minutes via JSF.

NOte: I debugged this in firebug and found the request got aborted after 5minutes and there are no response back to the browser and the browser remians still.

I am using JSF 1.2 and richfaces 3.3.3 in our project.

Any help is much appreaciated.

Thanks,
David
 
Paper beats rock. Scissors beats tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic