• 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

Two doubt about "in practice" EJB

 
Ranch Hand
Posts: 497
2
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi for all
I'm designing java project and I've thinking...
Can I reeboot ejb container without stop servlet application in web container ?
I mean ...I have host 1 running web container..and I would like to update some ejb running in host 2 without stop servlet application ?
What'll happening with ejb session bean proxy references in app on web container ?
They will throw Remote Exception cause life cicle problens ?
I was wondering if I handle ejb exceptions, I could restart ejb container without the need for restart application in the web container
It's will work ? Someone already tried?
Best Regards.
 
reply
    Bookmark Topic Watch Topic
  • New Topic