• 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

Help please, specified the ejb session timeout

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I put the stateful remote reference in the use's session, i set the web session timeout to 30 minutes, i know i can't sepecified the stateful ejb timeout, it is depends on ejb container. but if i don't interate with application within 10 miutes, i still can get the reference of remote ejb from session, when i use this remote object to invoke the ejb method again, it throws noSuchObject exception.
i use websphere advanced server 4.0. i know even the container passivate the stateful ejb, it should acivate the stateful ejb correctly, do i config anywhere ?
thanks advance!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic