1 Reply Latest reply on Aug 8, 2002 11:45 AM by morphace

    Caching home references

    morphace

      Hi all,

      I'm facing the following problem:

      my ServiceLocator caches the (local)home references of my EJB's (of course).

      When I redeploy my EJB's, those references get invalid. If I invoke a finder on these references I get a NullPointerException.

      Is there a way, to get out, if a home reference is valid or not, so that I could invalidate my cache ?

      Thanx