3 Replies Latest reply on Jan 31, 2007 3:53 AM by tony.herstell1

    Exceptions in the logs when [b]session[/b] times out;

    tony.herstell1

      It's only cosmetic; but... Seam throws exceptions for me when the session times out; but only with Session scope beans...

      What have I not done?

      11:29:38,327 WARN [Contexts] Could not destroy component: findUserController
      javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: g4cx1b-7kio6h-exhy6lq7-1-exi0m4li-1f
      ...
      11:29:38,343 WARN [Contexts] Could not destroy component: encryptionController
      javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: g4cx1b-7kio6h-exhy6lq7-1-exi0m2fz-1e
      


      I did have this with conversational beans I have not added the Destroy metod to the interface.