• 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 Stateful sessionBean setting problem

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application in which i am using Stateful session bean problem is.. while maintaining session in 20 -30 minutes span the activation call back method is called and session is continued but if after more than one hour i came back ..its unable to start activate method and giving error JBoss/db/sessions/558392081.ser ClassNotFound error.
if there is a time setting where i have to set.
if container calls the remove() method for removing the secondary storage serializable object..after certain time then my remove() method in bean must called..and System.Out.P() should print ..
what I did to end the session..with windowClosing();
Nothing is happening..
Please help..
thnx
Sandeep
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Personally I have not worked on the JBoss.
You may get a answer by posting in the app servers(other app servers) forums instread of here.
Kishore.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic