0 Replies Latest reply on Jun 18, 2009 7:54 AM by alex1234567890

    Warning

    alex1234567890

      Hi,

      I'm using a ejb2 stateful session beans on JBoss 4.0.5.GA. If this stateful bean should be passivated I get the warning (for several different bean instances):

      07:42:03,556 WARN [AbstractInstanceCache] Unable to passivate due to ctx lock, id=fw31kjyx-1i

      This warning repeats every 5 minutes (my passivation timeout). I'm not sure what the cause for this warning is. Has someone an idea?
      Perhaps the reason is that the transaction is open (but the transaction timeout should close the transaction) or another resource was not closed.

      Is there a way e.g. in the afterCompletion() method of the stateful bean to remove the ctx lock, that the bean can be passivated or removed?

      Thanks,
      Alex