• 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

commonj.work timeout

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

can you tell me how I can set timeout for running Work in WorkManager. For instance if the Work run to long then a timeout hung up this Work.

Is there any workaround to achieve this or some configuration (Weblogic 10.3) ?

My first idea was to create other watch Work bounded to basic Work which would hang up the basic Work if it takes long time. But I am not sure because the weblogic sets its count of running Work. So it can occur a situation in which basic Work will running but watch Work will not be running at the same time so then it cannot watch basic Work.

I will be glad for your help.
reply
    Bookmark Topic Watch Topic
  • New Topic