0 Replies Latest reply on Dec 13, 2001 4:28 AM by michel1

    Experiencing deadlock

    michel1

      Hi,

      our application is deadlocking. We think it has to do with the cache of entity beans that we use.

      This cache stores loaded and created Entity Bean instances in a Map. The clients do not use the Home interface, but this Map for getting Entity Beans instances.

      Could this be causing deadlock?