0 Replies Latest reply on May 8, 2002 7:03 PM by thuss

    Caching EJB Home

    thuss

      I'm wondering about caching EJB Home objects. I do this regularly in our system which can be distributed over multiple JBoss containers.

      What happens if I have a HomeInterface cached for a bean deployed on another container. If that container goes down and then is restarted, is my cached HomeInterface invalid?

      Also, in a JBoss cluster are there negative side effects of caching the HomeInterface?

      Thanks,
      Todd