• 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

JBoss 4.0.4 ejb3 remove

 
Ranch Hand
Posts: 230
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a way to configure the amount of time an ejb3 (since ejb3 does not use standardjboss.xml) is passivated until it gets removed? I noticed in JBoss 4.2.x, a parameter removalTimeoutSeconds was added, but that does not exist in JBoss 4.0.4. I know you can explicitly call a method annotated as @Remove, but I'd like to set it on a timed interval. Is this possible? Thank you.

Jeff
 
reply
    Bookmark Topic Watch Topic
  • New Topic